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-11-30T02:44:16.620Z||main|||||INFO|500||The following profiles are active: basic
2021-11-30T02:44:25.251Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-30T02:44:25.252Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-30T02:44:25.323Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-30T02:44:27.442Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-30T02:44:27.590Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-30T02:44:27.947Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-30T02:44:27.953Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-30T02:44:28.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-30T02:44:28.164Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-30T02:44:28.541Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-30T02:44:29.358Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-30T02:44:31.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-30T02:44:31.122Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-30T02:44:31.586Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-30T02:44:31.753Z||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-11-30T02:44:32.786Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-30T02:44:33.681Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-30T02:44:33.697Z||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-11-30T02:44:33.697Z||main|||||WARN|500||The sdc end point is not alive
2021-11-30T02:44:36.172Z||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-11-30T02:44:38.580Z||main|||||WARN|500||---
2021-11-30T02:44:38.580Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-30T02:44:38.580Z||main|||||WARN|500||---
2021-11-30T02:44:38.964Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-30T02:44:43.060Z||main|||||INFO|500||Started Application in 30.464 seconds (JVM running for 31.52)
2021-11-30T02:44:43.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-30T02:44:43.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-30T02:44:43.082Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-30T02:44:43.136Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-30T02:44:43.174Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c40308a-19cd-4267-8339-d38dc1e1bc06 url= /sdc/v1/artifactTypes
2021-11-30T02:44:43.174Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-30T02:44:43.410Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-30T02:44:43.438Z||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-11-30T02:44:43.456Z||scheduling-1|||||DEBUG|500||create keys
2021-11-30T02:44:43.462Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-30T02:44:44.284Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:44:44.299Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 82d6e0b1-2cb8-4365-80e6-55aa50821eb2 url= /sdc/v1/registerForDistribution
2021-11-30T02:44:45.476Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 82d6e0b1-2cb8-4365-80e6-55aa50821eb2 url= /sdc/v1/registerForDistribution
2021-11-30T02:44:45.476Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-30T02:44:45.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:44:45.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:44:45.488Z||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-11-30T02:44:45.488Z||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-11-30T02:44:45.488Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:44:45.488Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:44:45.489Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-30T02:44:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:44:57.262Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:45:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:45:45.483Z||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-11-30T02:45:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:45:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:45:45.484Z||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-11-30T02:45:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:45:55.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:45:55.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:46:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:46:45.483Z||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-11-30T02:46:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:46:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:46:45.485Z||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-11-30T02:46:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:46:55.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:46:55.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:47:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:47:45.483Z||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-11-30T02:47:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:47:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:47:45.484Z||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-11-30T02:47:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:47:55.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:47:55.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:48:45.482Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:48:45.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:48:45.483Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:48:45.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:48:45.485Z||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-11-30T02:48:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:48:55.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:48:55.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:49:45.482Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:49:45.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:49:45.483Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:49:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:49:45.484Z||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-11-30T02:49:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:49:55.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:49:55.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:50:45.482Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:50:45.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T02:50:45.483Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:50:45.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:50:45.484Z||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-11-30T02:50:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:50:55.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:50:55.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:51:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:51:45.483Z||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-11-30T02:51:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:51:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:51:45.485Z||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-11-30T02:51:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:51:55.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:51:55.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:52:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:52:45.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:52:45.484Z||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-11-30T02:52:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:52:45.484Z||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-11-30T02:52:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:52:55.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:52:55.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:53:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:53:45.483Z||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-11-30T02:53:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:53:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:53:45.485Z||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-11-30T02:53:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:53:55.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:53:55.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:54:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:54:45.483Z||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-11-30T02:54:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:54:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:54:45.484Z||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-11-30T02:54:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:54:55.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:54:55.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:55:03.673Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-30T02:55:45.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:55:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:55:45.486Z||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-11-30T02:55:45.486Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:55:45.488Z||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-11-30T02:55:45.488Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:55:55.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:55:55.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:56:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:56:45.483Z||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-11-30T02:56:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:56:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:56:45.484Z||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-11-30T02:56:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:56:55.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:56:55.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:57:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:57:45.483Z||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-11-30T02:57:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:57:45.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:57:45.484Z||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-11-30T02:57:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:57:55.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:57:55.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:58:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:58:45.483Z||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-11-30T02:58:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:58:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:58:45.484Z||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-11-30T02:58:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:58:55.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:58:55.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:59:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:59:45.483Z||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-11-30T02:59:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:59:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T02:59:45.484Z||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-11-30T02:59:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T02:59:55.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T02:59:55.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:00:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:00:45.483Z||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-11-30T03:00:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:00:45.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:00:45.484Z||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-11-30T03:00:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:00:55.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:00:55.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:01:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:01:45.483Z||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-11-30T03:01:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:01:45.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:01:45.484Z||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-11-30T03:01:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:01:55.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:01:55.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:02:45.483Z||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-11-30T03:02:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:02:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:02:45.484Z||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-11-30T03:02:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:02:55.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:02:55.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:03:45.483Z||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-11-30T03:03:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:03:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:03:45.484Z||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-11-30T03:03:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:03:55.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:03:55.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:04:45.483Z||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-11-30T03:04:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:04:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:04:45.484Z||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-11-30T03:04:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:04:55.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:04:55.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:05:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:05:45.483Z||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-11-30T03:05:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:05:45.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:05:45.484Z||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-11-30T03:05:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:05:55.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:05:55.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:06:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:06:45.483Z||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-11-30T03:06:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:06:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:06:45.485Z||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-11-30T03:06:45.486Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:06:55.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:06:55.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:07:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:07:45.483Z||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-11-30T03:07:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:07:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:07:45.484Z||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-11-30T03:07:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:07:55.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:07:55.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:08:45.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:08:45.483Z||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-11-30T03:08:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:08:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:08:45.484Z||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-11-30T03:08:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:08:55.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:08:55.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:09:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:09:45.483Z||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-11-30T03:09:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:09:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:09:45.485Z||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-11-30T03:09:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:09:55.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:09:55.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:10:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:10:45.483Z||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-11-30T03:10:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:10:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:10:45.484Z||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-11-30T03:10:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:10:55.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:10:55.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:11:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:11:45.483Z||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-11-30T03:11:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:11:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:11:45.484Z||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-11-30T03:11:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:11:55.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:11:55.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:12:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:12:45.483Z||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-11-30T03:12:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:12:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:12:45.484Z||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-11-30T03:12:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:12:55.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:12:55.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:13:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:13:45.483Z||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-11-30T03:13:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:13:45.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:13:45.484Z||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-11-30T03:13:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:13:55.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:13:55.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:14:45.483Z||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-11-30T03:14:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:14:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:14:45.484Z||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-11-30T03:14:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:14:55.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:14:55.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:15:45.483Z||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-11-30T03:15:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:15:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:15:45.484Z||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-11-30T03:15:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:15:55.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:15:55.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:16:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:16:45.483Z||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-11-30T03:16:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:16:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:16:45.484Z||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-11-30T03:16:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:16:55.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:16:55.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:17:45.483Z||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-11-30T03:17:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:17:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:17:45.484Z||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-11-30T03:17:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:17:55.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:17:55.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:18:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:18:45.483Z||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-11-30T03:18:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:18:45.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:18:45.484Z||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-11-30T03:18:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:18:55.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:18:55.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:19:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:19:45.483Z||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-11-30T03:19:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:19:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:19:45.484Z||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-11-30T03:19:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:19:55.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:19:55.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:20:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:20:45.483Z||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-11-30T03:20:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:20:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:20:45.484Z||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-11-30T03:20:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:20:55.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:20:55.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:21:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:21:45.483Z||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-11-30T03:21:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:21:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:21:45.484Z||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-11-30T03:21:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:21:55.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:21:55.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:22:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:22:45.483Z||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-11-30T03:22:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:22:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:22:45.484Z||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-11-30T03:22:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:22:55.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:22:55.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:23:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:23:45.483Z||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-11-30T03:23:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:23:45.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:23:45.484Z||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-11-30T03:23:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:23:55.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:23:55.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:24:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:24:45.483Z||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-11-30T03:24:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:24:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:24:45.484Z||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-11-30T03:24:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:24:55.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:24:55.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:25:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:25:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:25:45.484Z||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-11-30T03:25:45.484Z||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-11-30T03:25:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:25:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:25:55.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:25:55.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:26:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:26:45.483Z||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-11-30T03:26:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:26:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:26:45.484Z||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-11-30T03:26:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:26:55.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:26:55.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:27:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:27:45.483Z||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-11-30T03:27:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:27:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:27:45.484Z||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-11-30T03:27:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:27:55.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:27:55.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:28:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:28:45.483Z||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-11-30T03:28:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:28:45.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:28:45.484Z||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-11-30T03:28:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:28:55.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:28:55.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:29:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:29:45.483Z||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-11-30T03:29:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:29:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:29:45.484Z||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-11-30T03:29:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:29:55.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:29:55.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:30:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:30:45.483Z||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-11-30T03:30:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:30:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:30:45.484Z||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-11-30T03:30:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:30:55.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:30:55.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:31:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:31:45.483Z||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-11-30T03:31:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:31:45.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:31:45.484Z||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-11-30T03:31:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:31:55.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:31:55.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:32:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:32:45.483Z||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-11-30T03:32:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:32:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:32:45.484Z||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-11-30T03:32:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:32:55.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:32:55.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:33:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:33:45.483Z||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-11-30T03:33:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:33:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:33:45.484Z||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-11-30T03:33:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:33:55.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:33:55.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:34:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:34:45.483Z||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-11-30T03:34:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:34:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:34:45.484Z||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-11-30T03:34:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:34:55.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:34:55.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:35:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:35:45.483Z||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-11-30T03:35:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:35:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:35:45.484Z||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-11-30T03:35:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:35:55.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:35:55.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:36:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:36:45.483Z||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-11-30T03:36:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:36:45.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:36:45.484Z||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-11-30T03:36:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:36:55.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:36:55.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:37:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:37:45.483Z||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-11-30T03:37:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:37:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:37:45.484Z||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-11-30T03:37:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:37:55.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:37:55.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:38:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:38:45.483Z||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-11-30T03:38:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:38:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:38:45.485Z||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-11-30T03:38:45.485Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:38:55.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:38:55.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:39:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:39:45.483Z||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-11-30T03:39:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:39:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:39:45.484Z||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-11-30T03:39:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:39:55.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:39:55.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:40:45.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:40:45.483Z||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-11-30T03:40:45.483Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:40:45.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:40:45.484Z||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-11-30T03:40:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:40:55.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:40:55.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:41:45.482Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:41:45.483Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:41:45.483Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:41:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:41:45.484Z||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-11-30T03:41:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:41:55.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:41:55.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:42:45.482Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:42:45.483Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:42:45.483Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:42:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:42:45.484Z||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-11-30T03:42:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:42:55.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:42:55.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:43:45.482Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:43:45.483Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:43:45.483Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:43:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:43:45.484Z||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-11-30T03:43:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:43:55.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:43:55.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:44:45.482Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:44:45.483Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:44:45.483Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:44:45.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:44:45.484Z||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-11-30T03:44:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:44:55.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:44:55.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:45:45.482Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:45:45.483Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:45:45.483Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:45:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:45:45.484Z||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-11-30T03:45:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:45:55.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:45:55.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:46:45.482Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:46:45.483Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:46:45.483Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:46:45.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:46:45.484Z||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-11-30T03:46:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:46:55.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:46:55.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:47:45.482Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:47:45.483Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:47:45.483Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:47:45.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:47:45.484Z||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-11-30T03:47:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:47:55.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:47:55.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:48:45.482Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:48:45.483Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:48:45.483Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:48:45.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:48:45.484Z||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-11-30T03:48:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:48:55.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:48:55.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:49:45.482Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:49:45.483Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:49:45.483Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:49:45.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:49:45.484Z||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-11-30T03:49:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:49:55.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:49:55.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:50:45.482Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:50:45.483Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:50:45.483Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:50:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:50:45.484Z||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-11-30T03:50:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:50:55.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:50:55.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:45.482Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:51:45.483Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:51:45.483Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:51:45.484Z||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-11-30T03:51:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:46.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:46.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244291796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244292551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244297857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "dcae-sch",
"timestamp": 1638244291404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244291796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244292551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244297857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "dcae-sch",
"timestamp": 1638244291404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244291796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244292551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244297857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "dcae-sch",
"timestamp": 1638244291404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244291796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244292551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244297857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "dcae-sch",
"timestamp": 1638244291404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244291796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244297857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244292551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "dcae-sch",
"timestamp": 1638244291404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244302251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244291796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244292551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244297857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "dcae-sch",
"timestamp": 1638244291404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244302251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244291796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244292551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244297857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "dcae-sch",
"timestamp": 1638244291404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244302251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:51:46.104Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:46.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-30T03:51:46.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a","serviceName":"basic_onboard_vPAUnr","serviceVersion":"1.0","serviceUUID":"43ea6dcc-5059-4bfc-95f5-9f8541f889c7","serviceDescription":"service","serviceInvariantUUID":"e7990258-eb37-48d8-8191-602d5d492487","resources":[{"resourceInstanceName":"basic_onboard_vPAUnr 0","resourceName":"basic_onboard_vPAUnr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d466ac43-05a2-4c39-b69a-e7554729f656","resourceInvariantUUID":"88a07168-26bb-43e5-aaa7-d4a397744d10","resourceCustomizationUUID":"d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml","artifactChecksum":"MGFjOTJkOWQ4MTZlOTQxNzM5MmY2ZDc0ZmJhMzZlZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ce99f66-f732-4d5e-9001-82466f5e8307","artifactVersion":"1"},{"artifactName":"basic_onboard_vpaunr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json","artifactChecksum":"ZTA3YjYzODNiMTlkZWQyZGE0MTM4MDMxMzkwOGViNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a6336b5-e03f-490f-8c4d-d5a7eb455cbb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20c13917-5ef6-4d6b-bd0a-5bbbf9805570","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"667113b8-bf01-4450-86a6-f01a3ec26c05","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76a066a7-580d-4301-aa0c-389e2c6a6bd6","artifactVersion":"2","generatedFromUUID":"20c13917-5ef6-4d6b-bd0a-5bbbf9805570"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVpaunr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml","artifactChecksum":"NjYzOGM3NzUzODI1OTQ1ZmMyNTI0OWI2Zjc5NTA4NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95a53831-5106-4921-8d61-e788f00d39f3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVpaunr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar","artifactChecksum":"YmJiYmRmYjE0Mjg0OTEzZGMyZDRiMWFhYTZjYTAxODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32467d4b-b23d-4609-a32c-bd6f1fb31f36","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T03:51:46.109Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:51:46.114Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:46.122Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:46.122Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:46.222Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-30T03:51:46.225Z||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-11-30T03:51:46.225Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:46.233Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:46.233Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:47.126Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:51:47.126Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:47.128Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:47.128Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:51:47.228Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:47.229Z||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-11-30T03:51:47.229Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:47.235Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:47.235Z||pool-4-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:48.128Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:51:48.129Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:48.130Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:48.130Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:51:48.230Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:48.231Z||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-11-30T03:51:48.231Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:48.239Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:48.239Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:49.131Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:51:49.131Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:49.133Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:49.133Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:49.233Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-30T03:51:49.234Z||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-11-30T03:51:49.235Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:49.243Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:49.243Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:50.134Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:51:50.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:50.136Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:50.136Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:51:50.239Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-30T03:51:50.240Z||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-11-30T03:51:50.240Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:50.248Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:50.249Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:51.137Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:51:51.137Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:51.139Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:51.139Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:51:51.239Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:51.240Z||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-11-30T03:51:51.240Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:51.248Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:51.248Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:52.139Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:51:52.140Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:52.141Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:52.141Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:51:52.241Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:52.242Z||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-11-30T03:51:52.242Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:52.249Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:52.249Z||pool-9-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:53.143Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"serviceName": "basic_onboard_vPAUnr",
"serviceVersion": "1.0",
"serviceUUID": "43ea6dcc-5059-4bfc-95f5-9f8541f889c7",
"serviceDescription": "service",
"serviceInvariantUUID": "e7990258-eb37-48d8-8191-602d5d492487",
"resources": [
{
"resourceInstanceName": "basic_onboard_vPAUnr 0",
"resourceCustomizationUUID": "d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc",
"resourceName": "basic_onboard_vPAUnr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d466ac43-05a2-4c39-b69a-e7554729f656",
"resourceInvariantUUID": "88a07168-26bb-43e5-aaa7-d4a397744d10",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vpaunr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"artifactChecksum": "ZTA3YjYzODNiMTlkZWQyZGE0MTM4MDMxMzkwOGViNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a6336b5-e03f-490f-8c4d-d5a7eb455cbb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "20c13917-5ef6-4d6b-bd0a-5bbbf9805570",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76a066a7-580d-4301-aa0c-389e2c6a6bd6",
"generatedFromUUID": "20c13917-5ef6-4d6b-bd0a-5bbbf9805570"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76a066a7-580d-4301-aa0c-389e2c6a6bd6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVpaunr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"artifactChecksum": "YmJiYmRmYjE0Mjg0OTEzZGMyZDRiMWFhYTZjYTAxODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32467d4b-b23d-4609-a32c-bd6f1fb31f36"
}
],
"workloadContext": "Production"
}
2021-11-30T03:51:53.143Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T03:51:53.143Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43ea6dcc-5059-4bfc-95f5-9f8541f889c7 ASDC
2021-11-30T03:51:53.244Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
ServiceName:basic_onboard_vPAUnr
ServiceVersion:1.0
ServiceUUID:43ea6dcc-5059-4bfc-95f5-9f8541f889c7
ServiceInvariantUUID:e7990258-eb37-48d8-8191-602d5d492487
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVpaunr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar
ArtifactUUID:32467d4b-b23d-4609-a32c-bd6f1fb31f36
ArtifactChecksum:YmJiYmRmYjE0Mjg0OTEzZGMyZDRiMWFhYTZjYTAxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vPAUnr 0
ResourceCustomizationUUID:d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc
ResourceInvariantUUID:88a07168-26bb-43e5-aaa7-d4a397744d10
ResourceName:basic_onboard_vPAUnr
ResourceType:VF
ResourceUUID:d466ac43-05a2-4c39-b69a-e7554729f656
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vpaunr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json
ArtifactUUID:8a6336b5-e03f-490f-8c4d-d5a7eb455cbb
ArtifactChecksum:ZTA3YjYzODNiMTlkZWQyZGE0MTM4MDMxMzkwOGViNmM=
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/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:20c13917-5ef6-4d6b-bd0a-5bbbf9805570
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/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env
ArtifactUUID:76a066a7-580d-4301-aa0c-389e2c6a6bd6
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/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env
ArtifactUUID:76a066a7-580d-4301-aa0c-389e2c6a6bd6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-30T03:51:53.244Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43ea6dcc-5059-4bfc-95f5-9f8541f889c7 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-11-30T03:51:53.416Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:51:53.416Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-30T03:51:53.417Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-30T03:51:53.417Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 32467d4b-b23d-4609-a32c-bd6f1fb31f36 from URL: /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:53.417Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-30T03:51:53.418Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:53.754Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-30T03:51:53.775Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar 32467d4b-b23d-4609-a32c-bd6f1fb31f36 71545
2021-11-30T03:51:53.776Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar ASDC sendASDCNotification
2021-11-30T03:51:53.776Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:53.777Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:51:53.778Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:53.779Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:53.779Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244313775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:51:53.879Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:53.880Z||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-11-30T03:51:53.880Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:53.889Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:53.889Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:54.780Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:51:54.780Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-30T03:51:54.781Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 32467d4b-b23d-4609-a32c-bd6f1fb31f36, URL: /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar to file: /app/ASDC/1/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:54.781Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:54.833Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:54.833Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:55.218Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10012983590030932316/Definitions/service-BasicOnboardVpaunr-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-11-30T03:51:56.708Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vPAUnr 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-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.712Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.713Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-BasicOnboardVpaunr-csar.csar
2021-11-30T03:51:56.713Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-30T03:51:56.717Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.718Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:51:56.721Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:51:56.721Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-30T03:51:56.722Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:51:56.724Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.725Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:51:56.725Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:51:56.725Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-30T03:51:56.725Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:51:56.725Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.725Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:51:56.733Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.733Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is not matching search criteria
2021-11-30T03:51:56.733Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-30T03:51:56.733Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-30T03:51:56.733Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-30T03:51:56.734Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:51:56.734Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-30T03:51:56.734Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.734Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:51:56.735Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.736Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:51:56.736Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:51:56.736Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.736Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:51:56.736Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:51:56.737Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.737Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:51:56.737Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:51:56.737Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.737Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is not matching search criteria
2021-11-30T03:51:56.738Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-30T03:51:56.738Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:51:56.738Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f86d4140-d0d6-4674-8dbc-4572c0d5c73c
2021-11-30T03:51:56.738Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.739Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:51:56.739Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.739Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:51:56.739Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.739Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:51:56.740Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:51:56.740Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:51:56.740Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vPAUnr
Description:service
Model UUID:43ea6dcc-5059-4bfc-95f5-9f8541f889c7
Model Version:NULL
Model InvariantUuid:e7990258-eb37-48d8-8191-602d5d492487
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vPAUnr
Model UUID:66e33667-0b51-49b0-88f8-e8ce81cce854
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88a07168-26bb-43e5-aaa7-d4a397744d10
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c5da29d3-607d-4b15-9159-5a2b5532d7f0
ModelName:BasicOnboardVpaunr..base_ubuntu18..module-0
ModelUuid:9ba53915-40f5-494c-ab9b-017a6a75e036
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f86d4140-d0d6-4674-8dbc-4572c0d5c73c
ModelInvariantUuid:0fae9f94-3830-46b4-9e5b-db66626c2f15
ModelName:basic_onboard_vPAUnr-nodes.ubuntu18Cvfc
ModelUuid:9d540359-4152-4d03-a839-6f500db959b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:caa4ee35-4e84-4a11-8711-b560ac831211
ModelInvariantUuid:c22a6dcd-c07b-48d6-9fe3-da9114a9e075
ModelName:BasicOnboardVpaunr.compute.nodes.heat.ubuntu18
ModelUuid:090bd839-5c09-4a31-8a06-317745a77ce7
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-11-30T03:51:56.757Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d466ac43-05a2-4c39-b69a-e7554729f656
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-11-30T03:51:56.822Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||basic_onboard_vPAUnr 0
2021-11-30T03:51:56.827Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d466ac43-05a2-4c39-b69a-e7554729f656
2021-11-30T03:51:56.827Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8a6336b5-e03f-490f-8c4d-d5a7eb455cbb from URL: /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json
2021-11-30T03:51:56.827Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-30T03:51:56.832Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json
2021-11-30T03:51:56.879Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-30T03:51:56.880Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json 8a6336b5-e03f-490f-8c4d-d5a7eb455cbb 798
2021-11-30T03:51:56.880Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json ASDC sendASDCNotification
2021-11-30T03:51:56.880Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json
2021-11-30T03:51:56.880Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:51:56.880Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:56.882Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:56.882Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244316880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:51:56.982Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:56.983Z||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-11-30T03:51:56.983Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:56.991Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:56.991Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:51:57.883Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVpaunr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c5da29d3-607d-4b15-9159-5a2b5532d7f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ba53915-40f5-494c-ab9b-017a6a75e036",
"vfModuleModelCustomizationUUID": "527a5a4c-abef-408b-8497-31995a291382",
"isBase": true,
"artifacts": [
"20c13917-5ef6-4d6b-bd0a-5bbbf9805570",
"76a066a7-580d-4301-aa0c-389e2c6a6bd6"
],
"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-11-30T03:51:57.893Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVpaunr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ba53915-40f5-494c-ab9b-017a6a75e036
VfModuleModelInvariantUUID:c5da29d3-607d-4b15-9159-5a2b5532d7f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
20c13917-5ef6-4d6b-bd0a-5bbbf9805570
,
76a066a7-580d-4301-aa0c-389e2c6a6bd6
}
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-11-30T03:51:57.895Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVpaunr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c5da29d3-607d-4b15-9159-5a2b5532d7f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ba53915-40f5-494c-ab9b-017a6a75e036",
"vfModuleModelCustomizationUUID": "527a5a4c-abef-408b-8497-31995a291382",
"isBase": true,
"artifacts": [
"20c13917-5ef6-4d6b-bd0a-5bbbf9805570",
"76a066a7-580d-4301-aa0c-389e2c6a6bd6"
],
"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-11-30T03:51:57.895Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVpaunr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ba53915-40f5-494c-ab9b-017a6a75e036
VfModuleModelInvariantUUID:c5da29d3-607d-4b15-9159-5a2b5532d7f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
20c13917-5ef6-4d6b-bd0a-5bbbf9805570
,
76a066a7-580d-4301-aa0c-389e2c6a6bd6
}
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-11-30T03:51:57.895Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 20c13917-5ef6-4d6b-bd0a-5bbbf9805570 from URL: /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml
2021-11-30T03:51:57.896Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-30T03:51:57.896Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml
2021-11-30T03:51:57.958Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-30T03:51:57.958Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml 20c13917-5ef6-4d6b-bd0a-5bbbf9805570 5033
2021-11-30T03:51:57.958Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-30T03:51:57.958Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml
2021-11-30T03:51:57.959Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:51:57.959Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:57.960Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:57.960Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244317958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:51:58.060Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:58.061Z||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-11-30T03:51:58.061Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:58.069Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:58.069Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:51:58.961Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76a066a7-580d-4301-aa0c-389e2c6a6bd6 from URL: /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env
2021-11-30T03:51:58.961Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-30T03:51:58.961Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env
2021-11-30T03:51:59.002Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-30T03:51:59.002Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env 76a066a7-580d-4301-aa0c-389e2c6a6bd6 909
2021-11-30T03:51:59.003Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-30T03:51:59.003Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env
2021-11-30T03:51:59.003Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:51:59.003Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:51:59.005Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:51:59.005Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244319003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:51:59.105Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:51:59.106Z||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-11-30T03:51:59.106Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:51:59.113Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:51:59.113Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:52:00.006Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 43ea6dcc-5059-4bfc-95f5-9f8541f889c7
2021-11-30T03:52:00.006Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vPAUnr 0 d466ac43-05a2-4c39-b69a-e7554729f656 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-11-30T03:52:00.063Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9d6bedd, org.onap.sdc.toscaparser.api.parameters.Input@78c4d642, org.onap.sdc.toscaparser.api.parameters.Input@123c508e, org.onap.sdc.toscaparser.api.parameters.Input@7b62d1eb, org.onap.sdc.toscaparser.api.parameters.Input@47feb80c]
2021-11-30T03:52:00.066Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.066Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.066Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-11-30T03:52:00.066Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc
2021-11-30T03:52:00.066Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc matches Tosca VF Customization UUID: d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc
2021-11-30T03:52:00.066Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc 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-11-30T03:52:00.071Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.071Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.072Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc: {\"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-11-30T03:52:00.072Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@af9945a
2021-11-30T03:52:00.072Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.072Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:52:00.073Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 527a5a4c-abef-408b-8497-31995a291382
2021-11-30T03:52:00.074Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 527a5a4c-abef-408b-8497-31995a291382
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-11-30T03:52:00.078Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.078Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:52:00.078Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:52:00.079Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.079Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:52:00.079Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:52:00.079Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.079Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is not matching search criteria
2021-11-30T03:52:00.079Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-30T03:52:00.080Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:52:00.080Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f86d4140-d0d6-4674-8dbc-4572c0d5c73c
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-11-30T03:52:00.085Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.085Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:52:00.085Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:52:00.085Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.085Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vPAUnr 0 is matching search criteria
2021-11-30T03:52:00.085Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vPAUnr 0] matching following query criteria: sdcType=VF, customizationUUID=d6d55637-a1bc-4c6f-a23d-3b8dafc1d5dc
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-11-30T03:52:00.087Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.087Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.087Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 43ea6dcc-5059-4bfc-95f5-9f8541f889c7: basic_onboard_vPAUnr
2021-11-30T03:52:00.087Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.087Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vPAUnr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:52:00.088Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_vPAUnr
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-11-30T03:52:00.245Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vPAUnr d466ac43-05a2-4c39-b69a-e7554729f656 1 ASDC deployResourceStructure
2021-11-30T03:52:00.245Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json ASDC sendASDCNotification
2021-11-30T03:52:00.245Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json
2021-11-30T03:52:00.245Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:52:00.246Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:52:00.247Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:52:00.247Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244320245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:52:00.347Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:52:00.348Z||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-11-30T03:52:00.348Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:52:00.356Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:52:00.357Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:52:01.248Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-30T03:52:01.248Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml
2021-11-30T03:52:01.248Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:52:01.248Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:52:01.250Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:52:01.250Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244321247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:52:01.350Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:52:01.351Z||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-11-30T03:52:01.351Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:52:01.359Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:52:01.359Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:52:02.251Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-30T03:52:02.251Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env
2021-11-30T03:52:02.251Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:52:02.251Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:52:02.253Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:52:02.253Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244322250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-30T03:52:02.353Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:52:02.354Z||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-11-30T03:52:02.354Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:52:02.363Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:52:02.363Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:52:03.254Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar ASDC sendASDCNotification
2021-11-30T03:52:03.254Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar
2021-11-30T03:52:03.254Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:52:03.254Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:52:03.256Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:52:03.256Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244323254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:52:03.356Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:52:03.356Z||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-11-30T03:52:03.357Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:52:03.364Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:52:03.364Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:52:04.257Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:52:04.283Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:52:04.285Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:52:04.285Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:52:04.285Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:52:34.285Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:52:34.293Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:52:34.296Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:52:34.296Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:52:34.296Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:52:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:52:45.484Z||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-11-30T03:52:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:52:45.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:52:45.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:52:45.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244302251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:52:45.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:53:04.296Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:53:04.304Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:53:04.306Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:53:04.306Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:53:04.306Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:53:34.307Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:53:34.314Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:53:34.316Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:53:34.316Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:53:34.316Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:53:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:53:45.484Z||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-11-30T03:53:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:53:45.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:53:45.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:53:45.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:53:45.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:04.316Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:54:04.326Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:54:04.328Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:54:04.328Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:54:04.329Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:54:34.329Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:54:34.339Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:54:34.341Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:54:34.341Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-30T03:54:34.341Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-30T03:54:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:54:45.484Z||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-11-30T03:54:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:54:45.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:54:45.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244306378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244305716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244306408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244302251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244306403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244305716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244307574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244302251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244306403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244305716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244308784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244302251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244306403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244305716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244306403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244310174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244310209,
"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-11-30T03:54:45.522Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
2021-11-30T03:54:45.523Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a 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-11-30T03:54:45.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244305716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244306403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "cds",
"timestamp": 1638244311189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-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-11-30T03:54:45.538Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
2021-11-30T03:54:45.538Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a 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-11-30T03:54:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244311215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244305716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244306403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244305482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244305716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244306403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244313705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244313775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244314404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244314712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244314947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "policy-id",
"timestamp": 1638244315715,
"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-11-30T03:54:45.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
2021-11-30T03:54:45.554Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a 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-11-30T03:54:45.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244314947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244316758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244316880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244314947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "aai-ml",
"timestamp": 1638244317762,
"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-11-30T03:54:45.565Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
2021-11-30T03:54:45.565Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a 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-11-30T03:54:45.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244317879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244317958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244314947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244318883,
"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-11-30T03:54:45.577Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
2021-11-30T03:54:45.577Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a 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-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244319003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244314947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244320245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/basic_onboard_vpaunr0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244314947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:54:45.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244321247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244314947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244322250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/resourceInstances/basic_onboard_vpaunr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244323254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244330538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:54:45.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244332521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpaunr/1.0/artifacts/service-BasicOnboardVpaunr-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:54:45.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:54:45.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:54:45.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "clamp",
"timestamp": 1638244333524,
"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-11-30T03:54:45.590Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
2021-11-30T03:54:45.590Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a 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-11-30T03:55:04.341Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:55:04.352Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a
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-11-30T03:55:04.355Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:55:04.355Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-30T03:55:04.355Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-30T03:55:04.355Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-30T03:55:04.355Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:04.355Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:04.356Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:04.356Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:04.356Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:04.356Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:04.356Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-11-30T03:55:04.361Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-30T03:55:34.362Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a 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-11-30T03:55:34.370Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a and serviceModelVersionId: 43ea6dcc-5059-4bfc-95f5-9f8541f889c7
2021-11-30T03:55:34.370Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7990258-eb37-48d8-8191-602d5d492487
2021-11-30T03:55:45.159Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0
2021-11-30T03:55:45.254Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-30T03:55:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:55:45.484Z||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-11-30T03:55:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:55:45.662Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0|INFO|500||Invoke
2021-11-30T03:55:45.668Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b9864b5-dc10-4853-b610-f93b3981244f], X-ECOMP-RequestID=[cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a], X-TransactionId=[], X-ONAP-RequestID=[cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a], Content-Type=[application/merge-patch+json]}
2021-11-30T03:55:45.835Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-30T03:55:46.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:55:46.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244452551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "dcae-sch",
"timestamp": 1638244451404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "cds",
"timestamp": 1638244452251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "policy-id",
"timestamp": 1638244445716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244452551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "dcae-sch",
"timestamp": 1638244451404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "cds",
"timestamp": 1638244452251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "policy-id",
"timestamp": 1638244445716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "cds",
"timestamp": 1638244456170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "policy-id",
"timestamp": 1638244456168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:55:46.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244456403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "cds",
"timestamp": 1638244457177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-11-30T03:55:46.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
2021-11-30T03:55:46.038Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 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-11-30T03:55:46.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "policy-id",
"timestamp": 1638244457171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:55:46.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244456403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:55:46.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "policy-id",
"timestamp": 1638244458173,
"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-11-30T03:55:46.049Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
2021-11-30T03:55:46.049Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 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-11-30T03:55:46.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244457857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244459099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244457857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244460585,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244461588,
"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-11-30T03:55:46.060Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
2021-11-30T03:55:46.060Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 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-11-30T03:55:46.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "clamp",
"timestamp": 1638244464947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "clamp",
"timestamp": 1638244464947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:55:46.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "clamp",
"timestamp": 1638244471533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "aai-ml",
"timestamp": 1638244471796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "aai-ml",
"timestamp": 1638244471796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "clamp",
"timestamp": 1638244473540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "clamp",
"timestamp": 1638244474542,
"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-11-30T03:55:46.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
2021-11-30T03:55:46.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 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-11-30T03:55:46.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "aai-ml",
"timestamp": 1638244474805,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:55:46.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "aai-ml",
"timestamp": 1638244477992,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:55:46.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:55:46.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T03:55:46.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "aai-ml",
"timestamp": 1638244478995,
"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-11-30T03:55:46.081Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
2021-11-30T03:55:46.081Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 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-11-30T03:55:46.198Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?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/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211130-03:55:45:844-43603], vertex-id=[176192], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:55:45 GMT], Content-Type=[application/json]}
2021-11-30T03:55:46.199Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-30T03:55:46.200Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7990258-eb37-48d8-8191-602d5d492487/model-vers/model-ver/43ea6dcc-5059-4bfc-95f5-9f8541f889c7?depth=0|INFO|500||InvokeReturn
2021-11-30T03:55:46.202Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-30T03:55:46.203Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-11-30T03:55:46.206Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||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-11-30T03:55:46.212Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-30T03:55:46.213Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-30T03:55:46.213Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:55:46.215Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:55:46.215Z|cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244546213,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:55:46.315Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:55:46.316Z||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-11-30T03:55:46.316Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:55:46.324Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:55:46.324Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 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-11-30T03:55:47.226Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:55:47.226Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:55:47.227Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:55:51.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:55:51.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-30T03:55:51.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"27e8a8ae-8c41-4478-b70a-cbe654a1cf4f","serviceDescription":"service","serviceInvariantUUID":"9a6e8735-78a6-4822-b340-a3913df72e8a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"65331ca0-25b7-47e8-83f2-2f9e69a87a9c","resourceInvariantUUID":"e1575889-e8b3-4c9a-868e-122ccaea9c27","resourceCustomizationUUID":"1a8d43f1-5e51-4681-89d8-714b8bb2ebac","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NmQ4NDQyNjdlNDJiNzQzYmUxMTE0OWNjOGZlODMwMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28a3e427-5b3a-4dbd-8f31-24ff4b39a5e7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDNhNmFmMTNhOWQ3NDcwYzgwYTg2ZjUxMTk5MjM2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97c12e00-4f1d-480b-913f-cae2ffc0c771","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T03:55:51.816Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:55:51.816Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:55:51.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:55:51.818Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244547226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:55:51.918Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:55:51.918Z||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-11-30T03:55:51.918Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:55:51.924Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:55:51.925Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:55:52.818Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:55:52.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:55:52.821Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:55:52.821Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244547226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:55:52.921Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:55:52.922Z||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-11-30T03:55:52.922Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:55:52.930Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:55:52.930Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:55:53.822Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "27e8a8ae-8c41-4478-b70a-cbe654a1cf4f",
"serviceDescription": "service",
"serviceInvariantUUID": "9a6e8735-78a6-4822-b340-a3913df72e8a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1a8d43f1-5e51-4681-89d8-714b8bb2ebac",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "65331ca0-25b7-47e8-83f2-2f9e69a87a9c",
"resourceInvariantUUID": "e1575889-e8b3-4c9a-868e-122ccaea9c27",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NDNhNmFmMTNhOWQ3NDcwYzgwYTg2ZjUxMTk5MjM2NmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97c12e00-4f1d-480b-913f-cae2ffc0c771"
}
],
"workloadContext": "Production"
}
2021-11-30T03:55:53.823Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T03:55:53.823Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27e8a8ae-8c41-4478-b70a-cbe654a1cf4f ASDC
2021-11-30T03:55:53.823Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:27e8a8ae-8c41-4478-b70a-cbe654a1cf4f
ServiceInvariantUUID:9a6e8735-78a6-4822-b340-a3913df72e8a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:97c12e00-4f1d-480b-913f-cae2ffc0c771
ArtifactChecksum:NDNhNmFmMTNhOWQ3NDcwYzgwYTg2ZjUxMTk5MjM2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1a8d43f1-5e51-4681-89d8-714b8bb2ebac
ResourceInvariantUUID:e1575889-e8b3-4c9a-868e-122ccaea9c27
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:65331ca0-25b7-47e8-83f2-2f9e69a87a9c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-30T03:55:53.823Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27e8a8ae-8c41-4478-b70a-cbe654a1cf4f 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-11-30T03:55:53.851Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:55:53.852Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T03:55:53.852Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T03:55:53.852Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97c12e00-4f1d-480b-913f-cae2ffc0c771 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-30T03:55:53.852Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T03:55:53.852Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-30T03:55:54.193Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T03:55:54.195Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 97c12e00-4f1d-480b-913f-cae2ffc0c771 52491
2021-11-30T03:55:54.196Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-30T03:55:54.196Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-30T03:55:54.196Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:55:54.196Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:55:54.198Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:55:54.198Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244554196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:55:54.298Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:55:54.299Z||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-11-30T03:55:54.299Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:55:54.307Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:55:54.308Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:55:55.198Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:55:55.199Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T03:55:55.200Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 97c12e00-4f1d-480b-913f-cae2ffc0c771, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.200Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-30T03:55:55.200Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.200Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.286Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14902682448304999510/Definitions/service-BasicNetwork-template.yml
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.719Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-30T03:55:55.720Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.721Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.722Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.722Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.722Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.722Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.722Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.722Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.722Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:27e8a8ae-8c41-4478-b70a-cbe654a1cf4f
Model Version:NULL
Model InvariantUuid:9a6e8735-78a6-4822-b340-a3913df72e8a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e1575889-e8b3-4c9a-868e-122ccaea9c27
Model UUID:d517350b-2d0b-4750-bf64-441344649194
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1a8d43f1-5e51-4681-89d8-714b8bb2ebac
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-30T03:55:55.729Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 65331ca0-25b7-47e8-83f2-2f9e69a87a9c
2021-11-30T03:55:55.729Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||No resources found for Service: 27e8a8ae-8c41-4478-b70a-cbe654a1cf4f
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-11-30T03:55:55.732Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||
2021-11-30T03:55:55.732Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-30T03:55:55.732Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 27e8a8ae-8c41-4478-b70a-cbe654a1cf4f
2021-11-30T03:55:55.732Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 27e8a8ae-8c41-4478-b70a-cbe654a1cf4f
2021-11-30T03:55:55.733Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-30T03:55:55.733Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:55:55.736Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d35dfd5, org.onap.sdc.toscaparser.api.parameters.Input@4ca35687, org.onap.sdc.toscaparser.api.parameters.Input@63809719, org.onap.sdc.toscaparser.api.parameters.Input@57ad841f, org.onap.sdc.toscaparser.api.parameters.Input@64d52248]
2021-11-30T03:55:55.737Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.737Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.738Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.738Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.738Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 27e8a8ae-8c41-4478-b70a-cbe654a1cf4f: Generic NeutronNet
2021-11-30T03:55:55.738Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.738Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.738Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.738Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-30T03:55:55.760Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.761Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.761Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.761Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.761Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:55:55.761Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:55:55.761Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-30T03:55:55.810Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-30T03:55:55.811Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-30T03:55:55.811Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-30T03:55:55.811Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:55:55.811Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:55:55.812Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:55:55.812Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244555810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:55:55.913Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-30T03:55:55.913Z||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-11-30T03:55:55.913Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:55:55.922Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:55:55.922Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:55:56.814Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
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-11-30T03:55:56.824Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8
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-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:55:56.828Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:55:56.833Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-30T03:56:26.833Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 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-11-30T03:56:26.840Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 and serviceModelVersionId: 27e8a8ae-8c41-4478-b70a-cbe654a1cf4f
2021-11-30T03:56:26.840Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a6e8735-78a6-4822-b340-a3913df72e8a
2021-11-30T03:56:26.840Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0
2021-11-30T03:56:26.844Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-30T03:56:26.879Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0|INFO|500||Invoke
2021-11-30T03:56:26.879Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d24f2abd-c8eb-48e2-b16b-a57fe5c7cbef], X-ECOMP-RequestID=[cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8], X-TransactionId=[], X-ONAP-RequestID=[cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8], Content-Type=[application/merge-patch+json]}
2021-11-30T03:56:26.899Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-30T03:56:27.488Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?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/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211130-03:56:26:907-13125], vertex-id=[192608], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:56:26 GMT], Content-Type=[application/json]}
2021-11-30T03:56:27.488Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-30T03:56:27.488Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a6e8735-78a6-4822-b340-a3913df72e8a/model-vers/model-ver/27e8a8ae-8c41-4478-b70a-cbe654a1cf4f?depth=0|INFO|500||InvokeReturn
2021-11-30T03:56:27.489Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-30T03:56:27.489Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:56:27.492Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-30T03:56:27.492Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-30T03:56:27.492Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-30T03:56:27.492Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:56:27.494Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:56:27.494Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244587492,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:56:27.594Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:56:27.595Z||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-11-30T03:56:27.595Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:56:27.604Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:56:27.605Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-30T03:56:28.504Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:56:28.504Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:56:28.504Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:56:38.035Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:56:38.035Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:56:38.036Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:56:38.036Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:56:45.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:56:45.484Z||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-11-30T03:56:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:56:46.104Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:56:46.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:56:46.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0824ff-8b65-4e3f-8ad7-fd0eb4b8086a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244546213,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244547226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244547226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:56:46.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244554196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:56:46.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:56:46.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:56:46.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244555810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:56:46.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:56:46.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-30T03:56:46.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244587492,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:56:46.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:56:47.564Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:56:47.564Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:56:47.565Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:56:47.565Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:56:57.095Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:56:57.096Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:56:57.096Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:56:57.097Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:57:06.628Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:57:45.482Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:57:45.483Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:57:45.483Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:57:45.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:57:45.484Z||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-11-30T03:57:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:57:55.018Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:57:55.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:45.482Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:58:45.483Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:58:45.483Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:58:45.484Z||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-11-30T03:58:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:46.104Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:46.104Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.104Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"62d5aa81-cd65-4a3d-9ed2-17da8f504c80","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e6fb165c-f1ae-4c77-be9e-63f7c3d34798","serviceDescription":"service","serviceInvariantUUID":"a9b05519-6ddb-42c5-b887-dfa0da5ac8bb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e6f8e1f-0971-41b0-ba14-3d9cb4a46ca5","resourceInvariantUUID":"70297b4f-69b8-4ead-b5fa-52c9d70c12f9","resourceCustomizationUUID":"f06a5d04-4068-4644-971c-840573a1dda4","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":"08699afb-e036-489a-b001-11199a9f1213","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":"YTczOTlhMGZiNzY2MmYwYzhhYzNlM2E3ZWU5YmViZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f5b29e4-c5e0-418f-bcaf-7f2cc6559f26","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":"ZjE4OGI1NzNhYzNkMTBjMTUzZTM2NjBlNzNhNTkxYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d42e9320-95f8-4057-8a79-4a8de9420950","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":"57a4434e-fd82-40aa-be5e-8946817ca85d","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":"0ed52aa2-5fc2-4cbf-ad6b-dd7c3f9c2929","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":"38c78405-d075-43f6-849c-6cb58238020f","artifactVersion":"2","generatedFromUUID":"57a4434e-fd82-40aa-be5e-8946817ca85d"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzNjOWFmOGMzZjVmMzYzOWY0ODk5ZWViOWZkNjI1ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ee28893-ec05-47fc-8d6c-74ad9dc1cf76","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTVkYzNmZmE2MzRlYWM4NjVjYTU4ODgxYTFkMTg4NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6508492-52f8-45bd-abe5-e34471571597","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T03:58:46.106Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:46.106Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:46.108Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:46.108Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:46.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244674947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244677857,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244677251,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244672551,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244671404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244681796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244689546,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244689673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244690469,
"artifactURL": "/sdc/v1/catalog/services/e6fb165c-f1ae-4c77-be9e-63f7c3d34798/resourceInstances/basicclamp0/artifacts/08699afb-e036-489a-b001-11199a9f1213",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "cds",
"timestamp": 1638244690552,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-11-30T03:58:46.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
2021-11-30T03:58:46.136Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 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-11-30T03:58:46.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244690661,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244690944,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244691701,
"artifactURL": "/sdc/v1/catalog/services/e6fb165c-f1ae-4c77-be9e-63f7c3d34798/resourceInstances/basicclamp0/artifacts/08699afb-e036-489a-b001-11199a9f1213",
"status": "DEPLOY_OK"
}
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244692591,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "dcae-sch",
"timestamp": 1638244692708,
"artifactURL": "/sdc/v1/catalog/services/e6fb165c-f1ae-4c77-be9e-63f7c3d34798/resourceInstances/basicclamp0/artifacts/08699afb-e036-489a-b001-11199a9f1213",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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-11-30T03:58:46.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
2021-11-30T03:58:46.147Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 and ComponentName service-change-handler
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-11-30T03:58:46.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244685716,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244693568,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244693608,
"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-11-30T03:58:46.158Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
2021-11-30T03:58:46.158Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 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-11-30T03:58:46.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244694571,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244694611,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244694788,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244695791,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "policy-id",
"timestamp": 1638244696793,
"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-11-30T03:58:46.170Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
2021-11-30T03:58:46.170Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 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-11-30T03:58:46.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244697047,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "aai-ml",
"timestamp": 1638244698051,
"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-11-30T03:58:46.179Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
2021-11-30T03:58:46.179Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 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-11-30T03:58:46.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244698632,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:58:46.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244699634,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "clamp",
"timestamp": 1638244700637,
"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-11-30T03:58:46.190Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
2021-11-30T03:58:46.190Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 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-11-30T03:58:46.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244696403,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244705196,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244707136,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:58:46.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T03:58:46.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:58:46.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244708139,
"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-11-30T03:58:46.202Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
2021-11-30T03:58:46.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 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-11-30T03:58:46.208Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:46.208Z||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-11-30T03:58:46.209Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:46.216Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:46.217Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:47.108Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:47.109Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:47.111Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:47.111Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:47.211Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:47.211Z||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-11-30T03:58:47.212Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:47.219Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:47.220Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:48.111Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:48.112Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:48.113Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:48.113Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T03:58:48.214Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:48.214Z||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-11-30T03:58:48.214Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:48.222Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:48.222Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:49.114Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:49.114Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:49.116Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:49.116Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T03:58:49.216Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:49.217Z||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-11-30T03:58:49.217Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:49.224Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:49.225Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:50.116Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:50.117Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:50.119Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:50.119Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:50.219Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:50.220Z||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-11-30T03:58:50.220Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:50.228Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:50.228Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:51.120Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:51.121Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:51.123Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:51.123Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T03:58:51.223Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:51.223Z||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-11-30T03:58:51.224Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:51.231Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:51.232Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:58:52.123Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:52.124Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:52.125Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:52.125Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:58:52.225Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:52.226Z||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-11-30T03:58:52.226Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:52.235Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:52.236Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:53.126Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T03:58:53.126Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:53.128Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:53.128Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T03:58:53.228Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:53.228Z||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-11-30T03:58:53.229Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:53.236Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:53.237Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:54.129Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "e6fb165c-f1ae-4c77-be9e-63f7c3d34798",
"serviceDescription": "service",
"serviceInvariantUUID": "a9b05519-6ddb-42c5-b887-dfa0da5ac8bb",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "f06a5d04-4068-4644-971c-840573a1dda4",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e6f8e1f-0971-41b0-ba14-3d9cb4a46ca5",
"resourceInvariantUUID": "70297b4f-69b8-4ead-b5fa-52c9d70c12f9",
"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": "ZjE4OGI1NzNhYzNkMTBjMTUzZTM2NjBlNzNhNTkxYjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d42e9320-95f8-4057-8a79-4a8de9420950",
"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": "57a4434e-fd82-40aa-be5e-8946817ca85d",
"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": "38c78405-d075-43f6-849c-6cb58238020f",
"generatedFromUUID": "57a4434e-fd82-40aa-be5e-8946817ca85d"
},
"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": "38c78405-d075-43f6-849c-6cb58238020f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "MTVkYzNmZmE2MzRlYWM4NjVjYTU4ODgxYTFkMTg4NTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f6508492-52f8-45bd-abe5-e34471571597"
}
],
"workloadContext": "Production"
}
2021-11-30T03:58:54.129Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T03:58:54.129Z|cf8d65f6-fc53-4ce3-855b-4d4ee87ae8e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6fb165c-f1ae-4c77-be9e-63f7c3d34798 ASDC
2021-11-30T03:58:54.129Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:62d5aa81-cd65-4a3d-9ed2-17da8f504c80
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:e6fb165c-f1ae-4c77-be9e-63f7c3d34798
ServiceInvariantUUID:a9b05519-6ddb-42c5-b887-dfa0da5ac8bb
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:f6508492-52f8-45bd-abe5-e34471571597
ArtifactChecksum:MTVkYzNmZmE2MzRlYWM4NjVjYTU4ODgxYTFkMTg4NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:f06a5d04-4068-4644-971c-840573a1dda4
ResourceInvariantUUID:70297b4f-69b8-4ead-b5fa-52c9d70c12f9
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2e6f8e1f-0971-41b0-ba14-3d9cb4a46ca5
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:d42e9320-95f8-4057-8a79-4a8de9420950
ArtifactChecksum:ZjE4OGI1NzNhYzNkMTBjMTUzZTM2NjBlNzNhNTkxYjA=
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:57a4434e-fd82-40aa-be5e-8946817ca85d
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:38c78405-d075-43f6-849c-6cb58238020f
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:38c78405-d075-43f6-849c-6cb58238020f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-30T03:58:54.130Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6fb165c-f1ae-4c77-be9e-63f7c3d34798 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-11-30T03:58:54.153Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:58:54.153Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T03:58:54.153Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T03:58:54.153Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f6508492-52f8-45bd-abe5-e34471571597 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-30T03:58:54.153Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T03:58:54.153Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-30T03:58:54.392Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T03:58:54.395Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f6508492-52f8-45bd-abe5-e34471571597 73664
2021-11-30T03:58:54.395Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-30T03:58:54.395Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-30T03:58:54.396Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:58:54.396Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:54.397Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:54.397Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244734395,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:54.498Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:54.498Z||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-11-30T03:58:54.498Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:54.506Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:54.507Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:55.398Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T03:58:55.399Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T03:58:55.399Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f6508492-52f8-45bd-abe5-e34471571597, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:55.399Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-30T03:58:55.399Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:55.400Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:55.487Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10589512391670567603/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-11-30T03:58:56.656Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T03:58:56.656Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-30T03:58:56.657Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:56.657Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-30T03:58:56.657Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:56.657Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:56.657Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:56.658Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:56.658Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:56.658Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:56.658Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:56.658Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:56.659Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-30T03:58:56.659Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-30T03:58:56.659Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.659Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:56.659Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:56.659Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-30T03:58:56.660Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:58:56.660Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.660Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:56.660Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:56.661Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-30T03:58:56.661Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T03:58:56.661Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.661Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:56.662Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.662Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-30T03:58:56.662Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-30T03:58:56.662Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-30T03:58:56.662Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-30T03:58:56.663Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:58:56.663Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-30T03:58:56.663Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.663Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:58:56.663Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.664Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:56.664Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:58:56.664Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.664Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:56.665Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:58:56.665Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.665Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:56.665Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:58:56.665Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.666Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-30T03:58:56.666Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-30T03:58:56.666Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:58:56.666Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80d95555-964a-4632-bdaf-e74f241b7035
2021-11-30T03:58:56.666Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.667Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:56.667Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.667Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:56.667Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.667Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:56.668Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:56.668Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:56.668Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:e6fb165c-f1ae-4c77-be9e-63f7c3d34798
Model Version:NULL
Model InvariantUuid:a9b05519-6ddb-42c5-b887-dfa0da5ac8bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:85cee1e4-a495-4939-a7e5-869cab55657f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:70297b4f-69b8-4ead-b5fa-52c9d70c12f9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f06a5d04-4068-4644-971c-840573a1dda4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c6ab00ff-28e0-4e7a-8526-ed9b0fc9e07a
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5273f0ef-abda-4668-9076-f18a3602e1ea
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:80d95555-964a-4632-bdaf-e74f241b7035
ModelInvariantUuid:56adb49a-1509-456f-bb9c-621c3263eaf0
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:9c7ea34a-c51a-4218-90a2-3b50bb013bac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f169e030-3c13-4997-b15d-1a85425c06ff
ModelInvariantUuid:2033d38a-07a1-47e9-b846-50917548e82d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:8b054f79-2a97-4400-a384-6c418faf041b
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-11-30T03:58:56.682Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e6f8e1f-0971-41b0-ba14-3d9cb4a46ca5
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-11-30T03:58:56.684Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-11-30T03:58:56.684Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e6f8e1f-0971-41b0-ba14-3d9cb4a46ca5
2021-11-30T03:58:56.684Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d42e9320-95f8-4057-8a79-4a8de9420950 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-30T03:58:56.684Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T03:58:56.685Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-30T03:58:56.757Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T03:58:56.757Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d42e9320-95f8-4057-8a79-4a8de9420950 790
2021-11-30T03:58:56.757Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:56.758Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:56.758Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:58:56.758Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:56.760Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:56.760Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244736757,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:56.860Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:56.861Z||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-11-30T03:58:56.861Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:56.872Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:56.872Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:57.761Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c6ab00ff-28e0-4e7a-8526-ed9b0fc9e07a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5273f0ef-abda-4668-9076-f18a3602e1ea",
"vfModuleModelCustomizationUUID": "94e9eb9e-7b65-4e96-a8ae-c6219ee79bb1",
"isBase": true,
"artifacts": [
"57a4434e-fd82-40aa-be5e-8946817ca85d",
"38c78405-d075-43f6-849c-6cb58238020f"
],
"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-11-30T03:58:57.764Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5273f0ef-abda-4668-9076-f18a3602e1ea
VfModuleModelInvariantUUID:c6ab00ff-28e0-4e7a-8526-ed9b0fc9e07a
VfModuleModelDescription:NULL
Artifacts UUID List:{
57a4434e-fd82-40aa-be5e-8946817ca85d
,
38c78405-d075-43f6-849c-6cb58238020f
}
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-11-30T03:58:57.765Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c6ab00ff-28e0-4e7a-8526-ed9b0fc9e07a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5273f0ef-abda-4668-9076-f18a3602e1ea",
"vfModuleModelCustomizationUUID": "94e9eb9e-7b65-4e96-a8ae-c6219ee79bb1",
"isBase": true,
"artifacts": [
"57a4434e-fd82-40aa-be5e-8946817ca85d",
"38c78405-d075-43f6-849c-6cb58238020f"
],
"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-11-30T03:58:57.765Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5273f0ef-abda-4668-9076-f18a3602e1ea
VfModuleModelInvariantUUID:c6ab00ff-28e0-4e7a-8526-ed9b0fc9e07a
VfModuleModelDescription:NULL
Artifacts UUID List:{
57a4434e-fd82-40aa-be5e-8946817ca85d
,
38c78405-d075-43f6-849c-6cb58238020f
}
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-11-30T03:58:57.765Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 57a4434e-fd82-40aa-be5e-8946817ca85d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-30T03:58:57.766Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T03:58:57.766Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-30T03:58:57.804Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T03:58:57.804Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 57a4434e-fd82-40aa-be5e-8946817ca85d 5033
2021-11-30T03:58:57.804Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:57.804Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:57.804Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:58:57.805Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:57.806Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:57.806Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244737804,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:57.906Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:57.907Z||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-11-30T03:58:57.907Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:57.915Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:57.916Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:58:58.807Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38c78405-d075-43f6-849c-6cb58238020f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-30T03:58:58.807Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T03:58:58.807Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-30T03:58:58.847Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T03:58:58.847Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 38c78405-d075-43f6-849c-6cb58238020f 909
2021-11-30T03:58:58.847Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:58.847Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||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-11-30T03:58:58.847Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T03:58:58.847Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:58.849Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:58.849Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244738847,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T03:58:58.949Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:58:58.949Z||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-11-30T03:58:58.950Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:58:58.957Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:58:58.958Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:58:59.849Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e6fb165c-f1ae-4c77-be9e-63f7c3d34798
2021-11-30T03:58:59.850Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2e6f8e1f-0971-41b0-ba14-3d9cb4a46ca5 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-11-30T03:58:59.860Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36cf9092, org.onap.sdc.toscaparser.api.parameters.Input@7e84874a, org.onap.sdc.toscaparser.api.parameters.Input@4e6689cc, org.onap.sdc.toscaparser.api.parameters.Input@5591330a, org.onap.sdc.toscaparser.api.parameters.Input@1f90722a]
2021-11-30T03:58:59.861Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.862Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.862Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-11-30T03:58:59.862Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f06a5d04-4068-4644-971c-840573a1dda4
2021-11-30T03:58:59.862Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f06a5d04-4068-4644-971c-840573a1dda4 matches Tosca VF Customization UUID: f06a5d04-4068-4644-971c-840573a1dda4
2021-11-30T03:58:59.862Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f06a5d04-4068-4644-971c-840573a1dda4 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-11-30T03:58:59.864Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.864Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.865Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f06a5d04-4068-4644-971c-840573a1dda4: {\"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-11-30T03:58:59.865Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6373bc43
2021-11-30T03:58:59.865Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.865Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T03:58:59.865Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94e9eb9e-7b65-4e96-a8ae-c6219ee79bb1
2021-11-30T03:58:59.865Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94e9eb9e-7b65-4e96-a8ae-c6219ee79bb1
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-11-30T03:58:59.868Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.868Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:59.868Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:58:59.868Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.868Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:59.869Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:58:59.869Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.869Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-30T03:58:59.869Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-30T03:58:59.869Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-30T03:58:59.869Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80d95555-964a-4632-bdaf-e74f241b7035
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-11-30T03:58:59.871Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.871Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:59.872Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T03:58:59.872Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.872Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-30T03:58:59.872Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f06a5d04-4068-4644-971c-840573a1dda4
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-11-30T03:58:59.874Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.874Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.874Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e6fb165c-f1ae-4c77-be9e-63f7c3d34798: basicclamp
2021-11-30T03:58:59.874Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.875Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.875Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.875Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.875Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.875Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.875Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.875Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.876Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T03:58:59.876Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T03:58:59.876Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp
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-11-30T03:58:59.941Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2e6f8e1f-0971-41b0-ba14-3d9cb4a46ca5 1 ASDC deployResourceStructure
2021-11-30T03:58:59.941Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-30T03:58:59.941Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-30T03:58:59.941Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:58:59.941Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:58:59.943Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:58:59.943Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244739941,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T03:59:00.043Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:59:00.043Z||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-11-30T03:59:00.043Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:59:00.050Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:59:00.051Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:59:00.944Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-30T03:59:00.944Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-30T03:59:00.944Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:59:00.944Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:59:00.946Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:59:00.946Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244740943,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T03:59:01.046Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-30T03:59:01.047Z||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-11-30T03:59:01.047Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:59:01.055Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:59:01.055Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:59:01.947Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-30T03:59:01.947Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-30T03:59:01.948Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:59:01.948Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:59:01.949Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:59:01.949Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244741947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-30T03:59:02.049Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:59:02.050Z||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-11-30T03:59:02.050Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:59:02.059Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:59:02.060Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-30T03:59:02.950Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-30T03:59:02.950Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-30T03:59:02.950Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-30T03:59:02.951Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:59:02.952Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:59:02.952Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244742950,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T03:59:03.052Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:59:03.053Z||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-11-30T03:59:03.053Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:59:03.062Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:59:03.062Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T03:59:03.953Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
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-11-30T03:59:03.961Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62d5aa81-cd65-4a3d-9ed2-17da8f504c80
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-11-30T03:59:03.963Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-30T03:59:03.963Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-30T03:59:03.964Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-30T03:59:03.968Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-30T03:59:33.969Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 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-11-30T03:59:33.973Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 and serviceModelVersionId: e6fb165c-f1ae-4c77-be9e-63f7c3d34798
2021-11-30T03:59:33.973Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9b05519-6ddb-42c5-b887-dfa0da5ac8bb
2021-11-30T03:59:33.974Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0
2021-11-30T03:59:33.977Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-30T03:59:34.007Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0|INFO|500||Invoke
2021-11-30T03:59:34.007Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62d5aa81-cd65-4a3d-9ed2-17da8f504c80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ec67a0b-8da9-4d0d-a3d4-3ca2622867c3], X-ECOMP-RequestID=[62d5aa81-cd65-4a3d-9ed2-17da8f504c80], X-TransactionId=[], X-ONAP-RequestID=[62d5aa81-cd65-4a3d-9ed2-17da8f504c80], Content-Type=[application/merge-patch+json]}
2021-11-30T03:59:34.024Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-30T03:59:34.489Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?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/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211130-03:59:34:031-45526], vertex-id=[180424], Content-Length=[0], Date=[Tue, 30 Nov 2021 03:59:34 GMT], Content-Type=[application/json]}
2021-11-30T03:59:34.489Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-30T03:59:34.490Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b05519-6ddb-42c5-b887-dfa0da5ac8bb/model-vers/model-ver/e6fb165c-f1ae-4c77-be9e-63f7c3d34798?depth=0|INFO|500||InvokeReturn
2021-11-30T03:59:34.490Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-30T03:59:34.490Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-30T03:59:34.495Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-30T03:59:34.495Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62d5aa81-cd65-4a3d-9ed2-17da8f504c80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-30T03:59:34.495Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-30T03:59:34.495Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T03:59:34.497Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T03:59:34.497Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244774495,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T03:59:34.597Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T03:59:34.598Z||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-11-30T03:59:34.598Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:59:34.607Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:59:34.608Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-30T03:59:45.482Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:59:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T03:59:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:59:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T03:59:45.484Z||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-11-30T03:59:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T03:59:45.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T03:59:45.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T03:59:45.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T03:59:45.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T03:59:55.015Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:00:45.482Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T04:00:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T04:00:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:00:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T04:00:45.484Z||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-11-30T04:00:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:00:46.003Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:00:46.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T04:00:46.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:00:46.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244725482,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244734395,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244736757,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244737804,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244738847,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244739941,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244740943,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244741947,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244742950,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T04:00:46.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:46.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-30T04:00:46.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62d5aa81-cd65-4a3d-9ed2-17da8f504c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244774495,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-30T04:00:46.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:00:55.020Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:01:45.482Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T04:01:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T04:01:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:01:45.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T04:01:45.484Z||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-11-30T04:01:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:01:55.016Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:01:55.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:45.482Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T04:02:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-30T04:02:45.483Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:45.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-30T04:02:45.484Z||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-11-30T04:02:45.484Z||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 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:45.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:45.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244936403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244932251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244932551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "dcae-sch",
"timestamp": 1638244931404,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244937858,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244949781,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244949852,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244949875,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "cds",
"timestamp": 1638244950787,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-11-30T04:02:45.836Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8da043db-62e9-41e2-8fe3-647904e6a294
2021-11-30T04:02:45.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da043db-62e9-41e2-8fe3-647904e6a294 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-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244951051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244951761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244952591,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638244952764,
"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-11-30T04:02:45.849Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8da043db-62e9-41e2-8fe3-647904e6a294
2021-11-30T04:02:45.849Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da043db-62e9-41e2-8fe3-647904e6a294 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-11-30T04:02:45.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244944947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244953943,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244945716,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244952551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "dcae-sch",
"timestamp": 1638244951404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244951791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244954982,
"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-11-30T04:02:45.862Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8da043db-62e9-41e2-8fe3-647904e6a294
2021-11-30T04:02:45.862Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da043db-62e9-41e2-8fe3-647904e6a294 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-11-30T04:02:45.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "dcae-sch",
"timestamp": 1638244951404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244952551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244951791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244955646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244955989,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "dcae-sch",
"timestamp": 1638244951404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244952551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244951791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244956649,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "dcae-sch",
"timestamp": 1638244951404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244952551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244951791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "policy-id",
"timestamp": 1638244957652,
"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-11-30T04:02:45.876Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8da043db-62e9-41e2-8fe3-647904e6a294
2021-11-30T04:02:45.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da043db-62e9-41e2-8fe3-647904e6a294 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-11-30T04:02:45.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244957857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "dcae-sch",
"timestamp": 1638244951404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244952551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244951791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244957857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "dcae-sch",
"timestamp": 1638244951404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244952551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244951791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244951796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244957857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "dcae-sch",
"timestamp": 1638244951404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638244952551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244951791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244957857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "aai-ml",
"timestamp": 1638244961512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244961671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244957857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244962613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "cds",
"timestamp": 1638244962676,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-11-30T04:02:45.894Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ac0e253-27f1-4ea9-8b63-f6ded9d874e4
2021-11-30T04:02:45.894Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ac0e253-27f1-4ea9-8b63-f6ded9d874e4 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-11-30T04:02:45.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244957857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:45.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244963628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ac0e253-27f1-4ea9-8b63-f6ded9d874e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638244957857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-30T04:02:45.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "clamp",
"timestamp": 1638244964631,
"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-11-30T04:02:45.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8da043db-62e9-41e2-8fe3-647904e6a294
2021-11-30T04:02:45.906Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da043db-62e9-41e2-8fe3-647904e6a294 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-11-30T04:02:46.104Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:46.105Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-30T04:02:46.105Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8da043db-62e9-41e2-8fe3-647904e6a294","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"aef49b83-4600-48e2-9f49-3cbd232a1c6c","serviceDescription":"service","serviceInvariantUUID":"54596099-7d79-4ad5-922d-29d33163fc9a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cd4986f-d540-45d5-b57c-de369ca43a6a","resourceInvariantUUID":"8969add5-fa7a-4ea9-ac09-6275942fd5d9","resourceCustomizationUUID":"0a17a97c-2430-499c-98c9-5eade379f74b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWUwNGUxMWUxNjI5NDU3NzlmOWE0MmIzNDZhYjg1NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0969066-f94e-41fe-bed6-ece30994a786","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11a79163-3b3f-4a56-baed-fbe566cf721c","artifactVersion":"2","generatedFromUUID":"162a4854-e66a-4d91-8e70-41f6b8e56d80"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"162a4854-e66a-4d91-8e70-41f6b8e56d80","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZWVhNzQwMGQ4YmM0NjlmYmJjZDE1MTQ0YzAwMmExYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71b2e0ff-ce3e-49bc-bfaa-e8c8fc124d2e","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"376ba73c-6fc8-4995-bde4-3aa02a508d54","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c398d3aa-9b39-415b-9a12-2b153c7e2835","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2996f0b-4d87-4ab7-8e10-cfb37859af39","artifactVersion":"2","generatedFromUUID":"376ba73c-6fc8-4995-bde4-3aa02a508d54"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjVmZTRmMjEwODI0MDdjNmJjMmE2M2JjYzg2ZTNjN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"384fe61e-2515-41d2-a5df-e9ab70820a58","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzNjMjRiMzNmZWZiYTVmNzNlMjVmNmYyMTYzOGEwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff25fe97-b679-40f2-a8d6-ad7d2d63520c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-30T04:02:46.107Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:46.107Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:46.109Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:46.109Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:46.209Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:46.210Z||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-11-30T04:02:46.210Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:46.218Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:46.219Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:47.109Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:47.110Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:47.112Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:47.112Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-11-30T04:02:47.212Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:47.213Z||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-11-30T04:02:47.213Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:47.221Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:47.221Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:48.112Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:48.113Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:48.114Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:48.114Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-11-30T04:02:48.215Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:48.215Z||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-11-30T04:02:48.215Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:48.225Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:48.225Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:49.115Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:49.116Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:49.117Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:49.117Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-11-30T04:02:49.217Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:49.218Z||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-11-30T04:02:49.218Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:49.225Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:49.225Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:50.118Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:50.118Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:50.120Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:50.120Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-11-30T04:02:50.220Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:50.220Z||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-11-30T04:02:50.220Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:50.228Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:50.229Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:51.120Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:51.120Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:51.122Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:51.122Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:51.222Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:51.224Z||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-11-30T04:02:51.224Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:51.235Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:51.235Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:52.122Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:52.123Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:52.124Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:52.125Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-11-30T04:02:52.225Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:52.225Z||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-11-30T04:02:52.225Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:52.233Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:52.233Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:53.125Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:53.126Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:53.127Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:53.127Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-30T04:02:53.227Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:53.228Z||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-11-30T04:02:53.228Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:53.237Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:53.238Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:54.127Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-30T04:02:54.128Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:54.129Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:54.129Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244965482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-11-30T04:02:54.230Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:54.230Z||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-11-30T04:02:54.230Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:54.238Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:54.239Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:55.131Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "aef49b83-4600-48e2-9f49-3cbd232a1c6c",
"serviceDescription": "service",
"serviceInvariantUUID": "54596099-7d79-4ad5-922d-29d33163fc9a",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "0a17a97c-2430-499c-98c9-5eade379f74b",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3cd4986f-d540-45d5-b57c-de369ca43a6a",
"resourceInvariantUUID": "8969add5-fa7a-4ea9-ac09-6275942fd5d9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11a79163-3b3f-4a56-baed-fbe566cf721c",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "162a4854-e66a-4d91-8e70-41f6b8e56d80",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "ZWVhNzQwMGQ4YmM0NjlmYmJjZDE1MTQ0YzAwMmExYWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "71b2e0ff-ce3e-49bc-bfaa-e8c8fc124d2e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "376ba73c-6fc8-4995-bde4-3aa02a508d54",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2996f0b-4d87-4ab7-8e10-cfb37859af39",
"generatedFromUUID": "376ba73c-6fc8-4995-bde4-3aa02a508d54"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2996f0b-4d87-4ab7-8e10-cfb37859af39",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MzNjMjRiMzNmZWZiYTVmNzNlMjVmNmYyMTYzOGEwOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff25fe97-b679-40f2-a8d6-ad7d2d63520c"
}
],
"workloadContext": "Production"
}
2021-11-30T04:02:55.131Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-30T04:02:55.131Z|62d5aa81-cd65-4a3d-9ed2-17da8f504c80|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 aef49b83-4600-48e2-9f49-3cbd232a1c6c ASDC
2021-11-30T04:02:55.131Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8da043db-62e9-41e2-8fe3-647904e6a294
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:aef49b83-4600-48e2-9f49-3cbd232a1c6c
ServiceInvariantUUID:54596099-7d79-4ad5-922d-29d33163fc9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:ff25fe97-b679-40f2-a8d6-ad7d2d63520c
ArtifactChecksum:MzNjMjRiMzNmZWZiYTVmNzNlMjVmNmYyMTYzOGEwOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0a17a97c-2430-499c-98c9-5eade379f74b
ResourceInvariantUUID:8969add5-fa7a-4ea9-ac09-6275942fd5d9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:3cd4986f-d540-45d5-b57c-de369ca43a6a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:11a79163-3b3f-4a56-baed-fbe566cf721c
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:162a4854-e66a-4d91-8e70-41f6b8e56d80
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:71b2e0ff-ce3e-49bc-bfaa-e8c8fc124d2e
ArtifactChecksum:ZWVhNzQwMGQ4YmM0NjlmYmJjZDE1MTQ0YzAwMmExYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:376ba73c-6fc8-4995-bde4-3aa02a508d54
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:a2996f0b-4d87-4ab7-8e10-cfb37859af39
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:a2996f0b-4d87-4ab7-8e10-cfb37859af39
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-30T04:02:55.131Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aef49b83-4600-48e2-9f49-3cbd232a1c6c 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-11-30T04:02:55.159Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T04:02:55.160Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T04:02:55.160Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T04:02:55.160Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ff25fe97-b679-40f2-a8d6-ad7d2d63520c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-30T04:02:55.160Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T04:02:55.160Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-30T04:02:55.442Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T04:02:55.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ff25fe97-b679-40f2-a8d6-ad7d2d63520c 68936
2021-11-30T04:02:55.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-30T04:02:55.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-30T04:02:55.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T04:02:55.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:55.447Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:55.447Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244975445,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:55.547Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:55.548Z||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-11-30T04:02:55.548Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:55.556Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:55.556Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-30T04:02:56.447Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-30T04:02:56.448Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-30T04:02:56.448Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ff25fe97-b679-40f2-a8d6-ad7d2d63520c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-30T04:02:56.448Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-30T04:02:56.449Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-30T04:02:56.449Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-30T04:02:56.545Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16135476656669697092/Definitions/service-BasicCnf-template.yml
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-30T04:02:57.334Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.335Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T04:02:57.336Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=26bdb506-7f48-41fa-9c4a-49276b731e28
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.337Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:02:57.338Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.338Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:02:57.338Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.338Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:02:57.338Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:02:57.338Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:02:57.338Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:aef49b83-4600-48e2-9f49-3cbd232a1c6c
Model Version:NULL
Model InvariantUuid:54596099-7d79-4ad5-922d-29d33163fc9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:a3400d14-f7e0-4cd6-98cc-1329b87e0ed3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8969add5-fa7a-4ea9-ac09-6275942fd5d9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0a17a97c-2430-499c-98c9-5eade379f74b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e18fdd25-8efa-4135-9547-e3e2e4b55679
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:89f31220-485c-4d07-8fb8-d2bc0781de34
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:26bdb506-7f48-41fa-9c4a-49276b731e28
ModelInvariantUuid:852d0aaa-2e7d-4bde-b60d-347692e0e8cd
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5d496bf7-2659-40dd-b1e3-513158fcd0f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:4929fadb-72dc-4c12-89e1-abcd9ecadef6
ModelInvariantUuid:7f323fd3-89c5-474b-b7bf-afacdb56d8fd
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:444e4d69-cb7f-4166-b982-be9ab485bb12
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-11-30T04:02:57.343Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cd4986f-d540-45d5-b57c-de369ca43a6a
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-11-30T04:02:57.345Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-11-30T04:02:57.345Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cd4986f-d540-45d5-b57c-de369ca43a6a
2021-11-30T04:02:57.345Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11a79163-3b3f-4a56-baed-fbe566cf721c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-30T04:02:57.345Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T04:02:57.345Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-30T04:02:57.444Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T04:02:57.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 11a79163-3b3f-4a56-baed-fbe566cf721c 12
2021-11-30T04:02:57.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-30T04:02:57.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-30T04:02:57.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T04:02:57.445Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:57.446Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:57.446Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244977445,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:57.547Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:57.547Z||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-11-30T04:02:57.548Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:57.556Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:57.556Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:58.447Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 162a4854-e66a-4d91-8e70-41f6b8e56d80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-30T04:02:58.447Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T04:02:58.448Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-30T04:02:58.484Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T04:02:58.484Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 162a4854-e66a-4d91-8e70-41f6b8e56d80 2688
2021-11-30T04:02:58.484Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-30T04:02:58.484Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-30T04:02:58.484Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T04:02:58.484Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:58.486Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:58.486Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244978484,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:58.586Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:58.587Z||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-11-30T04:02:58.587Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:58.594Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:58.594Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:02:59.487Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 71b2e0ff-ce3e-49bc-bfaa-e8c8fc124d2e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-30T04:02:59.487Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T04:02:59.487Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-30T04:02:59.524Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T04:02:59.524Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 71b2e0ff-ce3e-49bc-bfaa-e8c8fc124d2e 828
2021-11-30T04:02:59.525Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-30T04:02:59.525Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-30T04:02:59.525Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T04:02:59.525Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:02:59.526Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:02:59.527Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244979524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:02:59.627Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:02:59.627Z||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-11-30T04:02:59.627Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:02:59.634Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:02:59.635Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-11-30T04:03:00.527Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "e18fdd25-8efa-4135-9547-e3e2e4b55679",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "89f31220-485c-4d07-8fb8-d2bc0781de34",
"vfModuleModelCustomizationUUID": "b31ab97b-c742-4615-8236-63d17a4bbf71",
"isBase": true,
"artifacts": [
"376ba73c-6fc8-4995-bde4-3aa02a508d54",
"162a4854-e66a-4d91-8e70-41f6b8e56d80",
"a2996f0b-4d87-4ab7-8e10-cfb37859af39"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T04:03:00.529Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89f31220-485c-4d07-8fb8-d2bc0781de34
VfModuleModelInvariantUUID:e18fdd25-8efa-4135-9547-e3e2e4b55679
VfModuleModelDescription:NULL
Artifacts UUID List:{
376ba73c-6fc8-4995-bde4-3aa02a508d54
,
162a4854-e66a-4d91-8e70-41f6b8e56d80
,
a2996f0b-4d87-4ab7-8e10-cfb37859af39
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-11-30T04:03:00.531Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "e18fdd25-8efa-4135-9547-e3e2e4b55679",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "89f31220-485c-4d07-8fb8-d2bc0781de34",
"vfModuleModelCustomizationUUID": "b31ab97b-c742-4615-8236-63d17a4bbf71",
"isBase": true,
"artifacts": [
"376ba73c-6fc8-4995-bde4-3aa02a508d54",
"162a4854-e66a-4d91-8e70-41f6b8e56d80",
"a2996f0b-4d87-4ab7-8e10-cfb37859af39"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-30T04:03:00.531Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89f31220-485c-4d07-8fb8-d2bc0781de34
VfModuleModelInvariantUUID:e18fdd25-8efa-4135-9547-e3e2e4b55679
VfModuleModelDescription:NULL
Artifacts UUID List:{
376ba73c-6fc8-4995-bde4-3aa02a508d54
,
162a4854-e66a-4d91-8e70-41f6b8e56d80
,
a2996f0b-4d87-4ab7-8e10-cfb37859af39
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-11-30T04:03:00.531Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 376ba73c-6fc8-4995-bde4-3aa02a508d54 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-30T04:03:00.531Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T04:03:00.531Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-30T04:03:00.570Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T04:03:00.570Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 376ba73c-6fc8-4995-bde4-3aa02a508d54 1164
2021-11-30T04:03:00.571Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-30T04:03:00.571Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-30T04:03:00.571Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T04:03:00.571Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:03:00.572Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:03:00.572Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244980571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:03:00.672Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:03:00.673Z||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-11-30T04:03:00.673Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:03:00.681Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:03:00.681Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:03:01.573Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2996f0b-4d87-4ab7-8e10-cfb37859af39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-30T04:03:01.573Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-30T04:03:01.573Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-30T04:03:01.605Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-30T04:03:01.605Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a2996f0b-4d87-4ab7-8e10-cfb37859af39 200
2021-11-30T04:03:01.605Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-30T04:03:01.605Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-30T04:03:01.606Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-30T04:03:01.606Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-30T04:03:01.607Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-30T04:03:01.607Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8da043db-62e9-41e2-8fe3-647904e6a294",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638244981605,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-11-30T04:03:01.707Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-30T04:03:01.708Z||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-11-30T04:03:01.708Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3vkFcRIP0p6h7kIF) ...
2021-11-30T04:03:01.716Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-30T04:03:01.716Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-30T04:03:02.608Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: aef49b83-4600-48e2-9f49-3cbd232a1c6c
2021-11-30T04:03:02.608Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3cd4986f-d540-45d5-b57c-de369ca43a6a 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 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=?
2021-11-30T04:03:02.619Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-11-30T04:03:02.622Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ca24d47, org.onap.sdc.toscaparser.api.parameters.Input@79794b01, org.onap.sdc.toscaparser.api.parameters.Input@4b998bb6, org.onap.sdc.toscaparser.api.parameters.Input@3e0667c4, org.onap.sdc.toscaparser.api.parameters.Input@20d0cd36]
2021-11-30T04:03:02.623Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-30T04:03:02.623Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-30T04:03:02.623Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-11-30T04:03:02.623Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0a17a97c-2430-499c-98c9-5eade379f74b
2021-11-30T04:03:02.623Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a17a97c-2430-499c-98c9-5eade379f74b matches Tosca VF Customization UUID: 0a17a97c-2430-499c-98c9-5eade379f74b
2021-11-30T04:03:02.623Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0a17a97c-2430-499c-98c9-5eade379f74b 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-11-30T04:03:02.625Z|8da043db-62e9-41e2-8fe3-647904e6a294|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery