By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-12-02T01:44:59.632Z||main|||||INFO|500||The following profiles are active: basic
2021-12-02T01:45:08.116Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-02T01:45:08.116Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-02T01:45:08.195Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-02T01:45:10.210Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-02T01:45:10.363Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-02T01:45:10.726Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-02T01:45:10.733Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-02T01:45:10.807Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-02T01:45:10.930Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-02T01:45:11.234Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-02T01:45:12.040Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T01:45:13.690Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T01:45:13.728Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-02T01:45:14.156Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T01:45:14.348Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-12-02T01:45:15.315Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T01:45:16.174Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-12-02T01:45:16.203Z||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$$809e918b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-12-02T01:45:16.204Z||main|||||WARN|500||The sdc end point is not alive
2021-12-02T01:45:18.562Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-12-02T01:45:20.851Z||main|||||WARN|500||---
2021-12-02T01:45:20.852Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-02T01:45:20.852Z||main|||||WARN|500||---
2021-12-02T01:45:21.239Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-02T01:45:25.276Z||main|||||INFO|500||Started Application in 29.42 seconds (JVM running for 30.442)
2021-12-02T01:45:25.303Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-02T01:45:25.303Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-02T01:45:25.312Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-02T01:45:25.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-02T01:45:25.417Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c23dbac-93a4-4d60-a1d1-f5d312bef9c5 url= /sdc/v1/artifactTypes
2021-12-02T01:45:25.418Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-02T01:45:25.698Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-02T01:45:25.718Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-12-02T01:45:25.737Z||scheduling-1|||||DEBUG|500||create keys
2021-12-02T01:45:25.744Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-02T01:45:25.767Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:45:25.788Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 290611a9-7c44-49f7-8562-53cbd2365f6f url= /sdc/v1/registerForDistribution
2021-12-02T01:45:26.286Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 290611a9-7c44-49f7-8562-53cbd2365f6f url= /sdc/v1/registerForDistribution
2021-12-02T01:45:26.287Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-02T01:45:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:45:26.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:45:26.306Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:45:26.306Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:45:26.306Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:45:26.306Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:45:26.307Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-02T01:45:36.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:45:36.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:46:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:46:26.299Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:46:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:46:26.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:46:26.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:46:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:46:35.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:46:35.845Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:47:26.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:47:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:47:26.300Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:47:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:47:26.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:47:26.303Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:47:35.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:47:35.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:48:26.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:48:26.299Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:48:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:48:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:48:26.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:48:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:48:35.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:48:35.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:49:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:49:26.300Z||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.
2021-12-02T01:49:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:49:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:49:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:49:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:49:35.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:49:35.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:50:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:50:26.299Z||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.
2021-12-02T01:50:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:50:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:50:26.301Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:50:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:50:35.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:50:35.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:51:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:51:26.300Z||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.
2021-12-02T01:51:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:51:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:51:26.301Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:51:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:51:35.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:51:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:52:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:52:26.299Z||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.
2021-12-02T01:52:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:52:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:52:26.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:52:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:52:35.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:52:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:53:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:53:26.300Z||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.
2021-12-02T01:53:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:53:26.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:53:26.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:53:26.303Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:53:35.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:53:35.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:54:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:54:26.300Z||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.
2021-12-02T01:54:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:54:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:54:26.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:54:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:54:35.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:54:35.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:55:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:55:26.299Z||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.
2021-12-02T01:55:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:55:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:55:26.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:55:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:55:35.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:55:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:55:37.544Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-02T01:56:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:56:26.300Z||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.
2021-12-02T01:56:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:56:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:56:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:56:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:56:35.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:56:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:57:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:57:26.299Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:57:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:57:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:57:26.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:57:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:57:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:57:35.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:58:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:58:26.299Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:58:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:58:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:58:26.301Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:58:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:58:35.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:58:35.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:59:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:59:26.299Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:59:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:59:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:59:26.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T01:59:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:59:35.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T01:59:35.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:00:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:00:26.299Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:00:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:00:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:00:26.301Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:00:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:00:35.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:00:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:01:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:01:26.299Z||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.
2021-12-02T02:01:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:01:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:01:26.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:01:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:01:35.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:01:35.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:02:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:02:26.300Z||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.
2021-12-02T02:02:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:02:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:02:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:02:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:02:35.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:02:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:03:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:03:26.299Z||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.
2021-12-02T02:03:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:03:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:03:26.301Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:03:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:03:35.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:03:35.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:04:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:04:26.299Z||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.
2021-12-02T02:04:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:04:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:04:26.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:04:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:04:35.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:04:35.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:05:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:05:26.299Z||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.
2021-12-02T02:05:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:05:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:05:26.301Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:05:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:05:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:05:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:06:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:06:26.299Z||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.
2021-12-02T02:06:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:06:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:06:26.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:06:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:06:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:06:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:07:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:07:26.299Z||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.
2021-12-02T02:07:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:07:26.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:07:26.301Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:07:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:07:35.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:07:35.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:08:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:08:26.299Z||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.
2021-12-02T02:08:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:08:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:08:26.301Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:08:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:08:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:08:35.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:09:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:09:26.299Z||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.
2021-12-02T02:09:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:09:26.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:09:26.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:09:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:09:35.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:09:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:10:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:10:26.299Z||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.
2021-12-02T02:10:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:10:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:10:26.301Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:10:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:10:35.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:10:35.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:11:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:11:26.299Z||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.
2021-12-02T02:11:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:11:26.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:11:26.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:11:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:11:35.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:11:35.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:12:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:12:26.299Z||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.
2021-12-02T02:12:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:12:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:12:26.301Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:12:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:12:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:12:35.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:13:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:13:26.299Z||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.
2021-12-02T02:13:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:13:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:13:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:13:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:13:35.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:13:35.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:14:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:14:26.299Z||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.
2021-12-02T02:14:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:14:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:14:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:14:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:14:35.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:14:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:15:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:15:26.299Z||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.
2021-12-02T02:15:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:15:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:15:26.301Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:15:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:15:35.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:15:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:16:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:16:26.299Z||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.
2021-12-02T02:16:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:16:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:16:26.301Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:16:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:16:35.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:16:35.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:17:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:17:26.299Z||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.
2021-12-02T02:17:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:17:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:17:26.301Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:17:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:17:35.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:17:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:18:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:18:26.299Z||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.
2021-12-02T02:18:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:18:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:18:26.301Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:18:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:18:35.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:18:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:19:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:19:26.299Z||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.
2021-12-02T02:19:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:19:26.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:19:26.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:19:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:19:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:19:35.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:20:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:20:26.299Z||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.
2021-12-02T02:20:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:20:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:20:26.300Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:20:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:20:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:20:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:21:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:21:26.299Z||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.
2021-12-02T02:21:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:21:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:21:26.301Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:21:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:21:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:21:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:22:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:22:26.299Z||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.
2021-12-02T02:22:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:22:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:22:26.301Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:22:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:22:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:22:35.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:23:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:23:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:23:26.301Z||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.
2021-12-02T02:23:26.301Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:23:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:23:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:23:35.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:23:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:24:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:24:26.300Z||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.
2021-12-02T02:24:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:24:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:24:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:24:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:24:35.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:24:35.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:25:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:25:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:25:26.300Z||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.
2021-12-02T02:25:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:25:26.301Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:25:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:25:35.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:25:35.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:26:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:26:26.299Z||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.
2021-12-02T02:26:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:26:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:26:26.301Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:26:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:26:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:26:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:27:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:27:26.299Z||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.
2021-12-02T02:27:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:27:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:27:26.301Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:27:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:27:35.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:27:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:28:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:28:26.299Z||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.
2021-12-02T02:28:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:28:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:28:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:28:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:28:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:28:35.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:29:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:29:26.299Z||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.
2021-12-02T02:29:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:29:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:29:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:29:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:29:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:29:35.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:30:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:30:26.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:30:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:30:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:30:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:30:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:30:35.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:30:35.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:31:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:31:26.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:31:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:31:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:31:26.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:31:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:31:35.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:31:35.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:32:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:32:26.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:32:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:32:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:32:26.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:32:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:32:35.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:32:35.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:33:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:33:26.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:33:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:33:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:33:26.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:33:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:33:35.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:33:35.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:34:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:34:26.300Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:34:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:34:26.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:34:26.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:34:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:34:35.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:34:35.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:35:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:35:26.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:35:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:35:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:35:26.301Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:35:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:35:35.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:35:35.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:36:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:36:26.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:36:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:36:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:36:26.301Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:36:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:36:35.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:36:35.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:37:26.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:37:26.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:37:26.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:37:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:37:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:37:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:37:35.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:37:35.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:38:26.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:38:26.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:38:26.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:38:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:38:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:38:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:38:35.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:38:35.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:26.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:39:26.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:39:26.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:39:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:39:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:39:26.919Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:26.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:26.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e","serviceName":"vFW 2021-12-02 02-36-13","serviceVersion":"1.0","serviceUUID":"90a775e7-fa3b-4930-b2cf-a7de1640d9ef","serviceDescription":"catalog service description","serviceInvariantUUID":"4498cdd1-fed0-497b-8593-b1aec684fda1","resources":[{"resourceInstanceName":"vFW 1848fb31-4ba1 0","resourceName":"vFW 1848fb31-4ba1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a07a4-741b-4b50-8524-651aa41d3996","resourceInvariantUUID":"ae10ff3f-b920-4710-97db-f23251240ca9","resourceCustomizationUUID":"b71465e2-a5a9-4357-8441-338133b4182a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml","artifactChecksum":"OTZhZGNjYzk2ZTRmMjE4YjU5YzNjMTYwODQzMjg1NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fc595a7-4f76-4108-a606-875a198b1aaa","artifactVersion":"1"},{"artifactName":"vfw1848fb314ba10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json","artifactChecksum":"ZjVkODliYmM1N2MxOGQyMTEyYjM1MzQ1NjIzNDdiMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a883d9b-4b4d-4a91-83d3-3f25422e7c60","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b568dda-fa3b-42cf-91d4-98eda5418c30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg4ZGM3M2YwMTAyMmE1ZjQ1MzM0OTUwZDRhMjQ3M2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"57c2e6c3-45a0-43bf-a2bc-1860565d9f8a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"43a70b00-6b6f-4f28-98c1-494dc0b8abdf","artifactVersion":"2","generatedFromUUID":"1b568dda-fa3b-42cf-91d4-98eda5418c30"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211202023613-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml","artifactChecksum":"MDUwM2UwMDhkYjE0ZjFjNzQ2MWVlOGE2ZTFkMTJiZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c83b31ff-8d7f-468e-a491-6606c49e7b9b","artifactVersion":"1"},{"artifactName":"service-Vfw20211202023613-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar","artifactChecksum":"OTc1OTI4ZDM5MzAxZGUxN2FjN2E0MDRlNTY4ZGUxZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a85151d-61a2-487d-8e95-ac3915571aec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:39:26.927Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:26.932Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:26.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "dcae-sch",
"timestamp": 1638412715434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.940Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:26.940Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "dcae-sch",
"timestamp": 1638412715434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412719548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "dcae-sch",
"timestamp": 1638412715434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412719548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "dcae-sch",
"timestamp": 1638412715434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412719548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412721611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "dcae-sch",
"timestamp": 1638412715434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412719548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412721611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412722611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "dcae-sch",
"timestamp": 1638412715434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412719548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412721611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412722611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412723691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "dcae-sch",
"timestamp": 1638412715434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412719548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412721611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412722611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412723691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412726048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412719548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412722611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412721611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412723691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "cds",
"timestamp": 1638412727065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:27.040Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-12-02T02:39:27.043Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:27.044Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:27.050Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:27.051Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 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 (?, ?, ?, ?, ?)
2021-12-02T02:39:27.109Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.123Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412722611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412721611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412723691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412722611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412721611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412723691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412722611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412723691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412729819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412723691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412730516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412731523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412731777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "policy-id",
"timestamp": 1638412732526,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:27.164Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.164Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412733191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412734473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412734421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412735857,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:27.179Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.179Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-12-02T02:39:27.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412734421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412736860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412734421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412734421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412738099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412734421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412738099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412734421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412738099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412734421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412738099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412742296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412738099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412743688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412738099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "aai-ml",
"timestamp": 1638412744694,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:27.197Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.198Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412738099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412746939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412747947,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:27.212Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.213Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412759413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412761422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "clamp",
"timestamp": 1638412762427,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:27.229Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.229Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:39:27.945Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:27.946Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:27.948Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:27.948Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:39:28.049Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:28.050Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:28.050Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:28.058Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:28.059Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:28.949Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:28.950Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:28.951Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:28.951Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:39:29.052Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:39:29.053Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:29.055Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:29.063Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:29.064Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:29.952Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:29.953Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:29.956Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:29.957Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:30.057Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:30.060Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:30.060Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:30.067Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:30.068Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:30.957Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:30.958Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:30.960Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:30.960Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T02:39:31.061Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:39:31.062Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:31.062Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:31.070Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:31.071Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:31.961Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:31.962Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:31.965Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:31.965Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:39:32.066Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:32.066Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:32.067Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:32.074Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:32.074Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:32.966Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:32.967Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:32.970Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:32.970Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:39:33.070Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:33.072Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:33.072Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:33.082Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:33.082Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:33.973Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"serviceName": "vFW 2021-12-02 02-36-13",
"serviceVersion": "1.0",
"serviceUUID": "90a775e7-fa3b-4930-b2cf-a7de1640d9ef",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4498cdd1-fed0-497b-8593-b1aec684fda1",
"resources": [
{
"resourceInstanceName": "vFW 1848fb31-4ba1 0",
"resourceCustomizationUUID": "b71465e2-a5a9-4357-8441-338133b4182a",
"resourceName": "vFW 1848fb31-4ba1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f04a07a4-741b-4b50-8524-651aa41d3996",
"resourceInvariantUUID": "ae10ff3f-b920-4710-97db-f23251240ca9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1848fb314ba10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"artifactChecksum": "ZjVkODliYmM1N2MxOGQyMTEyYjM1MzQ1NjIzNDdiMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a883d9b-4b4d-4a91-83d3-3f25422e7c60",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1b568dda-fa3b-42cf-91d4-98eda5418c30",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "43a70b00-6b6f-4f28-98c1-494dc0b8abdf",
"generatedFromUUID": "1b568dda-fa3b-42cf-91d4-98eda5418c30"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "43a70b00-6b6f-4f28-98c1-494dc0b8abdf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211202023613-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"artifactChecksum": "OTc1OTI4ZDM5MzAxZGUxN2FjN2E0MDRlNTY4ZGUxZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a85151d-61a2-487d-8e95-ac3915571aec"
}
],
"workloadContext": "Production"
}
2021-12-02T02:39:33.974Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:39:33.975Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90a775e7-fa3b-4930-b2cf-a7de1640d9ef ASDC
2021-12-02T02:39:34.052Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
ServiceName:vFW 2021-12-02 02-36-13
ServiceVersion:1.0
ServiceUUID:90a775e7-fa3b-4930-b2cf-a7de1640d9ef
ServiceInvariantUUID:4498cdd1-fed0-497b-8593-b1aec684fda1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211202023613-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
ArtifactUUID:1a85151d-61a2-487d-8e95-ac3915571aec
ArtifactChecksum:OTc1OTI4ZDM5MzAxZGUxN2FjN2E0MDRlNTY4ZGUxZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1848fb31-4ba1 0
ResourceCustomizationUUID:b71465e2-a5a9-4357-8441-338133b4182a
ResourceInvariantUUID:ae10ff3f-b920-4710-97db-f23251240ca9
ResourceName:vFW 1848fb31-4ba1
ResourceType:VF
ResourceUUID:f04a07a4-741b-4b50-8524-651aa41d3996
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1848fb314ba10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
ArtifactUUID:1a883d9b-4b4d-4a91-83d3-3f25422e7c60
ArtifactChecksum:ZjVkODliYmM1N2MxOGQyMTEyYjM1MzQ1NjIzNDdiMTI=
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/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
ArtifactUUID:1b568dda-fa3b-42cf-91d4-98eda5418c30
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/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
ArtifactUUID:43a70b00-6b6f-4f28-98c1-494dc0b8abdf
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/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
ArtifactUUID:43a70b00-6b6f-4f28-98c1-494dc0b8abdf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-02T02:39:34.052Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90a775e7-fa3b-4930-b2cf-a7de1640d9ef 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=?
2021-12-02T02:39:34.126Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:39:34.126Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:39:34.127Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:39:34.127Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a85151d-61a2-487d-8e95-ac3915571aec from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:34.127Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:34.128Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:34.485Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:34.502Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar 1a85151d-61a2-487d-8e95-ac3915571aec 98917
2021-12-02T02:39:34.503Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar ASDC sendASDCNotification
2021-12-02T02:39:34.503Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:34.504Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:34.504Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:34.506Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:34.506Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412774502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:34.606Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:34.607Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:34.607Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:34.615Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:34.616Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:35.506Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:39:35.508Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:39:35.508Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1a85151d-61a2-487d-8e95-ac3915571aec, URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar to file: /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:35.509Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211202023613-csar.csar
2021-12-02T02:39:35.568Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:35.569Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:36.368Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10435486631750439175/Definitions/service-Vfw20211202023613-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
2021-12-02T02:39:38.762Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:39:38.765Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||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-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||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-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||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-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||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-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||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-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1848fb31-4ba1 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-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:39:38.772Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.773Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.775Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.776Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:39:38.777Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.790Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d96fa93e-8e56-43df-b09e-200a5a805885
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88e57afd-de05-4e78-bfdb-0dce4f098854
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0df8bcac-54bb-4f8f-8860-f460fda4ac48
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.802Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:38.802Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.802Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-12-02 02-36-13
Description:catalog service description
Model UUID:90a775e7-fa3b-4930-b2cf-a7de1640d9ef
Model Version:NULL
Model InvariantUuid:4498cdd1-fed0-497b-8593-b1aec684fda1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1848fb31-4ba1
Model UUID:eacca3ff-572d-467a-b2f2-5bfb156db0b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ae10ff3f-b920-4710-97db-f23251240ca9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b71465e2-a5a9-4357-8441-338133b4182a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0d3dad07-3712-4d62-b40a-c57ff489f4a8
ModelName:Vfw1848fb314ba1..base_vfw..module-0
ModelUuid:c71f4faf-837e-4987-a01c-db0a7d915a10
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d96fa93e-8e56-43df-b09e-200a5a805885
ModelInvariantUuid:5895898d-0732-4a89-8036-70ec29d8c50e
ModelName:vFW 1848fb31-4ba1-nodes.vfwCvfc
ModelUuid:8fce10ac-a170-4a65-bca7-199f52fe7591
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e6e396b8-8948-4928-b9db-3a9d9d691564
ModelInvariantUuid:73e1bf86-9cb1-4efc-9a6a-d44583c2061f
ModelName:Vfw1848fb314ba1.compute.nodes.heat.vfw
ModelUuid:c999851e-fe63-4c87-9d26-3232188727a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:88e57afd-de05-4e78-bfdb-0dce4f098854
ModelInvariantUuid:613ee281-c6e6-4f18-aeba-823551debe13
ModelName:vFW 1848fb31-4ba1-nodes.vsnCvfc
ModelUuid:3c466a88-e02e-475d-91ce-0fbce1e49f1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d0e80d3c-0599-4556-b303-a0dcf7cee5e4
ModelInvariantUuid:2dc2e542-eaa5-41fd-9198-12f9b45f6392
ModelName:Vfw1848fb314ba1.compute.nodes.heat.vsn
ModelUuid:7ca82ab2-0e70-4661-aabc-4b940bfe01a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0df8bcac-54bb-4f8f-8860-f460fda4ac48
ModelInvariantUuid:d0041e61-b08d-475a-b554-2b076691a44a
ModelName:vFW 1848fb31-4ba1-nodes.vpgCvfc
ModelUuid:e8a50b25-9e1c-4871-b6f6-9f47e8036d0b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d6ae0141-6a15-493a-8198-44f493da1d56
ModelInvariantUuid:f43d1351-5cc5-41cc-b2da-52665e0651e6
ModelName:Vfw1848fb314ba1.compute.nodes.heat.vpg
ModelUuid:2fb119d8-22ac-4a87-8250-f75f7a31b4a6
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=?
2021-12-02T02:39:38.815Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a07a4-741b-4b50-8524-651aa41d3996
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=?
2021-12-02T02:39:38.885Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||vFW 1848fb31-4ba1 0
2021-12-02T02:39:38.892Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a07a4-741b-4b50-8524-651aa41d3996
2021-12-02T02:39:38.892Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a883d9b-4b4d-4a91-83d3-3f25422e7c60 from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:38.892Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:38.893Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:38.936Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json 1a883d9b-4b4d-4a91-83d3-3f25422e7c60 785
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json ASDC sendASDCNotification
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:38.940Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:38.940Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412778937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:39.040Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:39.042Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:39.042Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:39.050Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:39.051Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:39.941Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1848fb314ba1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0d3dad07-3712-4d62-b40a-c57ff489f4a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c71f4faf-837e-4987-a01c-db0a7d915a10",
"vfModuleModelCustomizationUUID": "31eb4d46-726d-4e07-a3a8-ab720596cfbe",
"isBase": true,
"artifacts": [
"1b568dda-fa3b-42cf-91d4-98eda5418c30",
"43a70b00-6b6f-4f28-98c1-494dc0b8abdf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-02T02:39:39.956Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1848fb314ba1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c71f4faf-837e-4987-a01c-db0a7d915a10
VfModuleModelInvariantUUID:0d3dad07-3712-4d62-b40a-c57ff489f4a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b568dda-fa3b-42cf-91d4-98eda5418c30
,
43a70b00-6b6f-4f28-98c1-494dc0b8abdf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1848fb314ba1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0d3dad07-3712-4d62-b40a-c57ff489f4a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c71f4faf-837e-4987-a01c-db0a7d915a10",
"vfModuleModelCustomizationUUID": "31eb4d46-726d-4e07-a3a8-ab720596cfbe",
"isBase": true,
"artifacts": [
"1b568dda-fa3b-42cf-91d4-98eda5418c30",
"43a70b00-6b6f-4f28-98c1-494dc0b8abdf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1848fb314ba1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c71f4faf-837e-4987-a01c-db0a7d915a10
VfModuleModelInvariantUUID:0d3dad07-3712-4d62-b40a-c57ff489f4a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b568dda-fa3b-42cf-91d4-98eda5418c30
,
43a70b00-6b6f-4f28-98c1-494dc0b8abdf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1b568dda-fa3b-42cf-91d4-98eda5418c30 from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:40.012Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml 1b568dda-fa3b-42cf-91d4-98eda5418c30 20368
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:40.014Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:40.015Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:40.015Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412780013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:40.116Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:40.117Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:40.117Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:40.126Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:40.126Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:41.017Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43a70b00-6b6f-4f28-98c1-494dc0b8abdf from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:41.017Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:41.018Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:41.190Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:41.191Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env 43a70b00-6b6f-4f28-98c1-494dc0b8abdf 2098
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:41.196Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:41.196Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412781192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:39:41.296Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:41.297Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:41.297Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:41.308Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:41.309Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:42.197Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 90a775e7-fa3b-4930-b2cf-a7de1640d9ef
2021-12-02T02:39:42.198Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1848fb31-4ba1 0 f04a07a4-741b-4b50-8524-651aa41d3996 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=?
2021-12-02T02:39:42.232Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67a5ca48, org.onap.sdc.toscaparser.api.parameters.Input@5c0df784, org.onap.sdc.toscaparser.api.parameters.Input@7f37c179, org.onap.sdc.toscaparser.api.parameters.Input@43e149ad, org.onap.sdc.toscaparser.api.parameters.Input@a5f3c13]
2021-12-02T02:39:42.234Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.234Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b71465e2-a5a9-4357-8441-338133b4182a
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b71465e2-a5a9-4357-8441-338133b4182a matches Tosca VF Customization UUID: b71465e2-a5a9-4357-8441-338133b4182a
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b71465e2-a5a9-4357-8441-338133b4182a 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=?
2021-12-02T02:39:42.240Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.240Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b71465e2-a5a9-4357-8441-338133b4182a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3043ba48
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31eb4d46-726d-4e07-a3a8-ab720596cfbe
2021-12-02T02:39:42.243Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31eb4d46-726d-4e07-a3a8-ab720596cfbe
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=?
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d96fa93e-8e56-43df-b09e-200a5a805885
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=?
2021-12-02T02:39:42.261Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.261Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.261Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:42.263Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.263Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88e57afd-de05-4e78-bfdb-0dce4f098854
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=?
2021-12-02T02:39:42.265Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.265Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.265Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.267Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.267Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T02:39:42.269Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0df8bcac-54bb-4f8f-8860-f460fda4ac48
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=?
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=b71465e2-a5a9-4357-8441-338133b4182a
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=?
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 90a775e7-fa3b-4930-b2cf-a7de1640d9ef: vFW 1848fb31-4ba1
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-12-02 02-36-13
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 (?, ?, ?, ?, ?)
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1848fb31-4ba1 f04a07a4-741b-4b50-8524-651aa41d3996 1 ASDC deployResourceStructure
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json ASDC sendASDCNotification
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:42.581Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:42.582Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:42.582Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412782580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:42.683Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:39:42.684Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:42.684Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:42.693Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:42.693Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:43.583Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T02:39:43.584Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:43.584Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:43.584Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:43.586Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:43.586Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412783583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:43.686Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:43.687Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:43.687Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:43.712Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:43.712Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:44.587Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T02:39:44.588Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:44.588Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:44.588Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:44.592Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:44.592Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412784587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:44.692Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:44.693Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:44.693Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:44.701Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:44.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:45.593Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar ASDC sendASDCNotification
2021-12-02T02:39:45.594Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:45.594Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:45.594Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:45.597Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:45.597Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412785593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:39:45.698Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:45.699Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:39:45.699Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:45.707Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:39:45.708Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:46.599Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:39:46.618Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:46.628Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T02:40:16.628Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-12-02T02:40:16.644Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and serviceModelVersionId: 90a775e7-fa3b-4930-b2cf-a7de1640d9ef
2021-12-02T02:40:16.645Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4498cdd1-fed0-497b-8593-b1aec684fda1
2021-12-02T02:40:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:40:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:40:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:40:26.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:26.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:40:26.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:40:26.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:40:27.916Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0
2021-12-02T02:40:28.018Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T02:40:28.456Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-12-02T02:40:28.460Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0|INFO|500||Invoke
2021-12-02T02:40:28.701Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-02T02:40:29.040Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0|INFO|500||InvokeReturn
2021-12-02T02:40:29.041Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-02:40:28:712-54995], vertex-id=[155688], Content-Length=[0], Date=[Thu, 02 Dec 2021 02:40:28 GMT], Content-Type=[application/json]}
2021-12-02T02:40:29.041Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T02:40:29.045Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T02:40:29.045Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||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=?
2021-12-02T02:40:29.049Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T02:40:29.055Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T02:40:29.056Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T02:40:29.057Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:29.058Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:29.058Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412829055,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:40:29.159Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:29.161Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:29.161Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:29.170Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:29.170Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-02T02:40:30.080Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:40:30.080Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:40:30.081Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:30.695Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:30.696Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:40:30.697Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"351ca34d-4057-431e-9690-edec329d4e70","serviceName":"basic_onboard_ZYBLvq","serviceVersion":"1.0","serviceUUID":"c74d918c-a850-4713-8e72-c0927e745a93","serviceDescription":"service","serviceInvariantUUID":"42732149-ec48-4dbb-bdcc-e2c22e58dcf8","resources":[{"resourceInstanceName":"basic_onboard_ZYBLvq 0","resourceName":"basic_onboard_ZYBLvq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fc19efe-44f9-40b9-a0b2-af8294596070","resourceInvariantUUID":"236a8b0a-89e7-4101-8e1c-d255973cda6d","resourceCustomizationUUID":"64434c24-1682-4e86-850e-aaf2b07a1c00","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml","artifactChecksum":"MTg0MDA3MWZmM2MyZjViMTBiZmE1ZmI4NmUyYjA0ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c665d8-d96d-4fdc-ad11-4718cb1a6492","artifactVersion":"1"},{"artifactName":"basic_onboard_zyblvq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json","artifactChecksum":"YTAwZjc0OGY3ZTcwNWJjZjJlNGJjOGQ4MzJjNGE3OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20763916-3fda-45c0-be11-9598193f2464","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15703185-baea-4c93-8722-664d6f205b0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce5aa967-935a-4882-b8c3-b5834451afee","artifactVersion":"2","generatedFromUUID":"20763916-3fda-45c0-be11-9598193f2464"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZyblvq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml","artifactChecksum":"NzhkNGRiZDBiMjE3ZTY1NmMyNDFiODkzODQwYTkwOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db46362a-b5b2-4858-ab23-255a80f59b3c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZyblvq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar","artifactChecksum":"MTc4MGM2ODkzZWZjYzYzMDJmYWQyMDNiYjhmM2JiN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10066a3f-0d52-42f2-bbef-cdde4ac1dcf9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:40:30.701Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:30.701Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:30.703Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:30.703Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:40:30.804Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:40:30.805Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:30.805Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:30.813Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:30.814Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:31.704Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:31.705Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:31.708Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:31.708Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:40:31.808Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:31.810Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:31.810Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:31.817Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:31.818Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:32.709Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:32.710Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:32.713Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:32.713Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:40:32.813Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T02:40:32.814Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:32.814Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:32.821Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:32.822Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:33.714Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:33.716Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:33.719Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:33.719Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:40:33.819Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:33.820Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:33.821Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:33.829Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:33.829Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:34.720Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:34.721Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:34.724Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:34.724Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-02T02:40:34.824Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:34.825Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:34.825Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:34.832Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:34.833Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:35.725Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:35.726Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:35.729Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:35.729Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:40:35.829Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:35.831Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:35.832Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:35.839Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:35.840Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:36.730Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:36.731Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:36.734Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:36.734Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:40:36.834Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:36.836Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:36.836Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:36.846Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:36.846Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:37.736Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"serviceName": "basic_onboard_ZYBLvq",
"serviceVersion": "1.0",
"serviceUUID": "c74d918c-a850-4713-8e72-c0927e745a93",
"serviceDescription": "service",
"serviceInvariantUUID": "42732149-ec48-4dbb-bdcc-e2c22e58dcf8",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZYBLvq 0",
"resourceCustomizationUUID": "64434c24-1682-4e86-850e-aaf2b07a1c00",
"resourceName": "basic_onboard_ZYBLvq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3fc19efe-44f9-40b9-a0b2-af8294596070",
"resourceInvariantUUID": "236a8b0a-89e7-4101-8e1c-d255973cda6d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zyblvq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"artifactChecksum": "YTAwZjc0OGY3ZTcwNWJjZjJlNGJjOGQ4MzJjNGE3OWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "20763916-3fda-45c0-be11-9598193f2464",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce5aa967-935a-4882-b8c3-b5834451afee",
"generatedFromUUID": "20763916-3fda-45c0-be11-9598193f2464"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce5aa967-935a-4882-b8c3-b5834451afee",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZyblvq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"artifactChecksum": "MTc4MGM2ODkzZWZjYzYzMDJmYWQyMDNiYjhmM2JiN2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10066a3f-0d52-42f2-bbef-cdde4ac1dcf9"
}
],
"workloadContext": "Production"
}
2021-12-02T02:40:37.736Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:40:37.736Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c74d918c-a850-4713-8e72-c0927e745a93 ASDC
2021-12-02T02:40:37.737Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:351ca34d-4057-431e-9690-edec329d4e70
ServiceName:basic_onboard_ZYBLvq
ServiceVersion:1.0
ServiceUUID:c74d918c-a850-4713-8e72-c0927e745a93
ServiceInvariantUUID:42732149-ec48-4dbb-bdcc-e2c22e58dcf8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZyblvq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
ArtifactUUID:10066a3f-0d52-42f2-bbef-cdde4ac1dcf9
ArtifactChecksum:MTc4MGM2ODkzZWZjYzYzMDJmYWQyMDNiYjhmM2JiN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZYBLvq 0
ResourceCustomizationUUID:64434c24-1682-4e86-850e-aaf2b07a1c00
ResourceInvariantUUID:236a8b0a-89e7-4101-8e1c-d255973cda6d
ResourceName:basic_onboard_ZYBLvq
ResourceType:VF
ResourceUUID:3fc19efe-44f9-40b9-a0b2-af8294596070
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zyblvq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
ArtifactUUID:f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5
ArtifactChecksum:YTAwZjc0OGY3ZTcwNWJjZjJlNGJjOGQ4MzJjNGE3OWM=
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/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:20763916-3fda-45c0-be11-9598193f2464
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/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
ArtifactUUID:ce5aa967-935a-4882-b8c3-b5834451afee
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/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
ArtifactUUID:ce5aa967-935a-4882-b8c3-b5834451afee
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-02T02:40:37.737Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c74d918c-a850-4713-8e72-c0927e745a93 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:40:37.774Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 10066a3f-0d52-42f2-bbef-cdde4ac1dcf9 from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:37.828Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:37.834Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar 10066a3f-0d52-42f2-bbef-cdde4ac1dcf9 71558
2021-12-02T02:40:37.835Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar ASDC sendASDCNotification
2021-12-02T02:40:37.835Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:37.836Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:37.836Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:37.838Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:37.839Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412837835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:40:37.939Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:37.940Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:37.940Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:37.947Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:37.948Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:38.839Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:40:38.841Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:40:38.841Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 10066a3f-0d52-42f2-bbef-cdde4ac1dcf9, URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar to file: /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.841Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.842Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.842Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.984Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16668329594163605155/Definitions/service-BasicOnboardZyblvq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-12-02T02:40:40.245Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||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-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||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-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||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-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZYBLvq 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-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is not matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is not matching search criteria
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cd1aaa75-69dc-4acd-a818-90fe656d4c1a
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZYBLvq
Description:service
Model UUID:c74d918c-a850-4713-8e72-c0927e745a93
Model Version:NULL
Model InvariantUuid:42732149-ec48-4dbb-bdcc-e2c22e58dcf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZYBLvq
Model UUID:67220ba3-4a52-4242-95aa-18d3debff0fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:236a8b0a-89e7-4101-8e1c-d255973cda6d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:64434c24-1682-4e86-850e-aaf2b07a1c00
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f3dee317-b7f0-4e58-8cb9-a6bac114d948
ModelName:BasicOnboardZyblvq..base_ubuntu18..module-0
ModelUuid:32889600-123d-4131-a6b8-d7ffcd89a742
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cd1aaa75-69dc-4acd-a818-90fe656d4c1a
ModelInvariantUuid:af3b4e82-31e1-4057-a9fb-b55dcf42ca02
ModelName:basic_onboard_ZYBLvq-nodes.ubuntu18Cvfc
ModelUuid:5aa650ed-616a-4e84-a8b5-e06606746dbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:78ac59b0-9e64-4610-9644-8c2166112ec5
ModelInvariantUuid:643d5016-1b3c-4b1a-b718-7990040d76c8
ModelName:BasicOnboardZyblvq.compute.nodes.heat.ubuntu18
ModelUuid:60ad1a54-bef4-4f68-b9d1-5a4b93567498
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=?
2021-12-02T02:40:40.292Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3fc19efe-44f9-40b9-a0b2-af8294596070
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=?
2021-12-02T02:40:40.297Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||basic_onboard_ZYBLvq 0
2021-12-02T02:40:40.297Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3fc19efe-44f9-40b9-a0b2-af8294596070
2021-12-02T02:40:40.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5 from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:40.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:40.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:40.403Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:40.403Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5 798
2021-12-02T02:40:40.404Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json ASDC sendASDCNotification
2021-12-02T02:40:40.404Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:40.404Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:40.405Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:40.408Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:40.408Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412840404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:40:40.508Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:40.509Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:40.510Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:40.518Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:40.518Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:41.408Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZyblvq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f3dee317-b7f0-4e58-8cb9-a6bac114d948",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "32889600-123d-4131-a6b8-d7ffcd89a742",
"vfModuleModelCustomizationUUID": "b05d4d24-73bb-4183-b5cb-7cef0dccf243",
"isBase": true,
"artifacts": [
"20763916-3fda-45c0-be11-9598193f2464",
"ce5aa967-935a-4882-b8c3-b5834451afee"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-02T02:40:41.414Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZyblvq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32889600-123d-4131-a6b8-d7ffcd89a742
VfModuleModelInvariantUUID:f3dee317-b7f0-4e58-8cb9-a6bac114d948
VfModuleModelDescription:NULL
Artifacts UUID List:{
20763916-3fda-45c0-be11-9598193f2464
,
ce5aa967-935a-4882-b8c3-b5834451afee
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZyblvq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f3dee317-b7f0-4e58-8cb9-a6bac114d948",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "32889600-123d-4131-a6b8-d7ffcd89a742",
"vfModuleModelCustomizationUUID": "b05d4d24-73bb-4183-b5cb-7cef0dccf243",
"isBase": true,
"artifacts": [
"20763916-3fda-45c0-be11-9598193f2464",
"ce5aa967-935a-4882-b8c3-b5834451afee"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZyblvq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32889600-123d-4131-a6b8-d7ffcd89a742
VfModuleModelInvariantUUID:f3dee317-b7f0-4e58-8cb9-a6bac114d948
VfModuleModelDescription:NULL
Artifacts UUID List:{
20763916-3fda-45c0-be11-9598193f2464
,
ce5aa967-935a-4882-b8c3-b5834451afee
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20763916-3fda-45c0-be11-9598193f2464 from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:41.418Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:41.871Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:41.871Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml 20763916-3fda-45c0-be11-9598193f2464 5033
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:41.874Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:41.874Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412841872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:40:41.974Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:41.975Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:41.975Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:41.983Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:41.984Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:42.875Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ce5aa967-935a-4882-b8c3-b5834451afee from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:42.876Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:42.876Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:42.992Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:42.993Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env ce5aa967-935a-4882-b8c3-b5834451afee 909
2021-12-02T02:40:42.994Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T02:40:42.994Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:42.994Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:42.995Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:42.997Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:42.997Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412842994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:40:43.097Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T02:40:43.098Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:43.098Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:43.106Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:43.106Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:43.998Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c74d918c-a850-4713-8e72-c0927e745a93
2021-12-02T02:40:43.999Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZYBLvq 0 3fc19efe-44f9-40b9-a0b2-af8294596070 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T02:40:44.016Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21acd613, org.onap.sdc.toscaparser.api.parameters.Input@549ff01b, org.onap.sdc.toscaparser.api.parameters.Input@56d0208a, org.onap.sdc.toscaparser.api.parameters.Input@5ae3daeb, org.onap.sdc.toscaparser.api.parameters.Input@1d3883ea]
2021-12-02T02:40:44.018Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.018Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.018Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-12-02T02:40:44.019Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 64434c24-1682-4e86-850e-aaf2b07a1c00
2021-12-02T02:40:44.019Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64434c24-1682-4e86-850e-aaf2b07a1c00 matches Tosca VF Customization UUID: 64434c24-1682-4e86-850e-aaf2b07a1c00
2021-12-02T02:40:44.019Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 64434c24-1682-4e86-850e-aaf2b07a1c00 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=?
2021-12-02T02:40:44.021Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 64434c24-1682-4e86-850e-aaf2b07a1c00: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@257faf0d
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.023Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:40:44.023Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b05d4d24-73bb-4183-b5cb-7cef0dccf243
2021-12-02T02:40:44.023Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b05d4d24-73bb-4183-b5cb-7cef0dccf243
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=?
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is not matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cd1aaa75-69dc-4acd-a818-90fe656d4c1a
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=?
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.029Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=64434c24-1682-4e86-850e-aaf2b07a1c00
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=?
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c74d918c-a850-4713-8e72-c0927e745a93: basic_onboard_ZYBLvq
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.032Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:40:44.032Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.032Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_ZYBLvq
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 (?, ?, ?, ?, ?)
2021-12-02T02:40:44.103Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZYBLvq 3fc19efe-44f9-40b9-a0b2-af8294596070 1 ASDC deployResourceStructure
2021-12-02T02:40:44.103Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json ASDC sendASDCNotification
2021-12-02T02:40:44.104Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:44.104Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:44.104Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:44.105Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:44.106Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412844103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T02:40:44.206Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:44.207Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:44.207Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:44.216Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:44.216Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:45.107Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T02:40:45.107Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:45.107Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:45.108Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:45.110Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:45.110Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412845107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T02:40:45.210Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:45.211Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:45.211Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:45.220Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:45.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:46.111Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T02:40:46.112Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:46.112Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:46.112Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:46.115Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:46.115Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412846111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-02T02:40:46.215Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:46.216Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:46.216Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:46.225Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:46.226Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:47.116Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar ASDC sendASDCNotification
2021-12-02T02:40:47.117Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:47.117Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:47.117Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:47.120Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:47.120Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412847116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:40:47.220Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:47.221Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:40:47.221Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:47.230Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:40:47.230Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:48.121Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:40:48.132Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:40:48.134Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:40:48.135Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:40:48.135Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:41:18.135Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:41:18.148Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:41:18.151Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:41:18.151Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:41:18.151Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:41:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:41:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:41:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:41:26.320Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:41:26.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412766298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412774502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412768099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "dcae-sch",
"timestamp": 1638412775434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412768099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "dcae-sch",
"timestamp": 1638412775434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412768099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "dcae-sch",
"timestamp": 1638412775434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412778233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412778937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412768099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "dcae-sch",
"timestamp": 1638412775434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412778233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412780013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412779548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412768099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "dcae-sch",
"timestamp": 1638412775434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412778233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412779548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412781192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412768099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "dcae-sch",
"timestamp": 1638412775434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412778233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412779548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412781611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412768099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "dcae-sch",
"timestamp": 1638412775434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412782580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412778233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412779548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412781611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412782611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412783583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412778233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412779548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412781611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412782611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412783691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412784587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412778233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412779548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412781611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412782611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412783691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412785593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412785970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "ves-openapi-manager",
"timestamp": 1638412779548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412781611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412782611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412783691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "cds",
"timestamp": 1638412786974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:26.340Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.340Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412781611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412782611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412783691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412781611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412782611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412783691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412782611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412783691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412789596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412783691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412790632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412791636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412791779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412792410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "policy-id",
"timestamp": 1638412792639,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:26.360Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.360Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:41:26.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412793276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412794416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412794433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412794421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "clamp",
"timestamp": 1638412795419,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:26.383Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.383Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:41:26.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412795453,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:26.400Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.400Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-12-02T02:41:26.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412795997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412794421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638412796457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "aai-ml",
"timestamp": 1638412797001,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:26.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:41:26.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412794421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412794421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412794421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412794421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412794421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412802383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412804682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638412805686,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:26.439Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.439Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:41:48.152Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:41:48.161Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:41:48.165Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:48.169Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T02:42:18.169Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-12-02T02:42:18.176Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 351ca34d-4057-431e-9690-edec329d4e70 and serviceModelVersionId: c74d918c-a850-4713-8e72-c0927e745a93
2021-12-02T02:42:18.176Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42732149-ec48-4dbb-bdcc-e2c22e58dcf8
2021-12-02T02:42:18.178Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0
2021-12-02T02:42:18.184Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T02:42:18.214Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|INFO|500||Invoke
2021-12-02T02:42:18.214Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[351ca34d-4057-431e-9690-edec329d4e70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19fdd62c-893e-45e9-bb49-ac139a995f92], X-ECOMP-RequestID=[351ca34d-4057-431e-9690-edec329d4e70], X-TransactionId=[], X-ONAP-RequestID=[351ca34d-4057-431e-9690-edec329d4e70], Content-Type=[application/merge-patch+json]}
2021-12-02T02:42:18.235Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-02T02:42:18.323Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-02:42:18:243-26696], vertex-id=[180440], Content-Length=[0], Date=[Thu, 02 Dec 2021 02:42:18 GMT], Content-Type=[application/json]}
2021-12-02T02:42:18.323Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T02:42:18.323Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|INFO|500||InvokeReturn
2021-12-02T02:42:18.324Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T02:42:18.324Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||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=?
2021-12-02T02:42:18.328Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T02:42:18.329Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 351ca34d-4057-431e-9690-edec329d4e70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T02:42:18.329Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T02:42:18.329Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:42:18.331Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:42:18.331Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412938329,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:42:18.431Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:42:18.432Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:42:18.432Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:42:18.445Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:42:18.445Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-02T02:42:19.348Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:42:19.349Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:42:19.349Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:42:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:42:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:42:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:42:26.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:42:26.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412829055,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412830080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412837835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412840404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412841872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412842994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412844103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412845107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412846111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412847116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:28.879Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:42:28.880Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:42:28.880Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:42:28.881Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:42:38.410Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:43:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:43:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:43:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:43:26.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:43:26.301Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:43:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:43:26.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:43:26.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-12-02T02:43:26.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638412938329,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:43:26.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:43:35.834Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:44:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:44:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:44:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:44:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:44:26.301Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:44:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:44:35.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:44:35.832Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:45:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:45:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:45:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:45:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:45:26.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:45:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:45:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:45:35.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:46:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:46:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:46:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:46:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:46:26.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:46:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:46:35.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:46:35.834Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:47:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:47:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:47:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:47:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:47:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:47:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:47:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:47:35.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:48:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:48:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:48:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:26.301Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:48:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:48:35.839Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:48:35.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:49:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:49:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:49:26.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:26.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:49:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:49:35.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:49:35.832Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:50:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:50:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:50:26.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:26.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:50:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:50:35.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:50:35.835Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:51:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:51:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:51:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:51:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:51:35.831Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:51:35.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:52:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:52:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:52:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:26.301Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:52:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:52:35.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:52:35.843Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:53:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:53:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:53:26.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:26.301Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:53:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:53:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:53:35.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:54:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:54:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:54:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:26.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:54:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:54:35.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:54:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:55:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:55:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:55:26.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:26.939Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:26.940Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.941Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"75f964d9-a6cc-4b8d-94f3-53204aa8de74","serviceName":"Demo_pNF_5U99jhQM145JzBQMkQvD","serviceVersion":"1.0","serviceUUID":"69a4cb8f-288a-4519-9567-6a24666b7da1","serviceDescription":"catalog service description","serviceInvariantUUID":"79cf9622-60f0-46f5-8a0b-bf29073af04e","resources":[{"resourceInstanceName":"pNF 0cd64a8e-4e14 0","resourceName":"pNF 0cd64a8e-4e14","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0d39cf91-5316-42b7-bde6-ce5e976f28ae","resourceInvariantUUID":"4590eeed-a07e-42fc-827f-cf70a93104ec","resourceCustomizationUUID":"1a0cb0f2-72cd-4a62-be4b-f19e33976f25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml","artifactChecksum":"NGViNGU1OTg5ODg0OGE1OWNlMmI1MmFhZDdiN2EwZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e41e3b58-39e1-4a2b-853e-1b94d8f34fc1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar","artifactChecksum":"YmVmZDlkZTEwOGU0NWYxMzUyYTBhMWZhN2NlMzc1MzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4eb92288-18d6-4294-853d-e5caecfaef14","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"887fa6ea-9455-4873-9669-8582dc58e248","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml","artifactChecksum":"NGI5NmVkMTQxZjI5Njg5MWE1OWUyOTBlMTE5ZDk2OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b782631c-2f51-4d97-b282-3ed052e14b21","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9783a03a-e40d-497e-9956-f9cdceef6d0f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1a9f849-bf16-4bb2-8f2f-6afe64095244","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml","artifactChecksum":"NTc4MmM4NjU4MDI0Yjk1M2QyOWU2MDQ3YzMwMTkyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb39f21-167a-47e0-9897-acf0efb5b1fb","artifactVersion":"1"},{"artifactName":"service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar","artifactChecksum":"MTY2NjcyODQ1MzA5NzZhMGY5NDQzNGRlY2U0YTkyZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7cca4f4-86a7-4893-a037-05bbe1cfb7c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:55:26.944Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:26.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.945Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.948Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413668099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "dcae-sch",
"timestamp": 1638413675434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413678233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413686989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413679548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "cds",
"timestamp": 1638413687995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:26.971Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:26.971Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413688700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413681611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413689901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413682611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413690515,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413690632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "ves-openapi-manager",
"timestamp": 1638413690904,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:55:26.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:26.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:26.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638413683691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:55:26.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413691546,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413692523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413692550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:55:27.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "clamp",
"timestamp": 1638413693528,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:55:27.005Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.005Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:27.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "policy-id",
"timestamp": 1638413693553,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:55:27.018Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.018Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:27.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413695080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "aai-ml",
"timestamp": 1638413696084,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:55:27.031Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.031Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:27.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413694421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413703207,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413704916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638413705920,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:55:27.045Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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=?
2021-12-02T02:55:27.048Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:27.049Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:27.049Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:27.057Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:27.057Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:27.949Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:27.950Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:27.953Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:27.953Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:28.053Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:28.054Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:28.055Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:28.062Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:28.062Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:28.954Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:28.954Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:28.956Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:28.956Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:29.057Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:29.058Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:29.059Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:29.067Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:29.067Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:29.957Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:29.958Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:29.960Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:29.960Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:30.060Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:30.061Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:30.061Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:30.068Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:30.069Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:30.961Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:30.962Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:30.964Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:30.964Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:31.064Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:31.065Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:31.065Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:31.071Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:31.072Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:31.965Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:31.966Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:31.968Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:31.968Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:32.068Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:32.069Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:32.070Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:32.077Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:32.077Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:32.969Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:32.969Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:32.971Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:32.971Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:55:33.071Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:33.072Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:33.072Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:33.078Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:33.078Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:33.971Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:33.972Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:33.974Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:33.974Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:55:34.074Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:34.075Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:34.075Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:34.082Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:34.082Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:34.975Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"serviceName": "Demo_pNF_5U99jhQM145JzBQMkQvD",
"serviceVersion": "1.0",
"serviceUUID": "69a4cb8f-288a-4519-9567-6a24666b7da1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "79cf9622-60f0-46f5-8a0b-bf29073af04e",
"resources": [
{
"resourceInstanceName": "pNF 0cd64a8e-4e14 0",
"resourceCustomizationUUID": "1a0cb0f2-72cd-4a62-be4b-f19e33976f25",
"resourceName": "pNF 0cd64a8e-4e14",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0d39cf91-5316-42b7-bde6-ce5e976f28ae",
"resourceInvariantUUID": "4590eeed-a07e-42fc-827f-cf70a93104ec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"artifactChecksum": "MTY2NjcyODQ1MzA5NzZhMGY5NDQzNGRlY2U0YTkyZTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f7cca4f4-86a7-4893-a037-05bbe1cfb7c3"
}
],
"workloadContext": "Production"
}
2021-12-02T02:55:34.975Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:55:34.976Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69a4cb8f-288a-4519-9567-6a24666b7da1 ASDC
2021-12-02T02:55:34.976Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75f964d9-a6cc-4b8d-94f3-53204aa8de74
ServiceName:Demo_pNF_5U99jhQM145JzBQMkQvD
ServiceVersion:1.0
ServiceUUID:69a4cb8f-288a-4519-9567-6a24666b7da1
ServiceInvariantUUID:79cf9622-60f0-46f5-8a0b-bf29073af04e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
ArtifactUUID:f7cca4f4-86a7-4893-a037-05bbe1cfb7c3
ArtifactChecksum:MTY2NjcyODQ1MzA5NzZhMGY5NDQzNGRlY2U0YTkyZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0cd64a8e-4e14 0
ResourceCustomizationUUID:1a0cb0f2-72cd-4a62-be4b-f19e33976f25
ResourceInvariantUUID:4590eeed-a07e-42fc-827f-cf70a93104ec
ResourceName:pNF 0cd64a8e-4e14
ResourceType:PNF
ResourceUUID:0d39cf91-5316-42b7-bde6-ce5e976f28ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-12-02T02:55:34.976Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69a4cb8f-288a-4519-9567-6a24666b7da1 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=?
2021-12-02T02:55:35.004Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f7cca4f4-86a7-4893-a037-05bbe1cfb7c3 from URL: /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:35.189Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:55:35.193Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar f7cca4f4-86a7-4893-a037-05bbe1cfb7c3 82642
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar ASDC sendASDCNotification
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:35.196Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:35.196Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413735194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:55:35.296Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:35.297Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:35.297Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:35.304Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:35.304Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:36.196Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f7cca4f4-86a7-4893-a037-05bbe1cfb7c3, URL: /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar to file: /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.320Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15179913271197692670/Definitions/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0cd64a8e-4e14 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Node template pNF 0cd64a8e-4e14 0 is matching search criteria
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0cd64a8e-4e14 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Node template pNF 0cd64a8e-4e14 0 is matching search criteria
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0cd64a8e-4e14 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_5U99jhQM145JzBQMkQvD
Description:catalog service description
Model UUID:69a4cb8f-288a-4519-9567-6a24666b7da1
Model Version:NULL
Model InvariantUuid:79cf9622-60f0-46f5-8a0b-bf29073af04e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2021-12-02T02:55:36.999Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0d39cf91-5316-42b7-bde6-ce5e976f28ae
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=?
2021-12-02T02:55:37.002Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||pNF 0cd64a8e-4e14 0
2021-12-02T02:55:37.002Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0d39cf91-5316-42b7-bde6-ce5e976f28ae
2021-12-02T02:55:37.002Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 69a4cb8f-288a-4519-9567-6a24666b7da1
2021-12-02T02:55:37.003Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 69a4cb8f-288a-4519-9567-6a24666b7da1
2021-12-02T02:55:37.003Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0cd64a8e-4e14 0 0d39cf91-5316-42b7-bde6-ce5e976f28ae ASDC
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=?
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eafcbe2, org.onap.sdc.toscaparser.api.parameters.Input@24b074a, org.onap.sdc.toscaparser.api.parameters.Input@666c691e, org.onap.sdc.toscaparser.api.parameters.Input@3fc25b04, org.onap.sdc.toscaparser.api.parameters.Input@3fb267c5]
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 69a4cb8f-288a-4519-9567-6a24666b7da1: pNF 0cd64a8e-4e14
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0d39cf91-5316-42b7-bde6-ce5e976f28ae
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Resource customization UUID: 1a0cb0f2-72cd-4a62-be4b-f19e33976f25 is the same as notified resource customizationUUID: 1a0cb0f2-72cd-4a62-be4b-f19e33976f25
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0cd64a8e-4e14 0d39cf91-5316-42b7-bde6-ce5e976f28ae 0 ASDC deployResourceStructure
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar ASDC sendASDCNotification
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:55:37.066Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:37.067Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:37.067Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413737065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:55:37.167Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:37.168Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:55:37.169Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:37.176Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:37.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:38.068Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:55:38.081Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:55:38.092Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T02:56:08.092Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-12-02T02:56:08.097Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and serviceModelVersionId: 69a4cb8f-288a-4519-9567-6a24666b7da1
2021-12-02T02:56:08.098Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79cf9622-60f0-46f5-8a0b-bf29073af04e
2021-12-02T02:56:08.098Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0
2021-12-02T02:56:08.104Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T02:56:08.133Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-12-02T02:56:08.133Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0|INFO|500||Invoke
2021-12-02T02:56:08.157Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-02T02:56:08.700Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0|INFO|500||InvokeReturn
2021-12-02T02:56:08.701Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211202-02:56:08:165-73280], vertex-id=[176216], Content-Length=[0], Date=[Thu, 02 Dec 2021 02:56:08 GMT], Content-Type=[application/json]}
2021-12-02T02:56:08.702Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T02:56:08.702Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T02:56:08.702Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||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=?
2021-12-02T02:56:08.707Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T02:56:08.707Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T02:56:08.707Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T02:56:08.708Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:56:08.710Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:56:08.710Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413768707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:56:08.810Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:56:08.810Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:56:08.810Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:56:08.821Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:56:08.822Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-02T02:56:26.298Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:56:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:56:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:26.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:56:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:56:26.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:56:26.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:56:26.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:56:26.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:56:35.827Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:26.298Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:57:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:26.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:57:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:57:26.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413726298,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413735194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413737065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413768707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:57:26.926Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:26.928Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.928Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"865d5272-1bab-4e9e-9051-63e9222ec3b3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7cbb444f-be52-442f-bbac-efcfa7d70fe2","serviceDescription":"service","serviceInvariantUUID":"abf86d34-cb36-4e2a-b651-c1aa669ae5be","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cb89c8b-1d74-462d-8afb-263fab97bf40","resourceInvariantUUID":"378f660e-2ac5-4251-be33-86054db4943d","resourceCustomizationUUID":"2e50093a-c570-4c86-aaae-1c966b0019d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5de4a859-7c17-42c0-9c0f-3f1911099b77","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MmRjYWRhNDE3Y2Y4MDBiNzgwMDViYjY3OTUxMmFhMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85bf75b6-d261-4cb8-8199-93ffddf8d296","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZDk5MjljMTcyMDBiM2FlNzNjMDlmNWFkZjQyMTQ3YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5d511ad3-30b7-4028-bd16-33f4e272f430","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4eb00fa7-6cd6-4884-bcf3-43ab724e0052","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"94668f08-abde-41bb-969a-de1e41cec39e","artifactVersion":"2","generatedFromUUID":"ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGNiM2FhODViZTgzNzEyOWM2NTZhYjgyOWQxZGU0MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2e551e2-fc6a-40fb-944f-cab66f3623c5","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGJkZjhjM2IyY2U1OGVlODcxOTM5OWJjOWY3NDkyNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:57:26.932Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:26.932Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:26.935Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:26.935Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:27.035Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:27.036Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:27.036Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:27.043Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:27.044Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:27.935Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:27.936Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:27.938Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:27.939Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:28.039Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:28.040Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:28.040Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:28.048Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:28.049Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:28.939Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:28.940Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:28.941Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:28.941Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T02:57:29.042Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:29.043Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:29.043Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:29.049Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:29.050Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:29.942Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:29.942Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:29.944Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:29.944Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T02:57:30.044Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:30.045Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:30.045Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:30.054Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:30.054Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:30.944Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:30.945Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:30.946Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:30.946Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:31.047Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:31.048Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:31.048Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:31.056Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:31.057Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:31.947Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:31.947Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:31.949Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:31.949Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-02T02:57:32.050Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:32.050Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:32.050Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:32.058Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:32.059Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:32.950Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:32.950Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:32.953Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:32.953Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T02:57:33.053Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:33.054Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:33.054Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:33.062Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:33.062Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:33.954Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:33.954Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:33.957Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:33.957Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413846298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T02:57:34.058Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:34.059Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:34.059Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:34.066Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:34.066Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:34.959Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "7cbb444f-be52-442f-bbac-efcfa7d70fe2",
"serviceDescription": "service",
"serviceInvariantUUID": "abf86d34-cb36-4e2a-b651-c1aa669ae5be",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "2e50093a-c570-4c86-aaae-1c966b0019d0",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0cb89c8b-1d74-462d-8afb-263fab97bf40",
"resourceInvariantUUID": "378f660e-2ac5-4251-be33-86054db4943d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "ZDk5MjljMTcyMDBiM2FlNzNjMDlmNWFkZjQyMTQ3YzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5d511ad3-30b7-4028-bd16-33f4e272f430",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "94668f08-abde-41bb-969a-de1e41cec39e",
"generatedFromUUID": "ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "94668f08-abde-41bb-969a-de1e41cec39e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "OGJkZjhjM2IyY2U1OGVlODcxOTM5OWJjOWY3NDkyNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460"
}
],
"workloadContext": "Production"
}
2021-12-02T02:57:34.960Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:57:34.960Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7cbb444f-be52-442f-bbac-efcfa7d70fe2 ASDC
2021-12-02T02:57:34.960Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:865d5272-1bab-4e9e-9051-63e9222ec3b3
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:7cbb444f-be52-442f-bbac-efcfa7d70fe2
ServiceInvariantUUID:abf86d34-cb36-4e2a-b651-c1aa669ae5be
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460
ArtifactChecksum:OGJkZjhjM2IyY2U1OGVlODcxOTM5OWJjOWY3NDkyNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2e50093a-c570-4c86-aaae-1c966b0019d0
ResourceInvariantUUID:378f660e-2ac5-4251-be33-86054db4943d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0cb89c8b-1d74-462d-8afb-263fab97bf40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:5d511ad3-30b7-4028-bd16-33f4e272f430
ArtifactChecksum:ZDk5MjljMTcyMDBiM2FlNzNjMDlmNWFkZjQyMTQ3YzE=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:94668f08-abde-41bb-969a-de1e41cec39e
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:94668f08-abde-41bb-969a-de1e41cec39e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-02T02:57:34.960Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cbb444f-be52-442f-bbac-efcfa7d70fe2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:34.990Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T02:57:35.172Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:35.176Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460 73651
2021-12-02T02:57:35.177Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-02T02:57:35.177Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T02:57:35.178Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:35.178Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:35.180Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:35.180Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413855177,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:57:35.280Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:35.281Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:35.281Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:35.289Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:35.290Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:36.180Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:57:36.182Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:57:36.182Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:36.182Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-12-02T02:57:36.183Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:36.183Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:36.265Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9443036007081671738/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-12-02T02:57:37.072Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||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-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||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-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||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-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=917c074e-8ddd-412a-bb1b-720f0f9a63db
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:7cbb444f-be52-442f-bbac-efcfa7d70fe2
Model Version:NULL
Model InvariantUuid:abf86d34-cb36-4e2a-b651-c1aa669ae5be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:4879f575-59bf-421c-a97f-d89601ee1bd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:378f660e-2ac5-4251-be33-86054db4943d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2e50093a-c570-4c86-aaae-1c966b0019d0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9e1c1a45-fe78-4dd5-9651-7bd298ab9b56
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:0d5cf21f-1797-4a78-af1b-7fd05030f80c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:917c074e-8ddd-412a-bb1b-720f0f9a63db
ModelInvariantUuid:442fe76b-4d7f-4721-89d9-d3de8debad49
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c4962c1c-8b62-41d5-9324-fa6064437960
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e0b6148c-9825-414b-9896-409e7ec79f8f
ModelInvariantUuid:1a9888c5-78ab-438b-a5e1-e092631789f7
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:cc263947-37fb-414e-b8db-3956721820ed
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=?
2021-12-02T02:57:37.082Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0cb89c8b-1d74-462d-8afb-263fab97bf40
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=?
2021-12-02T02:57:37.084Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0cb89c8b-1d74-462d-8afb-263fab97bf40
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5d511ad3-30b7-4028-bd16-33f4e272f430 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T02:57:37.121Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:37.121Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5d511ad3-30b7-4028-bd16-33f4e272f430 790
2021-12-02T02:57:37.121Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-02T02:57:37.122Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T02:57:37.122Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:37.122Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:37.124Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:37.124Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413857121,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:57:37.224Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:37.225Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:37.226Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:37.234Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:37.234Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:38.125Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9e1c1a45-fe78-4dd5-9651-7bd298ab9b56",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d5cf21f-1797-4a78-af1b-7fd05030f80c",
"vfModuleModelCustomizationUUID": "1d7dd4c1-5721-4cd3-96ce-cc0851884ead",
"isBase": true,
"artifacts": [
"ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae",
"94668f08-abde-41bb-969a-de1e41cec39e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-02T02:57:38.130Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d5cf21f-1797-4a78-af1b-7fd05030f80c
VfModuleModelInvariantUUID:9e1c1a45-fe78-4dd5-9651-7bd298ab9b56
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae
,
94668f08-abde-41bb-969a-de1e41cec39e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9e1c1a45-fe78-4dd5-9651-7bd298ab9b56",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d5cf21f-1797-4a78-af1b-7fd05030f80c",
"vfModuleModelCustomizationUUID": "1d7dd4c1-5721-4cd3-96ce-cc0851884ead",
"isBase": true,
"artifacts": [
"ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae",
"94668f08-abde-41bb-969a-de1e41cec39e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d5cf21f-1797-4a78-af1b-7fd05030f80c
VfModuleModelInvariantUUID:9e1c1a45-fe78-4dd5-9651-7bd298ab9b56
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae
,
94668f08-abde-41bb-969a-de1e41cec39e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae 5033
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:38.170Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:38.171Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:38.171Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413858169,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:57:38.271Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:38.272Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:38.273Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:38.281Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:38.281Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:39.173Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 94668f08-abde-41bb-969a-de1e41cec39e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T02:57:39.173Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:39.173Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 94668f08-abde-41bb-969a-de1e41cec39e 909
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T02:57:39.214Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:39.214Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:39.215Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:39.215Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638413859213,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T02:57:39.316Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:39.316Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T02:57:39.317Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:39.324Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:39.325Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:40.216Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7cbb444f-be52-442f-bbac-efcfa7d70fe2
2021-12-02T02:57:40.217Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0cb89c8b-1d74-462d-8afb-263fab97bf40 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=?
2021-12-02T02:57:40.225Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63ad6929, org.onap.sdc.toscaparser.api.parameters.Input@183fbd8f, org.onap.sdc.toscaparser.api.parameters.Input@d0c5b35, org.onap.sdc.toscaparser.api.parameters.Input@775d2943, org.onap.sdc.toscaparser.api.parameters.Input@7f31e2a0]
2021-12-02T02:57:40.226Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery