By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-02-17T03:09:10.328Z||main|||||INFO|500||The following profiles are active: basic
2022-02-17T03:09:19.869Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-17T03:09:19.869Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-17T03:09:19.947Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-17T03:09:22.391Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-17T03:09:22.570Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-17T03:09:22.989Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-17T03:09:22.996Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-17T03:09:23.181Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-17T03:09:23.330Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-17T03:09:23.684Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-17T03:09:24.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-17T03:09:26.438Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-17T03:09:26.503Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-17T03:09:26.931Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-17T03:09:27.040Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-17T03:09:28.217Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-17T03:09:29.200Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-17T03:09:29.216Z||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$$2ed5412.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-17T03:09:29.216Z||main|||||WARN|500||The sdc end point is not alive
2022-02-17T03:09:32.027Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-17T03:09:34.797Z||main|||||WARN|500||---
2022-02-17T03:09:34.797Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-17T03:09:34.797Z||main|||||WARN|500||---
2022-02-17T03:09:35.180Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-17T03:09:39.590Z||main|||||INFO|500||Started Application in 33.604 seconds (JVM running for 34.759)
2022-02-17T03:09:39.603Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-17T03:09:39.605Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-17T03:09:39.616Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-17T03:09:39.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-17T03:09:39.723Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8505ed8-1970-4bf1-97c3-168cbf721eef url= /sdc/v1/artifactTypes
2022-02-17T03:09:39.723Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-17T03:09:40.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-17T03:09:40.029Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-17T03:09:40.049Z||scheduling-1|||||DEBUG|500||create keys
2022-02-17T03:09:40.056Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-17T03:09:41.280Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:09:41.300Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4e71d1ce-0c7d-43a0-a2ac-3d5dc97b72b0 url= /sdc/v1/registerForDistribution
2022-02-17T03:09:41.869Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4e71d1ce-0c7d-43a0-a2ac-3d5dc97b72b0 url= /sdc/v1/registerForDistribution
2022-02-17T03:09:41.870Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-17T03:09:41.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:09:41.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:09:41.884Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-17T03:09:41.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:09:41.885Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:09:41.886Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:09:41.886Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:09:52.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:09:52.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:10:41.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:10:41.878Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:10:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:10:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:10:41.879Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:10:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:10:51.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:10:51.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:11:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:11:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:11:41.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:11:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:11:41.879Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:11:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:11:51.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:11:51.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:12:41.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:12:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:12:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:12:41.879Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:12:41.880Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:12:41.883Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:12:51.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:12:51.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:13:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:13:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:13:41.881Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:13:41.881Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:13:41.881Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:13:41.881Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:13:51.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:13:51.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:14:41.878Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:14:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:14:41.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:14:41.880Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:14:41.880Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:14:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:14:51.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:14:51.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:15:41.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:15:41.878Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:15:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:15:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:15:41.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:15:41.883Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:15:51.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:15:51.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:16:41.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:16:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:16:41.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:16:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:16:41.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:16:41.882Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:16:51.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:16:51.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:17:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:17:41.879Z||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.
2022-02-17T03:17:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:17:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:17:41.880Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:17:41.884Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:17:51.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:17:51.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:18:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:18:41.878Z||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.
2022-02-17T03:18:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:18:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:18:41.879Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:18:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:18:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:18:51.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:19:32.285Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-17T03:19:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:19:41.878Z||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.
2022-02-17T03:19:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:19:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:19:41.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:19:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:19:51.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:19:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:20:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:20:41.878Z||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.
2022-02-17T03:20:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:20:41.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:20:41.881Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:20:41.881Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:20:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:20:51.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:21:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:21:41.878Z||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.
2022-02-17T03:21:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:21:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:21:41.879Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:21:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:21:51.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:21:51.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:22:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:22:41.878Z||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.
2022-02-17T03:22:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:22:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:22:41.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:22:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:22:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:22:51.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:23:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:23:41.878Z||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.
2022-02-17T03:23:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:23:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:23:41.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:23:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:23:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:23:51.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:24:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:24:41.878Z||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.
2022-02-17T03:24:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:24:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:24:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:24:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:24:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:24:51.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:25:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:25:41.878Z||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.
2022-02-17T03:25:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:25:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:25:41.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:25:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:25:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:25:51.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:26:41.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:26:41.878Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:26:41.879Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:26:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:26:41.880Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:26:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:26:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:26:51.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:27:41.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:27:41.878Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:27:41.878Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:27:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:27:41.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:27:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:27:51.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:27:51.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:28:41.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:28:41.878Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:28:41.878Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:28:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:28:41.879Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:28:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:28:51.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:28:51.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:29:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:29:41.878Z||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.
2022-02-17T03:29:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:29:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:29:41.879Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:29:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:29:51.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:29:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:30:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:30:41.878Z||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.
2022-02-17T03:30:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:30:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:30:41.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:30:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:30:51.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:30:51.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:31:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:31:41.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:31:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:31:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:31:41.880Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:31:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:31:51.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:31:51.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:32:41.878Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:32:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:32:41.880Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:32:41.880Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:32:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:32:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:32:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:32:51.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:33:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:33:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:33:41.879Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:33:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:33:41.879Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:33:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:33:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:33:51.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:34:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:34:41.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:34:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:34:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:34:41.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:34:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:34:51.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:34:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:35:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:35:41.878Z||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.
2022-02-17T03:35:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:35:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:35:41.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:35:41.881Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:35:51.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:35:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:36:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:36:41.878Z||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.
2022-02-17T03:36:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:36:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:36:41.880Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:36:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:36:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:36:51.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:37:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:37:41.878Z||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.
2022-02-17T03:37:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:37:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:37:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:37:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:37:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:37:51.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:38:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:38:41.878Z||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.
2022-02-17T03:38:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:38:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:38:41.879Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:38:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:38:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:38:51.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:39:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:39:41.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:39:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:39:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:39:41.880Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:39:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:39:51.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:39:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:40:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:40:41.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:40:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:40:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:40:41.879Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:40:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:40:51.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:40:51.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:41:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:41:41.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:41:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:41:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:41:41.879Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:41:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:41:51.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:41:51.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:42:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:42:41.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:42:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:42:41.879Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:42:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:42:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:42:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:42:51.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:43:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:43:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:43:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:43:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:43:41.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:43:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:43:51.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:43:51.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:44:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:44:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:44:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:44:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:44:41.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:44:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:44:51.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:44:51.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:45:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:45:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:45:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:45:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:45:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:45:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:45:51.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:45:51.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:46:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:46:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:46:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:46:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:46:41.880Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:46:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:46:51.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:46:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:47:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:47:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:47:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:47:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:47:41.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:47:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:47:51.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:47:51.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:48:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:48:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:48:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:48:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:48:41.879Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:48:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:48:51.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:48:51.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:49:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:49:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:49:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:49:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:49:41.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:49:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:49:51.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:49:51.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:50:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:50:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:50:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:50:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:50:41.880Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:50:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:50:51.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:50:51.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:51:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:51:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:51:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:51:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:51:41.879Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:51:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:51:51.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:51:51.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:52:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:52:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:52:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:52:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:52:41.879Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:52:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:52:51.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:52:51.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:53:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:53:41.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:53:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:53:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:53:41.880Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:53:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:53:51.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:53:51.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:54:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:54:41.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:54:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:54:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:54:41.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:54:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:54:51.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:54:51.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:55:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:55:41.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:55:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:55:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:55:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:55:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:55:51.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:55:51.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:56:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:56:41.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:56:41.878Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:56:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:56:41.879Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:56:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:56:51.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:56:51.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:57:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:57:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:57:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:57:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:57:41.879Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:57:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:57:51.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:57:51.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:58:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:58:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:58:41.879Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:58:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:58:41.879Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:58:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:58:51.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:58:51.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:59:41.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:59:41.878Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T03:59:41.879Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T03:59:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:42.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:42.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070360880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645070359378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070359100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070359428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070359100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070360880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645070359378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070359428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070359100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645070359378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070360880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070359428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070359100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645070359378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070360880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070359428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "dcae-sch",
"timestamp": 1645070368145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070359100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070360880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645070359378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070359428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "dcae-sch",
"timestamp": 1645070368145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070359100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070360880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645070359378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070359428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070369578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "dcae-sch",
"timestamp": 1645070368145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070359100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1645070359378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070360880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070359428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070369578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "dcae-sch",
"timestamp": 1645070368145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070369578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070372385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070372419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070372397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "dcae-sch",
"timestamp": 1645070368145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070369578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070373404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070373464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "dcae-sch",
"timestamp": 1645070368145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070369578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "policy-id",
"timestamp": 1645070374407,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T03:59:42.252Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9
2022-02-17T03:59:42.269Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T03:59:42.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070374648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:42.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "dcae-sch",
"timestamp": 1645070368145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070369578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070375707,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T03:59:42.305Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9
2022-02-17T03:59:42.305Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-17T03:59:42.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070375250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070369578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645070376712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "DEPLOY_OK"
}
2022-02-17T03:59:42.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070375250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070377605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:42.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070375250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070377908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "cds",
"timestamp": 1645070378621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T03:59:42.322Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9
2022-02-17T03:59:42.322Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T03:59:42.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070375250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070377908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOTIFIED"
}
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070375250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070377908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070375250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070377908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T03:59:42.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:42.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-17T03:59:42.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d582275-d4a1-423d-bc22-0d7a2329d5b9","serviceName":"vFW 2022-02-17 03-56-58","serviceVersion":"1.0","serviceUUID":"14b0f271-fe1b-4bdf-bec5-846d5f152358","serviceDescription":"catalog service description","serviceInvariantUUID":"3b3c5315-10d9-4bc9-b3a0-eb97f7812587","resources":[{"resourceInstanceName":"vFW d353d905-2a48 0","resourceName":"vFW d353d905-2a48","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6","resourceInvariantUUID":"23c020c1-fbab-4f17-bc06-5825c976b112","resourceCustomizationUUID":"98222663-de25-4bef-9234-1768a3a1370a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml","artifactChecksum":"YmQ4NGM5YjQwNDRkYWVmMjdjYjYwNDIxOGEzNmNjMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a226c95-9928-4440-bc62-3f8040fafdef","artifactVersion":"1"},{"artifactName":"vfwd353d9052a480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json","artifactChecksum":"NTFiNWUzMzc4OTU1ZTRkZTMwYzdiOTRiNTc4MmM2NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe4dca69-f348-44b0-bf0e-586a36454d02","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ff5212e-4064-4db1-a5d4-ea14eb70bf42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml","artifactChecksum":"MWVlNTE4MmI1NTgyOTYyYWQ1NDUzYWE1Njg4MDRmZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"023cc826-284e-4d61-8b92-f0f8e2c6cdce","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d01e41f7-a75f-4536-bf48-ff1e5373be00","artifactVersion":"2","generatedFromUUID":"2ff5212e-4064-4db1-a5d4-ea14eb70bf42"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220217035658-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml","artifactChecksum":"OWExYTFlMDc4Njc1NDY2NDE3ZDU5ZDA5ZWVjOTlmOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a300d733-85a0-4d37-bfb1-5257e23c3b70","artifactVersion":"1"},{"artifactName":"service-Vfw20220217035658-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar","artifactChecksum":"NjkxNWRmNWE3OGQ1ZjY0ZWVjOWJiZWY1OTNjMTM1MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e68cbc9-461a-4d4f-a908-7d078aa1c6d0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-17T03:59:42.519Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T03:59:42.523Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:42.530Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:42.530Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:42.630Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-02-17T03:59:42.636Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:42.636Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:42.649Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:42.650Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:43.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T03:59:43.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:43.538Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:43.538Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOTIFIED"
}
2022-02-17T03:59:43.638Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:43.639Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:43.639Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:43.653Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:43.653Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-17T03:59:44.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T03:59:44.540Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:44.542Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:44.543Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-17T03:59:44.642Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-17T03:59:44.643Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:44.644Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:44.658Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:44.658Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:45.543Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T03:59:45.544Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:45.647Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:45.648Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:45.648Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:45.662Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:45.662Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-17T03:59:46.547Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T03:59:46.548Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:46.549Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:46.550Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-17T03:59:46.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:46.651Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:46.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:46.664Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:46.665Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:47.550Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T03:59:47.551Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:47.553Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:47.553Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T03:59:47.653Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:47.654Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:47.654Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:47.668Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:47.668Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-17T03:59:48.554Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T03:59:48.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:48.557Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:48.557Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T03:59:48.658Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-17T03:59:48.659Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:48.659Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:48.672Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:48.672Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:49.560Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"serviceName": "vFW 2022-02-17 03-56-58",
"serviceVersion": "1.0",
"serviceUUID": "14b0f271-fe1b-4bdf-bec5-846d5f152358",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3b3c5315-10d9-4bc9-b3a0-eb97f7812587",
"resources": [
{
"resourceInstanceName": "vFW d353d905-2a48 0",
"resourceCustomizationUUID": "98222663-de25-4bef-9234-1768a3a1370a",
"resourceName": "vFW d353d905-2a48",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6",
"resourceInvariantUUID": "23c020c1-fbab-4f17-bc06-5825c976b112",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd353d9052a480_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"artifactChecksum": "NTFiNWUzMzc4OTU1ZTRkZTMwYzdiOTRiNTc4MmM2NmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fe4dca69-f348-44b0-bf0e-586a36454d02",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2ff5212e-4064-4db1-a5d4-ea14eb70bf42",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d01e41f7-a75f-4536-bf48-ff1e5373be00",
"generatedFromUUID": "2ff5212e-4064-4db1-a5d4-ea14eb70bf42"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d01e41f7-a75f-4536-bf48-ff1e5373be00",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220217035658-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"artifactChecksum": "NjkxNWRmNWE3OGQ1ZjY0ZWVjOWJiZWY1OTNjMTM1MWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e68cbc9-461a-4d4f-a908-7d078aa1c6d0"
}
],
"workloadContext": "Production"
}
2022-02-17T03:59:49.561Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-17T03:59:49.562Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14b0f271-fe1b-4bdf-bec5-846d5f152358 ASDC
2022-02-17T03:59:49.680Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0d582275-d4a1-423d-bc22-0d7a2329d5b9
ServiceName:vFW 2022-02-17 03-56-58
ServiceVersion:1.0
ServiceUUID:14b0f271-fe1b-4bdf-bec5-846d5f152358
ServiceInvariantUUID:3b3c5315-10d9-4bc9-b3a0-eb97f7812587
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220217035658-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar
ArtifactUUID:9e68cbc9-461a-4d4f-a908-7d078aa1c6d0
ArtifactChecksum:NjkxNWRmNWE3OGQ1ZjY0ZWVjOWJiZWY1OTNjMTM1MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d353d905-2a48 0
ResourceCustomizationUUID:98222663-de25-4bef-9234-1768a3a1370a
ResourceInvariantUUID:23c020c1-fbab-4f17-bc06-5825c976b112
ResourceName:vFW d353d905-2a48
ResourceType:VF
ResourceUUID:57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd353d9052a480_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json
ArtifactUUID:fe4dca69-f348-44b0-bf0e-586a36454d02
ArtifactChecksum:NTFiNWUzMzc4OTU1ZTRkZTMwYzdiOTRiNTc4MmM2NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml
ArtifactUUID:2ff5212e-4064-4db1-a5d4-ea14eb70bf42
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env
ArtifactUUID:d01e41f7-a75f-4536-bf48-ff1e5373be00
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env
ArtifactUUID:d01e41f7-a75f-4536-bf48-ff1e5373be00
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-17T03:59:49.680Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14b0f271-fe1b-4bdf-bec5-846d5f152358 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-17T03:59:49.724Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T03:59:49.725Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-17T03:59:49.726Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-17T03:59:49.726Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e68cbc9-461a-4d4f-a908-7d078aa1c6d0 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:49.727Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-17T03:59:49.728Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:50.155Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-17T03:59:50.179Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar 9e68cbc9-461a-4d4f-a908-7d078aa1c6d0 98964
2022-02-17T03:59:50.180Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar ASDC sendASDCNotification
2022-02-17T03:59:50.180Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:50.181Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T03:59:50.182Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:50.184Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:50.184Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070390179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:50.284Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:50.286Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:50.286Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:50.298Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:50.299Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:51.184Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T03:59:51.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-17T03:59:51.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9e68cbc9-461a-4d4f-a908-7d078aa1c6d0, URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar to file: /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:51.187Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220217035658-csar.csar
2022-02-17T03:59:51.249Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:51.249Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:52.030Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18245822148298297962/Definitions/service-Vfw20220217035658-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-17T03:59:54.787Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.793Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.793Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d353d905-2a48 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar
2022-02-17T03:59:54.793Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-17T03:59:54.798Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.799Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:54.802Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:54.802Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-17T03:59:54.803Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T03:59:54.804Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.804Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria
2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=873eeccd-59ab-4f9b-a7bd-928d76850f8c
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a2ad536-7920-4ea4-bef6-5b3be04033aa
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria
2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25a2e5b1-0ee4-4744-92e8-e41df5677f47
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-17 03-56-58
Description:catalog service description
Model UUID:14b0f271-fe1b-4bdf-bec5-846d5f152358
Model Version:NULL
Model InvariantUuid:3b3c5315-10d9-4bc9-b3a0-eb97f7812587
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d353d905-2a48
Model UUID:1c32918d-2996-456f-94c7-d7f985fcf502
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23c020c1-fbab-4f17-bc06-5825c976b112
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:98222663-de25-4bef-9234-1768a3a1370a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:347a366b-7c11-4747-b1eb-d054e6854f43
ModelName:VfwD353d9052a48..base_vfw..module-0
ModelUuid:e354c060-13fc-4bc1-b777-0c14152464aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:873eeccd-59ab-4f9b-a7bd-928d76850f8c
ModelInvariantUuid:ca691165-2df6-403c-9b02-3407fe69cf92
ModelName:vFW d353d905-2a48-nodes.vfwCvfc
ModelUuid:5d94b04f-9e16-4492-8b36-ce488da6d40c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3ebd92ef-32ba-4aff-a25b-0b36307a7bfd
ModelInvariantUuid:5fa1bd61-7c6e-4ad2-8aa0-310fd76afb0a
ModelName:VfwD353d9052a48.compute.nodes.heat.vfw
ModelUuid:88a3fdef-26b0-4119-938f-6654c0e8aaf1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6a2ad536-7920-4ea4-bef6-5b3be04033aa
ModelInvariantUuid:cf024754-f2e1-44a6-b771-1b8cbd8849cd
ModelName:vFW d353d905-2a48-nodes.vsnCvfc
ModelUuid:694337c1-cad9-4102-ae56-6e208eea84d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:095d77c0-fb07-415a-bce9-c3a96a95537b
ModelInvariantUuid:0c0524ee-ae51-454d-bcb0-fa730a52e203
ModelName:VfwD353d9052a48.compute.nodes.heat.vsn
ModelUuid:5f0c0670-d294-4c79-8891-99ea14902b29
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:25a2e5b1-0ee4-4744-92e8-e41df5677f47
ModelInvariantUuid:1afc3a74-10c2-4d90-96cc-adf25051cd91
ModelName:vFW d353d905-2a48-nodes.vpgCvfc
ModelUuid:7c37c72e-7fce-4a8e-bab2-415ccc7a742a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0e416ee1-190e-4502-848d-93211072095f
ModelInvariantUuid:a9a66f85-0330-4a2f-8325-8a6c26c58171
ModelName:VfwD353d9052a48.compute.nodes.heat.vpg
ModelUuid:13329a09-f27d-4408-95d0-2c2e3242ab3e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-17T03:59:54.830Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T03:59:54.918Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||vFW d353d905-2a48 0
2022-02-17T03:59:54.923Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6
2022-02-17T03:59:54.924Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe4dca69-f348-44b0-bf0e-586a36454d02 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json
2022-02-17T03:59:54.924Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-17T03:59:54.924Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json
2022-02-17T03:59:54.972Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json fe4dca69-f348-44b0-bf0e-586a36454d02 785
2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json ASDC sendASDCNotification
2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json
2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T03:59:54.974Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:54.976Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:54.977Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070394973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:55.077Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:55.078Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:55.078Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:55.093Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:55.093Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:55.978Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD353d9052a48..base_vfw..module-0",
"vfModuleModelInvariantUUID": "347a366b-7c11-4747-b1eb-d054e6854f43",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e354c060-13fc-4bc1-b777-0c14152464aa",
"vfModuleModelCustomizationUUID": "ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3",
"isBase": true,
"artifacts": [
"2ff5212e-4064-4db1-a5d4-ea14eb70bf42",
"d01e41f7-a75f-4536-bf48-ff1e5373be00"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-17T03:59:55.992Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD353d9052a48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e354c060-13fc-4bc1-b777-0c14152464aa
VfModuleModelInvariantUUID:347a366b-7c11-4747-b1eb-d054e6854f43
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff5212e-4064-4db1-a5d4-ea14eb70bf42
,
d01e41f7-a75f-4536-bf48-ff1e5373be00
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-17T03:59:55.994Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD353d9052a48..base_vfw..module-0",
"vfModuleModelInvariantUUID": "347a366b-7c11-4747-b1eb-d054e6854f43",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e354c060-13fc-4bc1-b777-0c14152464aa",
"vfModuleModelCustomizationUUID": "ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3",
"isBase": true,
"artifacts": [
"2ff5212e-4064-4db1-a5d4-ea14eb70bf42",
"d01e41f7-a75f-4536-bf48-ff1e5373be00"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-17T03:59:55.994Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD353d9052a48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e354c060-13fc-4bc1-b777-0c14152464aa
VfModuleModelInvariantUUID:347a366b-7c11-4747-b1eb-d054e6854f43
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ff5212e-4064-4db1-a5d4-ea14eb70bf42
,
d01e41f7-a75f-4536-bf48-ff1e5373be00
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-17T03:59:55.994Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ff5212e-4064-4db1-a5d4-ea14eb70bf42 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml
2022-02-17T03:59:55.995Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-17T03:59:55.995Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml
2022-02-17T03:59:56.084Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml 2ff5212e-4064-4db1-a5d4-ea14eb70bf42 20368
2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml
2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T03:59:56.086Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:56.088Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:56.088Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070396085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:56.188Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:56.189Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:56.189Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:56.203Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:56.204Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:57.089Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d01e41f7-a75f-4536-bf48-ff1e5373be00 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env
2022-02-17T03:59:57.089Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-17T03:59:57.089Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env
2022-02-17T03:59:57.141Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-17T03:59:57.141Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env d01e41f7-a75f-4536-bf48-ff1e5373be00 2098
2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env
2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:57.145Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:57.145Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070397142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-17T03:59:57.245Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:57.246Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:57.246Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:57.261Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:57.261Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:58.146Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 14b0f271-fe1b-4bdf-bec5-846d5f152358
2022-02-17T03:59:58.146Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d353d905-2a48 0 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T03:59:58.183Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b5e42dc, org.onap.sdc.toscaparser.api.parameters.Input@7a07fc7a, org.onap.sdc.toscaparser.api.parameters.Input@698d1b97, org.onap.sdc.toscaparser.api.parameters.Input@31aa0233, org.onap.sdc.toscaparser.api.parameters.Input@18cbfe78]
2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 98222663-de25-4bef-9234-1768a3a1370a
2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98222663-de25-4bef-9234-1768a3a1370a matches Tosca VF Customization UUID: 98222663-de25-4bef-9234-1768a3a1370a
2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 98222663-de25-4bef-9234-1768a3a1370a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-17T03:59:58.192Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.192Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 98222663-de25-4bef-9234-1768a3a1370a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c8cd7a3
2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3
2022-02-17T03:59:58.194Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-17T03:59:58.198Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.198Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:58.198Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:58.201Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-17T03:59:58.201Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.201Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=873eeccd-59ab-4f9b-a7bd-928d76850f8c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria
2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a2ad536-7920-4ea4-bef6-5b3be04033aa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-17T03:59:58.210Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.210Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:58.210Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:58.212Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25a2e5b1-0ee4-4744-92e8-e41df5677f47
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria
2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=98222663-de25-4bef-9234-1768a3a1370a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T03:59:58.218Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.218Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 14b0f271-fe1b-4bdf-bec5-846d5f152358: vFW d353d905-2a48
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.220Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T03:59:58.220Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T03:59:58.220Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-02-17 03-56-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T03:59:58.527Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d353d905-2a48 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6 1 ASDC deployResourceStructure
2022-02-17T03:59:58.527Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json ASDC sendASDCNotification
2022-02-17T03:59:58.527Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json
2022-02-17T03:59:58.528Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T03:59:58.528Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:58.529Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:58.529Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070398527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "DEPLOY_OK"
}
2022-02-17T03:59:58.630Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-17T03:59:58.631Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:58.631Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:58.644Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:58.645Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T03:59:59.530Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-17T03:59:59.531Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml
2022-02-17T03:59:59.531Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T03:59:59.531Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T03:59:59.533Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T03:59:59.534Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070399530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-17T03:59:59.634Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T03:59:59.634Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T03:59:59.635Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T03:59:59.647Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T03:59:59.647Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:00:00.535Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-17T04:00:00.535Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env
2022-02-17T04:00:00.535Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T04:00:00.536Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:00:00.538Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:00:00.538Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070400534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-17T04:00:00.638Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:00:00.640Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:00:00.640Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:00:00.652Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:00:00.652Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:00:01.540Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar ASDC sendASDCNotification
2022-02-17T04:00:01.540Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar
2022-02-17T04:00:01.540Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T04:00:01.541Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:00:01.543Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:00:01.543Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070401540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:00:01.644Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:00:01.644Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:00:01.645Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:00:01.657Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:00:01.658Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:00:02.545Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:00:02.560Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:00:02.563Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:00:02.563Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:00:02.563Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:00:32.564Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:00:32.581Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:00:32.585Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:00:32.586Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:00:32.586Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:00:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:00:41.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:00:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:00:41.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:00:41.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:00:41.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070375250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:00:41.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:02.586Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:01:02.598Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:01:02.601Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:01:02.601Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:01:02.602Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:01:32.602Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:01:32.614Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:01:32.616Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:01:32.616Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:01:32.616Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:01:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:01:41.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:01:41.881Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:01:42.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:01:42.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:01:42.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070377908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:01:42.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070383200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:01:42.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "NOTIFIED"
}
2022-02-17T04:01:42.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070377908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070383903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070377908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:01:42.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "aai-ml",
"timestamp": 1645070384910,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:01:42.424Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9
2022-02-17T04:01:42.424Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:01:42.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:01:42.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-17T04:01:42.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070387829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070381877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645070388833,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:01:42.439Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9
2022-02-17T04:01:42.439Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:01:42.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070390179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:01:42.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070394973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:01:42.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070395596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:01:42.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070396085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:01:42.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070397142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070397612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070398527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json",
"status": "DEPLOY_OK"
}
2022-02-17T04:01:42.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "clamp",
"timestamp": 1645070398616,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:01:42.457Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9
2022-02-17T04:01:42.457Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:01:42.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070399530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-17T04:01:42.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070400534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-17T04:01:42.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070401540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:01:42.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:02:02.617Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:02:02.628Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:02:02.631Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:02:02.639Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-17T04:02:32.639Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-17T04:02:32.648Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and serviceModelVersionId: 14b0f271-fe1b-4bdf-bec5-846d5f152358
2022-02-17T04:02:32.648Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b3c5315-10d9-4bc9-b3a0-eb97f7812587
2022-02-17T04:02:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:02:41.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:02:41.881Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:02:44.851Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0
2022-02-17T04:02:44.953Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-17T04:02:45.399Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|INFO|500||Invoke
2022-02-17T04:02:45.406Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d582275-d4a1-423d-bc22-0d7a2329d5b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afc813f3-c155-4966-8e3c-59c6482d06b4], X-ECOMP-RequestID=[0d582275-d4a1-423d-bc22-0d7a2329d5b9], X-TransactionId=[], X-ONAP-RequestID=[0d582275-d4a1-423d-bc22-0d7a2329d5b9], Content-Type=[application/merge-patch+json]}
2022-02-17T04:02:45.520Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-17T04:02:45.916Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?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/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220217-04:02:45:531-45475], vertex-id=[172256], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:02:45 GMT], Content-Type=[application/json]}
2022-02-17T04:02:45.917Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-17T04:02:45.918Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|INFO|500||InvokeReturn
2022-02-17T04:02:45.921Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-17T04:02:45.921Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T04:02:45.926Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-17T04:02:45.932Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-17T04:02:45.933Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-17T04:02:45.934Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:02:45.935Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:02:45.935Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070565932,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-17T04:02:46.036Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:02:46.037Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:02:46.037Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:02:46.051Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:02:46.052Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:02:46.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:02:46.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-17T04:02:46.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645070565932,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-17T04:02:46.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-17T04:02:46.953Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:02:46.954Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:02:46.954Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:02:57.231Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:02:57.231Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:02:57.232Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:02:57.232Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:03:06.771Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:03:06.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:03:06.772Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:03:06.772Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:03:16.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:03:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:03:41.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:03:41.878Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:03:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:03:41.880Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:03:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:03:51.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:03:51.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:04:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:04:41.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:04:41.878Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:04:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:04:41.880Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:04:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:04:51.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:04:51.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:05:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:05:41.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:05:41.878Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:05:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:05:41.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:05:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:05:51.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:05:51.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:06:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:06:41.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:06:41.878Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:06:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:06:41.879Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:06:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:06:51.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:06:51.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:07:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:07:41.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:07:41.878Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:07:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:07:41.880Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:07:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:07:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:07:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:08:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:08:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:08:41.879Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:08:41.879Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:08:41.879Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:08:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:08:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:08:51.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:09:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:09:41.879Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:09:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:09:41.879Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:09:41.879Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:09:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:09:51.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:09:51.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:10:41.879Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:10:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:10:41.879Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:41.879Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:10:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:42.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:42.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "dcae-sch",
"timestamp": 1645071028145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071029578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071029578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "dcae-sch",
"timestamp": 1645071028145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071029578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "dcae-sch",
"timestamp": 1645071028145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071029578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "dcae-sch",
"timestamp": 1645071028145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071035250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071029578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "dcae-sch",
"timestamp": 1645071028145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071035250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071029578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "dcae-sch",
"timestamp": 1645071028145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071035250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071029578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "dcae-sch",
"timestamp": 1645071028145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071037908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071035250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071037908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOTIFIED"
}
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071039672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071035250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071039378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071039428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071037908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "cds",
"timestamp": 1645071040677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:10:42.063Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941
2022-02-17T04:10:42.063Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071035250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071039378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071039428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071040880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071037908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:10:42.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:42.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-17T04:10:42.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"68f075dc-cc78-413c-8dc9-807ec2344941","serviceName":"basic_onboard_HUIcoQ","serviceVersion":"1.0","serviceUUID":"69b5acb5-3533-42dc-a4ac-4db2488dbb68","serviceDescription":"service","serviceInvariantUUID":"eb6a57b1-43ac-4615-b8ef-8e1c30c628dd","resources":[{"resourceInstanceName":"basic_onboard_HUIcoQ 0","resourceName":"basic_onboard_HUIcoQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d27b374a-d08e-438a-8e3c-7b3be7ebd391","resourceInvariantUUID":"ad0a03f1-61d1-4c81-85f5-fa9d28867522","resourceCustomizationUUID":"823d3a81-ebbf-4893-9731-08b4972c96d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml","artifactChecksum":"YjZkOGQ3NTY5ZDU4Zjc3ZjhjYmI5NDBjNDVjZDZmOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ecb4d6bf-6299-407a-93bb-3a16e09b0efd","artifactVersion":"1"},{"artifactName":"basic_onboard_huicoq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json","artifactChecksum":"NDJhNzM3ZWUyNGM2ODM5YWIzN2I2ZjgzNmRkM2I5Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c8b5ab2-6888-4f92-8433-6ae6cfde3586","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"04d8a843-994d-437d-b600-b8f13fe23dba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12380261-ae70-4566-963f-c56b4574c1bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"355aecba-2ea6-45df-8858-bdfdf067b22b","artifactVersion":"2","generatedFromUUID":"04d8a843-994d-437d-b600-b8f13fe23dba"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHuicoq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml","artifactChecksum":"NTZmOGU5NDUxYzJiZWEzZGEzODQzOTQwMWI0YTViMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"318e2d4f-2670-471a-ab1d-33a3b16f4415","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHuicoq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar","artifactChecksum":"OTY0ZjllNzAzN2RlMjg1NWVjNzg4OWY1MmFiZTg2NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9c3cb4a-4261-4d6d-bcf4-047f7c43e642","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-17T04:10:42.513Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:10:42.513Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:42.515Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:42.516Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:42.618Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-02-17T04:10:42.619Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:42.619Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:42.633Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:42.633Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:43.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:10:43.517Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:43.518Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:43.519Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOTIFIED"
}
2022-02-17T04:10:43.619Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:43.620Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:43.620Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:43.632Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:43.632Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:44.519Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:10:44.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:44.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:44.521Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-17T04:10:44.622Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-17T04:10:44.623Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:44.623Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:44.638Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:44.638Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:45.522Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:10:45.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:45.526Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:45.526Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:45.627Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:45.627Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:45.627Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:45.640Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:45.641Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:46.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:10:46.528Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:46.531Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:46.531Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-17T04:10:46.631Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-17T04:10:46.632Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:46.632Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:46.647Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:46.648Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:47.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:10:47.533Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:47.535Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:47.535Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:10:47.636Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:47.637Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:47.637Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:47.650Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:47.651Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:48.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:10:48.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:48.539Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:48.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:10:48.640Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:48.640Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:48.641Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:48.653Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:48.653Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:49.542Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"serviceName": "basic_onboard_HUIcoQ",
"serviceVersion": "1.0",
"serviceUUID": "69b5acb5-3533-42dc-a4ac-4db2488dbb68",
"serviceDescription": "service",
"serviceInvariantUUID": "eb6a57b1-43ac-4615-b8ef-8e1c30c628dd",
"resources": [
{
"resourceInstanceName": "basic_onboard_HUIcoQ 0",
"resourceCustomizationUUID": "823d3a81-ebbf-4893-9731-08b4972c96d9",
"resourceName": "basic_onboard_HUIcoQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d27b374a-d08e-438a-8e3c-7b3be7ebd391",
"resourceInvariantUUID": "ad0a03f1-61d1-4c81-85f5-fa9d28867522",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_huicoq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"artifactChecksum": "NDJhNzM3ZWUyNGM2ODM5YWIzN2I2ZjgzNmRkM2I5Njg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c8b5ab2-6888-4f92-8433-6ae6cfde3586",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "04d8a843-994d-437d-b600-b8f13fe23dba",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "355aecba-2ea6-45df-8858-bdfdf067b22b",
"generatedFromUUID": "04d8a843-994d-437d-b600-b8f13fe23dba"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "355aecba-2ea6-45df-8858-bdfdf067b22b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHuicoq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"artifactChecksum": "OTY0ZjllNzAzN2RlMjg1NWVjNzg4OWY1MmFiZTg2NGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9c3cb4a-4261-4d6d-bcf4-047f7c43e642"
}
],
"workloadContext": "Production"
}
2022-02-17T04:10:49.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-17T04:10:49.542Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69b5acb5-3533-42dc-a4ac-4db2488dbb68 ASDC
2022-02-17T04:10:49.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:68f075dc-cc78-413c-8dc9-807ec2344941
ServiceName:basic_onboard_HUIcoQ
ServiceVersion:1.0
ServiceUUID:69b5acb5-3533-42dc-a4ac-4db2488dbb68
ServiceInvariantUUID:eb6a57b1-43ac-4615-b8ef-8e1c30c628dd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHuicoq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar
ArtifactUUID:e9c3cb4a-4261-4d6d-bcf4-047f7c43e642
ArtifactChecksum:OTY0ZjllNzAzN2RlMjg1NWVjNzg4OWY1MmFiZTg2NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HUIcoQ 0
ResourceCustomizationUUID:823d3a81-ebbf-4893-9731-08b4972c96d9
ResourceInvariantUUID:ad0a03f1-61d1-4c81-85f5-fa9d28867522
ResourceName:basic_onboard_HUIcoQ
ResourceType:VF
ResourceUUID:d27b374a-d08e-438a-8e3c-7b3be7ebd391
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_huicoq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json
ArtifactUUID:9c8b5ab2-6888-4f92-8433-6ae6cfde3586
ArtifactChecksum:NDJhNzM3ZWUyNGM2ODM5YWIzN2I2ZjgzNmRkM2I5Njg=
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/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:04d8a843-994d-437d-b600-b8f13fe23dba
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/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env
ArtifactUUID:355aecba-2ea6-45df-8858-bdfdf067b22b
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/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env
ArtifactUUID:355aecba-2ea6-45df-8858-bdfdf067b22b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-17T04:10:49.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69b5acb5-3533-42dc-a4ac-4db2488dbb68 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-17T04:10:49.582Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9c3cb4a-4261-4d6d-bcf4-047f7c43e642 from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:50.045Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-17T04:10:50.053Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar e9c3cb4a-4261-4d6d-bcf4-047f7c43e642 71563
2022-02-17T04:10:50.054Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar ASDC sendASDCNotification
2022-02-17T04:10:50.054Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:50.054Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T04:10:50.055Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:50.058Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:50.058Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071050054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:10:50.159Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:50.160Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:50.160Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:50.173Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:50.173Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:51.059Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T04:10:51.060Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:10:51.061Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e9c3cb4a-4261-4d6d-bcf4-047f7c43e642, URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar to file: /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:51.061Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:51.062Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:51.062Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:51.279Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3562258099579539080/Definitions/service-BasicOnboardHuicoq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-17T04:10:52.396Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||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-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||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-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||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-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HUIcoQ 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-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||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-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||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-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||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-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is not matching search criteria
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is not matching search criteria
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1e2d58-812a-4a25-b02b-f5f5ef39e7ac
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HUIcoQ
Description:service
Model UUID:69b5acb5-3533-42dc-a4ac-4db2488dbb68
Model Version:NULL
Model InvariantUuid:eb6a57b1-43ac-4615-b8ef-8e1c30c628dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HUIcoQ
Model UUID:c1a0b92e-2896-4eba-a780-3d09a5c68f2b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ad0a03f1-61d1-4c81-85f5-fa9d28867522
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:823d3a81-ebbf-4893-9731-08b4972c96d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d59a1414-c462-43c8-b8a2-26ebfedb146b
ModelName:BasicOnboardHuicoq..base_ubuntu18..module-0
ModelUuid:4cf248a0-d4b5-4af6-b364-176d8013cf3a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0a1e2d58-812a-4a25-b02b-f5f5ef39e7ac
ModelInvariantUuid:b418d5fc-ed92-426f-b577-bc9e73478076
ModelName:basic_onboard_HUIcoQ-nodes.ubuntu18Cvfc
ModelUuid:c9687af1-cca9-4993-9f78-bc595b929f32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4b46cb80-b063-48e8-8633-7b88a7e9aec0
ModelInvariantUuid:2791a0fb-d3a9-425c-aa55-5b9e76eae771
ModelName:BasicOnboardHuicoq.compute.nodes.heat.ubuntu18
ModelUuid:b14671d2-d168-4416-a021-dea9614d4acb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-17T04:10:52.410Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d27b374a-d08e-438a-8e3c-7b3be7ebd391
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||basic_onboard_HUIcoQ 0
2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d27b374a-d08e-438a-8e3c-7b3be7ebd391
2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c8b5ab2-6888-4f92-8433-6ae6cfde3586 from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json
2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json
2022-02-17T04:10:52.465Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-17T04:10:52.465Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json 9c8b5ab2-6888-4f92-8433-6ae6cfde3586 798
2022-02-17T04:10:52.465Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json ASDC sendASDCNotification
2022-02-17T04:10:52.466Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json
2022-02-17T04:10:52.466Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T04:10:52.466Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:52.468Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:52.468Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071052465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:10:52.569Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:52.569Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:52.569Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:52.581Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:52.581Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:53.470Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHuicoq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d59a1414-c462-43c8-b8a2-26ebfedb146b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cf248a0-d4b5-4af6-b364-176d8013cf3a",
"vfModuleModelCustomizationUUID": "a250af73-667f-4132-8ee3-cb649a4dbe27",
"isBase": true,
"artifacts": [
"04d8a843-994d-437d-b600-b8f13fe23dba",
"355aecba-2ea6-45df-8858-bdfdf067b22b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-17T04:10:53.475Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHuicoq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cf248a0-d4b5-4af6-b364-176d8013cf3a
VfModuleModelInvariantUUID:d59a1414-c462-43c8-b8a2-26ebfedb146b
VfModuleModelDescription:NULL
Artifacts UUID List:{
04d8a843-994d-437d-b600-b8f13fe23dba
,
355aecba-2ea6-45df-8858-bdfdf067b22b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-17T04:10:53.477Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHuicoq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d59a1414-c462-43c8-b8a2-26ebfedb146b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cf248a0-d4b5-4af6-b364-176d8013cf3a",
"vfModuleModelCustomizationUUID": "a250af73-667f-4132-8ee3-cb649a4dbe27",
"isBase": true,
"artifacts": [
"04d8a843-994d-437d-b600-b8f13fe23dba",
"355aecba-2ea6-45df-8858-bdfdf067b22b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-17T04:10:53.477Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHuicoq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cf248a0-d4b5-4af6-b364-176d8013cf3a
VfModuleModelInvariantUUID:d59a1414-c462-43c8-b8a2-26ebfedb146b
VfModuleModelDescription:NULL
Artifacts UUID List:{
04d8a843-994d-437d-b600-b8f13fe23dba
,
355aecba-2ea6-45df-8858-bdfdf067b22b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-17T04:10:53.478Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 04d8a843-994d-437d-b600-b8f13fe23dba from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml
2022-02-17T04:10:53.478Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-17T04:10:53.478Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml
2022-02-17T04:10:53.522Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-17T04:10:53.523Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml 04d8a843-994d-437d-b600-b8f13fe23dba 5033
2022-02-17T04:10:53.523Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-17T04:10:53.524Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml
2022-02-17T04:10:53.524Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T04:10:53.524Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:53.527Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:53.527Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071053523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:10:53.627Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:53.628Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:53.628Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:53.645Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:53.646Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:54.527Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 355aecba-2ea6-45df-8858-bdfdf067b22b from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env
2022-02-17T04:10:54.529Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-17T04:10:54.529Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env
2022-02-17T04:10:54.576Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-17T04:10:54.576Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env 355aecba-2ea6-45df-8858-bdfdf067b22b 909
2022-02-17T04:10:54.576Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-17T04:10:54.577Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env
2022-02-17T04:10:54.577Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T04:10:54.577Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:54.579Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:54.579Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071054576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:10:54.680Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:54.681Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:54.681Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:54.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:54.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:55.580Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 69b5acb5-3533-42dc-a4ac-4db2488dbb68
2022-02-17T04:10:55.581Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HUIcoQ 0 d27b374a-d08e-438a-8e3c-7b3be7ebd391 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T04:10:55.597Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ad425eb, org.onap.sdc.toscaparser.api.parameters.Input@1c564474, org.onap.sdc.toscaparser.api.parameters.Input@6e126dbf, org.onap.sdc.toscaparser.api.parameters.Input@6d3a1e8c, org.onap.sdc.toscaparser.api.parameters.Input@16ba85bd]
2022-02-17T04:10:55.599Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 823d3a81-ebbf-4893-9731-08b4972c96d9
2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 823d3a81-ebbf-4893-9731-08b4972c96d9 matches Tosca VF Customization UUID: 823d3a81-ebbf-4893-9731-08b4972c96d9
2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 823d3a81-ebbf-4893-9731-08b4972c96d9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-17T04:10:55.603Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.603Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 823d3a81-ebbf-4893-9731-08b4972c96d9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@aa33134
2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a250af73-667f-4132-8ee3-cb649a4dbe27
2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a250af73-667f-4132-8ee3-cb649a4dbe27
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-17T04:10:55.607Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.607Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:55.607Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is not matching search criteria
2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-17T04:10:55.609Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-17T04:10:55.609Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1e2d58-812a-4a25-b02b-f5f5ef39e7ac
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-17T04:10:55.612Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.612Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:55.612Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:10:55.613Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.613Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria
2022-02-17T04:10:55.613Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=823d3a81-ebbf-4893-9731-08b4972c96d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 69b5acb5-3533-42dc-a4ac-4db2488dbb68: basic_onboard_HUIcoQ
2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.617Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.617Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.617Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_HUIcoQ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:10:55.714Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HUIcoQ d27b374a-d08e-438a-8e3c-7b3be7ebd391 1 ASDC deployResourceStructure
2022-02-17T04:10:55.714Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json ASDC sendASDCNotification
2022-02-17T04:10:55.715Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json
2022-02-17T04:10:55.715Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T04:10:55.715Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:55.717Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:55.717Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071055714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-17T04:10:55.818Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:55.818Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:55.819Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:55.831Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:55.832Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-17T04:10:56.719Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-17T04:10:56.719Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml
2022-02-17T04:10:56.719Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T04:10:56.720Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:56.722Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:56.722Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071056718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-17T04:10:56.822Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:56.824Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:56.824Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:56.838Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:56.838Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:57.723Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-17T04:10:57.724Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env
2022-02-17T04:10:57.724Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T04:10:57.724Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:57.727Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:57.727Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071057723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-17T04:10:57.827Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:57.828Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:57.828Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:57.840Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:57.840Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:58.728Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar ASDC sendASDCNotification
2022-02-17T04:10:58.729Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar
2022-02-17T04:10:58.729Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T04:10:58.729Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:10:58.731Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:10:58.732Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071058728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:10:58.832Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:10:58.833Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:10:58.833Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:10:58.844Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:10:58.845Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:10:59.732Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:10:59.745Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:10:59.749Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:10:59.750Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:10:59.750Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:11:29.750Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:11:29.762Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:11:29.765Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:11:29.765Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:11:29.765Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:11:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:11:41.879Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:11:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:11:41.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:11:41.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:11:41.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071035250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:11:41.907Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:11:59.766Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:11:59.778Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:11:59.781Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:11:59.781Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:11:59.781Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:12:29.782Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:12:29.794Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:12:29.797Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:12:29.798Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:12:29.798Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:12:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:12:41.879Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:12:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:12:41.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:12:41.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:12:41.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071039378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:12:41.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:12:59.798Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:12:59.813Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:12:59.815Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:12:59.815Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:12:59.816Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:13:29.816Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:13:29.830Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:13:29.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:13:29.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-17T04:13:29.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-17T04:13:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:13:41.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:13:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:13:42.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:13:42.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071039428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071040880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071037908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071043019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071039378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071039428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071040880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071037908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071039378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071039428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071040880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071037908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071039378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071039428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071045206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071040880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071039378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071039428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071046209,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:13:42.428Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941
2022-02-17T04:13:42.428Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071040880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071047299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071040880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071048302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071041877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071048944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "policy-id",
"timestamp": 1645071049304,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:13:42.448Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941
2022-02-17T04:13:42.449Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:13:42.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071049100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071050054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071050146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071049100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071051201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071051691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071049100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071052234,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:13:42.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941
2022-02-17T04:13:42.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-17T04:13:42.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071052465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071052709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071049100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071053238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071053523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "clamp",
"timestamp": 1645071053713,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:13:42.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941
2022-02-17T04:13:42.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:13:42.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071049100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071054576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071049100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:13:42.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071055714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071049100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:13:42.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-17T04:13:42.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071056718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071056838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:13:42.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071057723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071058728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071061569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:13:42.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:13:42.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:13:42.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "aai-ml",
"timestamp": 1645071062572,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:13:42.517Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941
2022-02-17T04:13:42.517Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:13:59.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:13:59.848Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:13:59.856Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-17T04:14:29.856Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-17T04:14:29.864Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68f075dc-cc78-413c-8dc9-807ec2344941 and serviceModelVersionId: 69b5acb5-3533-42dc-a4ac-4db2488dbb68
2022-02-17T04:14:29.864Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb6a57b1-43ac-4615-b8ef-8e1c30c628dd
2022-02-17T04:14:29.865Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0
2022-02-17T04:14:29.873Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-17T04:14:29.914Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|INFO|500||Invoke
2022-02-17T04:14:29.914Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[68f075dc-cc78-413c-8dc9-807ec2344941], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41487d0c-c2b8-4c43-8c30-4d063a1d9acf], X-ECOMP-RequestID=[68f075dc-cc78-413c-8dc9-807ec2344941], X-TransactionId=[], X-ONAP-RequestID=[68f075dc-cc78-413c-8dc9-807ec2344941], Content-Type=[application/merge-patch+json]}
2022-02-17T04:14:29.939Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-17T04:14:30.015Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?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/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220217-04:14:29:949-66538], vertex-id=[180448], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:14:29 GMT], Content-Type=[application/json]}
2022-02-17T04:14:30.016Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-17T04:14:30.016Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|INFO|500||InvokeReturn
2022-02-17T04:14:30.017Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-17T04:14:30.017Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T04:14:30.021Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-17T04:14:30.022Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68f075dc-cc78-413c-8dc9-807ec2344941 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-17T04:14:30.022Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-17T04:14:30.022Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:14:30.024Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:14:30.024Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071270022,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-17T04:14:30.124Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:14:30.125Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:14:30.125Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:14:30.140Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:14:30.141Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-17T04:14:31.039Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:14:31.039Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:14:31.039Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:14:41.449Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:14:41.450Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:14:41.450Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:14:41.450Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:14:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:14:41.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:14:41.880Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:14:42.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:14:42.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-17T04:14:42.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071270022,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-17T04:14:42.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:14:51.004Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:14:51.005Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:14:51.005Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:14:51.006Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:15:00.542Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:15:00.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:15:00.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:15:00.544Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:15:10.084Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:15:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:15:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:15:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:15:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:15:41.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:15:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:15:51.419Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:15:51.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:16:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:16:41.879Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:16:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:16:41.879Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:16:41.879Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:16:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:16:51.426Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:16:51.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:17:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:17:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:17:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:17:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:17:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:17:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:17:51.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:17:51.426Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:18:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:18:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:18:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:18:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:18:41.879Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:18:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:18:51.423Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:18:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:19:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:19:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:19:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:19:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:19:41.879Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:19:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:19:51.428Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:19:51.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:20:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:20:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:20:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:20:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:20:41.879Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:20:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:20:51.423Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:20:51.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:21:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:21:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:21:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:21:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:21:41.879Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:21:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:21:42.505Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:21:42.506Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.506Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5c3223c-06db-4405-9138-c685243eaf7a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"084e8b15-90dc-49d7-9a33-ea1e4ee2877e","serviceDescription":"service","serviceInvariantUUID":"d98a294c-fd72-40d2-a3af-4f5b26e05136","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3854e1b3-3e34-4608-976a-552cb2b1359d","resourceInvariantUUID":"af2d253a-3eef-4121-a5ff-4ca829cf5a22","resourceCustomizationUUID":"17eade87-a27e-469a-84a0-f726a8e7c3f6","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":"YmUwNzc2YzhmMmE2YzFkMThjM2ZhNGIwYWJhNmFlOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f80cf7c-3435-423d-9e49-795a869a7aa4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODA1OWRhMzY2NTM3N2I2YjM3N2RiN2RlYjY5ODFjYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9202ec31-c273-43ed-8962-686a60efc0f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-17T04:21:42.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:21:42.509Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:21:42.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.509Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:21:42.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "aai-ml",
"timestamp": 1645071679100,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "dcae-sch",
"timestamp": 1645071688145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071680880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "policy-id",
"timestamp": 1645071679428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071679378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "aai-ml",
"timestamp": 1645071679100,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "dcae-sch",
"timestamp": 1645071688145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645071680880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "policy-id",
"timestamp": 1645071679428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645071679378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "cds",
"timestamp": 1645071689578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.513Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "aai-ml",
"timestamp": 1645071691087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:21:42.513Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071701877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "policy-id",
"timestamp": 1645071691083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "cds",
"timestamp": 1645071689578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "policy-id",
"timestamp": 1645071692086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "cds",
"timestamp": 1645071692274,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "policy-id",
"timestamp": 1645071693088,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:21:42.530Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a
2022-02-17T04:21:42.530Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:21:42.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "cds",
"timestamp": 1645071693279,
"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=?
2022-02-17T04:21:42.545Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a
2022-02-17T04:21:42.546Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "aai-ml",
"timestamp": 1645071693939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:21:42.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "aai-ml",
"timestamp": 1645071694945,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:21:42.564Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a
2022-02-17T04:21:42.564Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:21:42.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071695250,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071695250,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:21:42.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071698079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:21:42.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "clamp",
"timestamp": 1645071697908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071699517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "clamp",
"timestamp": 1645071697908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:21:42.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-17T04:21:42.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-17T04:21:42.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645071700522,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:21:42.583Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a
2022-02-17T04:21:42.583Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:21:42.613Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:21:42.614Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:21:42.614Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:21:42.627Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:21:42.628Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:21:43.514Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:21:43.514Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:21:43.516Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:21:43.516Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071701877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:21:43.616Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:21:43.618Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:21:43.618Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:21:43.632Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:21:43.632Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-17T04:21:44.517Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "084e8b15-90dc-49d7-9a33-ea1e4ee2877e",
"serviceDescription": "service",
"serviceInvariantUUID": "d98a294c-fd72-40d2-a3af-4f5b26e05136",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "17eade87-a27e-469a-84a0-f726a8e7c3f6",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3854e1b3-3e34-4608-976a-552cb2b1359d",
"resourceInvariantUUID": "af2d253a-3eef-4121-a5ff-4ca829cf5a22",
"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": "ODA1OWRhMzY2NTM3N2I2YjM3N2RiN2RlYjY5ODFjYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9202ec31-c273-43ed-8962-686a60efc0f4"
}
],
"workloadContext": "Production"
}
2022-02-17T04:21:44.518Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-17T04:21:44.518Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 084e8b15-90dc-49d7-9a33-ea1e4ee2877e ASDC
2022-02-17T04:21:44.519Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e5c3223c-06db-4405-9138-c685243eaf7a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:084e8b15-90dc-49d7-9a33-ea1e4ee2877e
ServiceInvariantUUID:d98a294c-fd72-40d2-a3af-4f5b26e05136
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:9202ec31-c273-43ed-8962-686a60efc0f4
ArtifactChecksum:ODA1OWRhMzY2NTM3N2I2YjM3N2RiN2RlYjY5ODFjYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:17eade87-a27e-469a-84a0-f726a8e7c3f6
ResourceInvariantUUID:af2d253a-3eef-4121-a5ff-4ca829cf5a22
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3854e1b3-3e34-4608-976a-552cb2b1359d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-17T04:21:44.519Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 084e8b15-90dc-49d7-9a33-ea1e4ee2877e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-17T04:21:44.547Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9202ec31-c273-43ed-8962-686a60efc0f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-17T04:21:44.699Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-17T04:21:44.703Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9202ec31-c273-43ed-8962-686a60efc0f4 52483
2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:21:44.707Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:21:44.707Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071704704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:21:44.807Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:21:44.808Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:21:44.808Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:21:44.820Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:21:44.820Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:21:45.708Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T04:21:45.709Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:21:45.710Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9202ec31-c273-43ed-8962-686a60efc0f4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-17T04:21:45.710Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-17T04:21:45.710Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-17T04:21:45.711Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-17T04:21:45.788Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10978277423247614777/Definitions/service-BasicNetwork-template.yml
2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.176Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.176Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:084e8b15-90dc-49d7-9a33-ea1e4ee2877e
Model Version:NULL
Model InvariantUuid:d98a294c-fd72-40d2-a3af-4f5b26e05136
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:af2d253a-3eef-4121-a5ff-4ca829cf5a22
Model UUID:e79e2547-ecbf-4d82-b898-23cdc596db36
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:17eade87-a27e-469a-84a0-f726a8e7c3f6
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=?
2022-02-17T04:21:46.183Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 3854e1b3-3e34-4608-976a-552cb2b1359d
2022-02-17T04:21:46.183Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||No resources found for Service: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T04:21:46.186Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||
2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e
2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e
2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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=?
2022-02-17T04:21:46.192Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27da0493, org.onap.sdc.toscaparser.api.parameters.Input@263229ec, org.onap.sdc.toscaparser.api.parameters.Input@35950b0a, org.onap.sdc.toscaparser.api.parameters.Input@2452caf3, org.onap.sdc.toscaparser.api.parameters.Input@535bbc76]
2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 084e8b15-90dc-49d7-9a33-ea1e4ee2877e: Generic NeutronNet
2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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=?
2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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 (?, ?)
2022-02-17T04:21:46.290Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-17T04:21:46.290Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-17T04:21:46.290Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-17T04:21:46.291Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-17T04:21:46.291Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:21:46.292Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:21:46.292Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071706290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:21:46.393Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-17T04:21:46.394Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:21:46.394Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:21:46.407Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:21:46.408Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:21:47.293Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c3223c-06db-4405-9138-c685243eaf7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:21:47.307Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c3223c-06db-4405-9138-c685243eaf7a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-17T04:21:47.309Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-17T04:21:47.309Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:21:47.315Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-17T04:22:17.315Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5c3223c-06db-4405-9138-c685243eaf7a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-17T04:22:17.322Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5c3223c-06db-4405-9138-c685243eaf7a and serviceModelVersionId: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e
2022-02-17T04:22:17.322Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d98a294c-fd72-40d2-a3af-4f5b26e05136
2022-02-17T04:22:17.323Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0
2022-02-17T04:22:17.328Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-17T04:22:17.359Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|INFO|500||Invoke
2022-02-17T04:22:17.360Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5c3223c-06db-4405-9138-c685243eaf7a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e591bcd-f5d4-4e88-88df-143ae0df0e15], X-ECOMP-RequestID=[e5c3223c-06db-4405-9138-c685243eaf7a], X-TransactionId=[], X-ONAP-RequestID=[e5c3223c-06db-4405-9138-c685243eaf7a], Content-Type=[application/merge-patch+json]}
2022-02-17T04:22:17.377Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-17T04:22:17.604Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?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/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220217-04:22:17:385-8872], vertex-id=[180360], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:22:17 GMT], Content-Type=[application/json]}
2022-02-17T04:22:17.605Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-17T04:22:17.606Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|INFO|500||InvokeReturn
2022-02-17T04:22:17.606Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-17T04:22:17.607Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-17T04:22:17.611Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-17T04:22:17.611Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5c3223c-06db-4405-9138-c685243eaf7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-17T04:22:17.612Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-17T04:22:17.612Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:22:17.613Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:22:17.613Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071737611,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-17T04:22:17.714Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:22:17.714Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:22:17.715Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:22:17.728Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:22:17.729Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-17T04:22:41.877Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:22:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:22:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:22:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:22:41.879Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:22:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:22:42.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:22:42.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:22:42.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071701877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:22:42.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-17T04:22:51.419Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:23:41.877Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:23:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:23:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:23:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:23:41.879Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:23:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:23:42.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:23:42.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:23:42.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071701877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:23:42.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071704704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071706290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "clamp",
"timestamp": 1645071706792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "clamp",
"timestamp": 1645071708800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:23:42.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:23:42.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "clamp",
"timestamp": 1645071709804,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-17T04:23:42.417Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a
2022-02-17T04:23:42.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:23:42.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-17T04:23:42.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071737611,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-17T04:23:42.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-17T04:23:51.424Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:41.877Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:24:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:24:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-17T04:24:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-17T04:24:41.879Z||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 wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:45.228Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:45.229Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-17T04:24:45.229Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"01c63540-d9be-46c3-ac14-57f3527bfc8d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"56778027-d2ac-4ee6-a7cc-42c1239fc34c","serviceDescription":"service","serviceInvariantUUID":"00201bc2-d0fb-4e54-87e2-92838b70ebbd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7d66960-83da-4a0f-8857-810d693feab0","resourceInvariantUUID":"53f92f3f-ba7d-41ea-a08e-ed61c93e4a16","resourceCustomizationUUID":"95bb3206-975b-4981-9201-e9bd1814046a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTNlODI4ZDlmZTY2NzBmZmM3NGJkNTdiMTkxOWJhMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0976ee42-e209-47e0-ab83-fd8f574b5b3e","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ODk0Mzc2Mzg4YTgzMmE3YTM3NTk1NGIxODI0ZjM3Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f99b7f43-99b4-4205-9c2a-d4858af1d159","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e78e178b-6e67-4fe5-9564-afe3640e167a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed566fa1-cba1-439b-aee9-59dbbec629e1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a33aced0-1cb6-445a-bb36-730ddcf297e2","artifactVersion":"2","generatedFromUUID":"e78e178b-6e67-4fe5-9564-afe3640e167a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWRlYWUwMmRhNjU5ODVmY2Q4YmY3NjBmY2Q1ZjYwOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48eee52c-76ab-41ee-b810-3a5858bd49ba","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWMyZDlhNWQ4YzMzMmNmMWQ0NDc1NzBiMTkzMzRhOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf56dc53-e4a1-48fb-bb6f-111233006657","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-17T04:24:45.233Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:24:45.234Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:45.236Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:45.237Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:24:45.337Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:24:45.338Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:24:45.338Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:45.351Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:45.351Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:45.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:45.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-17T04:24:45.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:24:45.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-17T04:24:46.237Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:24:46.238Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:46.240Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:46.240Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-17T04:24:46.340Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:24:46.341Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:24:46.341Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:46.358Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:46.359Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:47.241Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:24:47.242Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:47.244Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:47.244Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-17T04:24:47.344Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:24:47.345Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:24:47.345Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:47.361Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:47.361Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:48.245Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:24:48.246Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:48.248Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:48.248Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:24:48.348Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:24:48.349Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:24:48.350Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:48.375Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:48.376Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:49.249Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:24:49.250Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:49.252Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:49.252Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-02-17T04:24:49.353Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:24:49.354Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:24:49.354Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:49.368Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:49.369Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:50.253Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:24:50.254Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:50.255Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:50.255Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-17T04:24:50.356Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-17T04:24:50.357Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-17T04:24:50.357Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:50.371Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:50.371Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:51.256Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-17T04:24:51.257Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:51.259Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:51.259Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071881877,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-17T04:24:51.359Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:24:51.361Z||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.
2022-02-17T04:24:51.361Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:51.387Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:51.387Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:52.261Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "56778027-d2ac-4ee6-a7cc-42c1239fc34c",
"serviceDescription": "service",
"serviceInvariantUUID": "00201bc2-d0fb-4e54-87e2-92838b70ebbd",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "95bb3206-975b-4981-9201-e9bd1814046a",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e7d66960-83da-4a0f-8857-810d693feab0",
"resourceInvariantUUID": "53f92f3f-ba7d-41ea-a08e-ed61c93e4a16",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ODk0Mzc2Mzg4YTgzMmE3YTM3NTk1NGIxODI0ZjM3Njg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f99b7f43-99b4-4205-9c2a-d4858af1d159",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e78e178b-6e67-4fe5-9564-afe3640e167a",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a33aced0-1cb6-445a-bb36-730ddcf297e2",
"generatedFromUUID": "e78e178b-6e67-4fe5-9564-afe3640e167a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a33aced0-1cb6-445a-bb36-730ddcf297e2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MWMyZDlhNWQ4YzMzMmNmMWQ0NDc1NzBiMTkzMzRhOGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf56dc53-e4a1-48fb-bb6f-111233006657"
}
],
"workloadContext": "Production"
}
2022-02-17T04:24:52.261Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-17T04:24:52.261Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56778027-d2ac-4ee6-a7cc-42c1239fc34c ASDC
2022-02-17T04:24:52.261Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:01c63540-d9be-46c3-ac14-57f3527bfc8d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:56778027-d2ac-4ee6-a7cc-42c1239fc34c
ServiceInvariantUUID:00201bc2-d0fb-4e54-87e2-92838b70ebbd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:bf56dc53-e4a1-48fb-bb6f-111233006657
ArtifactChecksum:MWMyZDlhNWQ4YzMzMmNmMWQ0NDc1NzBiMTkzMzRhOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:95bb3206-975b-4981-9201-e9bd1814046a
ResourceInvariantUUID:53f92f3f-ba7d-41ea-a08e-ed61c93e4a16
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e7d66960-83da-4a0f-8857-810d693feab0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:f99b7f43-99b4-4205-9c2a-d4858af1d159
ArtifactChecksum:ODk0Mzc2Mzg4YTgzMmE3YTM3NTk1NGIxODI0ZjM3Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:e78e178b-6e67-4fe5-9564-afe3640e167a
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:a33aced0-1cb6-445a-bb36-730ddcf297e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:a33aced0-1cb6-445a-bb36-730ddcf297e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-17T04:24:52.261Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56778027-d2ac-4ee6-a7cc-42c1239fc34c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-17T04:24:52.293Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T04:24:52.293Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:24:52.293Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:24:52.294Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf56dc53-e4a1-48fb-bb6f-111233006657 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-17T04:24:52.294Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-17T04:24:52.294Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-17T04:24:52.588Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-17T04:24:52.592Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bf56dc53-e4a1-48fb-bb6f-111233006657 71041
2022-02-17T04:24:52.593Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-17T04:24:52.593Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-17T04:24:52.593Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-17T04:24:52.594Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-17T04:24:52.596Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-17T04:24:52.596Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645071892593,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-17T04:24:52.696Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-17T04:24:52.697Z||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.
2022-02-17T04:24:52.697Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ...
2022-02-17T04:24:52.706Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-17T04:24:52.706Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-17T04:24:53.596Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf56dc53-e4a1-48fb-bb6f-111233006657, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-17T04:24:53.685Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17251781015684436182/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery