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)
2023-01-06T03:26:46.965Z||main|||||INFO|500||The following profiles are active: basic
2023-01-06T03:27:11.096Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-06T03:27:11.097Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-06T03:27:11.342Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-06T03:27:19.123Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-06T03:27:19.731Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-06T03:27:20.476Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-06T03:27:20.486Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-06T03:27:20.715Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-06T03:27:21.060Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-06T03:27:21.923Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-06T03:27:25.846Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-06T03:27:29.974Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-06T03:27:30.086Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-06T03:27:31.144Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-06T03:27:31.784Z||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.
2023-01-06T03:27:34.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-06T03:27:36.397Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-06T03:27:36.440Z||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$$2538ded1.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)
2023-01-06T03:27:36.442Z||main|||||WARN|500||The sdc end point is not alive
2023-01-06T03:27:43.168Z||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
2023-01-06T03:27:49.598Z||main|||||WARN|500||---
2023-01-06T03:27:49.600Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-06T03:27:49.600Z||main|||||WARN|500||---
2023-01-06T03:27:50.473Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-06T03:28:00.668Z||main|||||INFO|500||Started Application in 81.53 seconds (JVM running for 87.003)
2023-01-06T03:28:00.764Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-06T03:28:00.783Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-06T03:28:00.842Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-06T03:28:00.907Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-06T03:28:01.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef5ae559-1548-45ad-aa87-841290a3d951 url= /sdc/v1/artifactTypes
2023-01-06T03:28:01.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-06T03:28:01.607Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-06T03:28:01.731Z||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
2023-01-06T03:28:01.773Z||scheduling-1|||||DEBUG|500||create keys
2023-01-06T03:28:01.795Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-06T03:28:01.857Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:28:01.916Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 963b2a82-66d7-4569-984a-c371dac8a2f8 url= /sdc/v1/registerForDistribution
2023-01-06T03:28:02.032Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 963b2a82-66d7-4569-984a-c371dac8a2f8 url= /sdc/v1/registerForDistribution
2023-01-06T03:28:02.037Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-06T03:28:02.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:28:02.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:28:02.120Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-06T03:28:02.134Z||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.
2023-01-06T03:28:02.135Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:28:02.173Z||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.
2023-01-06T03:28:02.174Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:28:12.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:28:12.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:29:02.061Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:29:02.065Z||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.
2023-01-06T03:29:02.066Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:29:02.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:29:02.094Z||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.
2023-01-06T03:29:02.095Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:29:11.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:29:11.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:30:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:30:02.058Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T03:30:02.058Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T03:30:02.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:30:02.085Z||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.
2023-01-06T03:30:02.085Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:30:11.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:30:11.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:31:02.055Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:31:02.058Z||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.
2023-01-06T03:31:02.059Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:31:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:31:02.087Z||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.
2023-01-06T03:31:02.087Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:31:11.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:31:11.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:32:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:32:02.056Z||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.
2023-01-06T03:32:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:32:02.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:32:02.084Z||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.
2023-01-06T03:32:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:32:11.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:32:11.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:33:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:33:02.056Z||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.
2023-01-06T03:33:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:33:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:33:02.083Z||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.
2023-01-06T03:33:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:33:11.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:33:11.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:34:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:34:02.057Z||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.
2023-01-06T03:34:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:34:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:34:02.083Z||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.
2023-01-06T03:34:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:34:11.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:34:11.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:35:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:35:02.059Z||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.
2023-01-06T03:35:02.059Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:35:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:35:02.086Z||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.
2023-01-06T03:35:02.087Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:35:11.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:35:11.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:36:02.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:36:02.061Z||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.
2023-01-06T03:36:02.062Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:36:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:36:02.083Z||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.
2023-01-06T03:36:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:36:11.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:36:11.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:37:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:37:02.057Z||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.
2023-01-06T03:37:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:37:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:37:02.083Z||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.
2023-01-06T03:37:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:37:09.395Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-06T03:37:11.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:37:11.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:38:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:38:02.057Z||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.
2023-01-06T03:38:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:38:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:38:02.084Z||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.
2023-01-06T03:38:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:38:11.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:38:11.712Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:39:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:39:02.057Z||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.
2023-01-06T03:39:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:39:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:39:02.083Z||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.
2023-01-06T03:39:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:39:11.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:39:11.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:40:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:40:02.058Z||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.
2023-01-06T03:40:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:40:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:40:02.084Z||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.
2023-01-06T03:40:02.085Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:40:11.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:40:11.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:41:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:41:02.057Z||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.
2023-01-06T03:41:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:41:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:41:02.083Z||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.
2023-01-06T03:41:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:41:11.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:41:11.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:42:02.054Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:42:02.056Z||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.
2023-01-06T03:42:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:42:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:42:02.084Z||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.
2023-01-06T03:42:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:42:11.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:42:11.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:43:02.055Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:43:02.057Z||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.
2023-01-06T03:43:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:43:02.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:43:02.084Z||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.
2023-01-06T03:43:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:43:11.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:43:11.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:44:02.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:44:02.061Z||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.
2023-01-06T03:44:02.061Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:44:02.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:44:02.083Z||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.
2023-01-06T03:44:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:44:11.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:44:11.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:45:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:45:02.058Z||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.
2023-01-06T03:45:02.059Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:45:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:45:02.083Z||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.
2023-01-06T03:45:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:45:11.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:45:11.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:46:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:46:02.056Z||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.
2023-01-06T03:46:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:46:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:46:02.083Z||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.
2023-01-06T03:46:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:46:11.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:46:11.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:47:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:47:02.057Z||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.
2023-01-06T03:47:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:47:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:47:02.083Z||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.
2023-01-06T03:47:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:47:11.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:47:11.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:48:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:48:02.057Z||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.
2023-01-06T03:48:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:48:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:48:02.083Z||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.
2023-01-06T03:48:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:48:11.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:48:11.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:49:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:49:02.058Z||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.
2023-01-06T03:49:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:49:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:49:02.083Z||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.
2023-01-06T03:49:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:49:11.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:49:11.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:50:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:50:02.056Z||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.
2023-01-06T03:50:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:50:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:50:02.084Z||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.
2023-01-06T03:50:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:50:11.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:50:11.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:51:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:51:02.056Z||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.
2023-01-06T03:51:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:51:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:51:02.083Z||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.
2023-01-06T03:51:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:51:11.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:51:11.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:52:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:52:02.056Z||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.
2023-01-06T03:52:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:52:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:52:02.083Z||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.
2023-01-06T03:52:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:52:11.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:52:11.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:53:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:53:02.056Z||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.
2023-01-06T03:53:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:53:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:53:02.083Z||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.
2023-01-06T03:53:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:53:11.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:53:11.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:54:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:54:02.058Z||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.
2023-01-06T03:54:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:54:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:54:02.083Z||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.
2023-01-06T03:54:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:54:11.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:54:11.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:55:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:55:02.056Z||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.
2023-01-06T03:55:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:55:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:55:02.083Z||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.
2023-01-06T03:55:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:55:11.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:55:11.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:56:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:56:02.056Z||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.
2023-01-06T03:56:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:56:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:56:02.083Z||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.
2023-01-06T03:56:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:56:11.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:56:11.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:57:02.054Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:57:02.056Z||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.
2023-01-06T03:57:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:57:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:57:02.083Z||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.
2023-01-06T03:57:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:57:11.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:57:11.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:58:02.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:58:02.057Z||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.
2023-01-06T03:58:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:58:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:58:02.083Z||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.
2023-01-06T03:58:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:58:11.654Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:58:11.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:59:02.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:59:02.058Z||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.
2023-01-06T03:59:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:59:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:59:02.083Z||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.
2023-01-06T03:59:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T03:59:11.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T03:59:11.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:00:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:00:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:00:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:00:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:00:02.083Z||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.
2023-01-06T04:00:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:00:11.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:00:11.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:01:02.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:01:02.056Z||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.
2023-01-06T04:01:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:01:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:01:02.083Z||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.
2023-01-06T04:01:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:01:11.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:01:11.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:02:02.055Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:02:02.057Z||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.
2023-01-06T04:02:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:02:02.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:02:02.085Z||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.
2023-01-06T04:02:02.085Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:02:11.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:02:11.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:03:02.054Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:03:02.056Z||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.
2023-01-06T04:03:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:03:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:03:02.089Z||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.
2023-01-06T04:03:02.092Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:03:11.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:03:11.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:04:02.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:04:02.059Z||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.
2023-01-06T04:04:02.059Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:04:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:04:02.083Z||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.
2023-01-06T04:04:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:04:11.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:04:11.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:05:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:05:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:05:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:05:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:05:02.083Z||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.
2023-01-06T04:05:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:05:11.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:05:11.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:06:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:06:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:06:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:06:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:06:02.083Z||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.
2023-01-06T04:06:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:06:11.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:06:11.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:07:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:07:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:07:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:07:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:07:02.084Z||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.
2023-01-06T04:07:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:07:11.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:07:11.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:08:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:08:02.058Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:08:02.058Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:08:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:08:02.083Z||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.
2023-01-06T04:08:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:08:11.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:08:11.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:09:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:09:02.058Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:09:02.058Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:09:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:09:02.083Z||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.
2023-01-06T04:09:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:09:11.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:09:11.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:10:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:10:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:10:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:10:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:10:02.083Z||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.
2023-01-06T04:10:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:10:11.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:10:11.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:11:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:11:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:11:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:11:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:11:02.083Z||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.
2023-01-06T04:11:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:11:11.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:11:11.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:12:02.061Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:12:02.063Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:12:02.064Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:12:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:12:02.086Z||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.
2023-01-06T04:12:02.086Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:12:11.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:12:11.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:13:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:13:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:13:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:13:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:13:02.084Z||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.
2023-01-06T04:13:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:13:11.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:13:11.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:14:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:14:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:14:02.058Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:14:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:14:02.083Z||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.
2023-01-06T04:14:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:14:11.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:14:11.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:15:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:15:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:15:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:15:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:15:02.085Z||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.
2023-01-06T04:15:02.085Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:15:11.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:15:11.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:16:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:16:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:16:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:16:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:16:02.083Z||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.
2023-01-06T04:16:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:16:11.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:16:11.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:17:02.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:17:02.058Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:17:02.059Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:17:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:17:02.083Z||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.
2023-01-06T04:17:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:17:11.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:17:11.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:18:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:18:02.058Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:18:02.059Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:18:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:18:02.083Z||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.
2023-01-06T04:18:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:18:11.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:18:11.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:19:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:19:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:19:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:19:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:19:02.084Z||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.
2023-01-06T04:19:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:19:11.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:19:11.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:20:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:20:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:20:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:20:02.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:20:02.083Z||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.
2023-01-06T04:20:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:20:11.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:20:11.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:21:02.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:21:02.059Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:21:02.059Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:21:02.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:21:02.083Z||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.
2023-01-06T04:21:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:21:11.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:21:11.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:22:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:22:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:22:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:22:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:22:02.083Z||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.
2023-01-06T04:22:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:22:11.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:22:11.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:23:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:23:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:23:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:23:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:23:02.083Z||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.
2023-01-06T04:23:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:23:11.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:23:11.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:24:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:24:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:24:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:24:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:24:02.083Z||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.
2023-01-06T04:24:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:24:11.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:24:11.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:25:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:25:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:25:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:25:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:25:02.083Z||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.
2023-01-06T04:25:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:25:11.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:25:11.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:26:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:26:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:26:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:26:02.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:26:02.083Z||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.
2023-01-06T04:26:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:26:11.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:26:11.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:27:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:27:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:27:02.057Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:27:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:27:02.083Z||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.
2023-01-06T04:27:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:27:11.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:27:11.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:28:02.055Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:28:02.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:28:02.058Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:28:02.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:28:02.083Z||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.
2023-01-06T04:28:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:28:11.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:28:11.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:02.054Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:29:02.056Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-06T04:29:02.056Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:29:02.083Z||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.
2023-01-06T04:29:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:10.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:10.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-06T04:29:10.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2532f932-3856-4056-a0d1-8a52390b3dd2","serviceName":"vFW 2023-01-06 04-28-08","serviceVersion":"1.0","serviceUUID":"e42e9eb0-f650-4890-b381-bae068bbca1b","serviceDescription":"catalog service description","serviceInvariantUUID":"76256448-803d-4b5d-8faf-7b2fe302fcb9","resources":[{"resourceInstanceName":"vFW 6d40b0c8-7084 0","resourceName":"vFW 6d40b0c8-7084","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33f7d3e9-5140-454f-b232-42d250613a7b","resourceInvariantUUID":"b5b26dd8-ca0d-4d26-b067-0f799c099c44","resourceCustomizationUUID":"4d59d944-9d83-4e0c-803d-489c2c5f3a9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml","artifactChecksum":"NjIyMGMwM2FmYWFhYWU2NzYyMDVkNjJmYWNjMmZlMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c35f3ccb-c864-4810-9cc5-e0cb48a524e8","artifactVersion":"1"},{"artifactName":"vfw6d40b0c870840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json","artifactChecksum":"ZDdlOTM5NmM4Y2MyZmRhYWI4NzA5OGMwMDY5ZWU4NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40587e16-c858-45fc-b3c1-6820a5ed79f8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ef8370d-3238-45e5-9b1a-8a07692451b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml","artifactChecksum":"ODI4OWRmMjgzNmU0ZGUzM2JkYTg5ZjEzYmVkYzg5MDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a310b18-d454-4879-925d-94bf4afd3bd4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b","artifactVersion":"2","generatedFromUUID":"8ef8370d-3238-45e5-9b1a-8a07692451b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230106042808-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml","artifactChecksum":"MDIxNzg5NjM2OTRkNGZkMWZhNzIwMjcyZjMwODdmNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fdc9b36-3d2a-41ff-989d-262addb34ef3","artifactVersion":"1"},{"artifactName":"service-Vfw20230106042808-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar","artifactChecksum":"NzQ2NmUxMjY1MTA5YmEwNWFkMjRmOTMxZDU5YjA4NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1378652-1184-4f8c-8399-cb56f19f0ffc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T04:29:10.941Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:29:10.955Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:10.973Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:10.973Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:29:11.074Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-06T04:29:11.085Z||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.
2023-01-06T04:29:11.086Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:11.098Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:11.100Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:11.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:11.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-06T04:29:11.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979350084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:29:11.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-06T04:29:11.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-06T04:29:11.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979347147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:29:11.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-06T04:29:11.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-06T04:29:11.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:29:11.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-06T04:29:11.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-06T04:29:11.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979348583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:29:11.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-06T04:29:11.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:29:11.984Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:11.988Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:11.988Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:29:12.088Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:29:12.090Z||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.
2023-01-06T04:29:12.090Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:12.104Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:12.105Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:12.989Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:29:12.990Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:12.995Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:12.995Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:29:13.094Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:13.095Z||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.
2023-01-06T04:29:13.096Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:13.117Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:13.119Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:13.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:29:13.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:14.009Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:14.009Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:29:14.108Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:14.110Z||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.
2023-01-06T04:29:14.111Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:14.146Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:14.147Z||pool-6-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:15.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:29:15.022Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:15.028Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:15.029Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-06T04:29:15.128Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:15.130Z||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.
2023-01-06T04:29:15.130Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:15.141Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:15.143Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:16.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:29:16.031Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:16.034Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:16.034Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:29:16.134Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:16.136Z||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.
2023-01-06T04:29:16.136Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:16.147Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:16.148Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:29:17.035Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:29:17.037Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:17.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:17.042Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:29:17.143Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T04:29:17.146Z||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.
2023-01-06T04:29:17.147Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:17.179Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:17.180Z||pool-9-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:29:18.046Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"serviceName": "vFW 2023-01-06 04-28-08",
"serviceVersion": "1.0",
"serviceUUID": "e42e9eb0-f650-4890-b381-bae068bbca1b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "76256448-803d-4b5d-8faf-7b2fe302fcb9",
"resources": [
{
"resourceInstanceName": "vFW 6d40b0c8-7084 0",
"resourceCustomizationUUID": "4d59d944-9d83-4e0c-803d-489c2c5f3a9a",
"resourceName": "vFW 6d40b0c8-7084",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "33f7d3e9-5140-454f-b232-42d250613a7b",
"resourceInvariantUUID": "b5b26dd8-ca0d-4d26-b067-0f799c099c44",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6d40b0c870840_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"artifactChecksum": "ZDdlOTM5NmM4Y2MyZmRhYWI4NzA5OGMwMDY5ZWU4NzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40587e16-c858-45fc-b3c1-6820a5ed79f8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8ef8370d-3238-45e5-9b1a-8a07692451b5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b",
"generatedFromUUID": "8ef8370d-3238-45e5-9b1a-8a07692451b5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230106042808-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"artifactChecksum": "NzQ2NmUxMjY1MTA5YmEwNWFkMjRmOTMxZDU5YjA4NGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1378652-1184-4f8c-8399-cb56f19f0ffc"
}
],
"workloadContext": "Production"
}
2023-01-06T04:29:18.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T04:29:18.048Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e42e9eb0-f650-4890-b381-bae068bbca1b ASDC
2023-01-06T04:29:18.248Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2532f932-3856-4056-a0d1-8a52390b3dd2
ServiceName:vFW 2023-01-06 04-28-08
ServiceVersion:1.0
ServiceUUID:e42e9eb0-f650-4890-b381-bae068bbca1b
ServiceInvariantUUID:76256448-803d-4b5d-8faf-7b2fe302fcb9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230106042808-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar
ArtifactUUID:b1378652-1184-4f8c-8399-cb56f19f0ffc
ArtifactChecksum:NzQ2NmUxMjY1MTA5YmEwNWFkMjRmOTMxZDU5YjA4NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d40b0c8-7084 0
ResourceCustomizationUUID:4d59d944-9d83-4e0c-803d-489c2c5f3a9a
ResourceInvariantUUID:b5b26dd8-ca0d-4d26-b067-0f799c099c44
ResourceName:vFW 6d40b0c8-7084
ResourceType:VF
ResourceUUID:33f7d3e9-5140-454f-b232-42d250613a7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d40b0c870840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json
ArtifactUUID:40587e16-c858-45fc-b3c1-6820a5ed79f8
ArtifactChecksum:ZDdlOTM5NmM4Y2MyZmRhYWI4NzA5OGMwMDY5ZWU4NzM=
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/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml
ArtifactUUID:8ef8370d-3238-45e5-9b1a-8a07692451b5
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/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env
ArtifactUUID:02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b
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/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env
ArtifactUUID:02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-06T04:29:18.249Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e42e9eb0-f650-4890-b381-bae068bbca1b 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 (?, ?, ?, ?, ?)
2023-01-06T04:29:18.733Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:29:18.736Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-06T04:29:18.741Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-06T04:29:18.742Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b1378652-1184-4f8c-8399-cb56f19f0ffc from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:18.742Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-06T04:29:18.745Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:19.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-06T04:29:19.046Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar b1378652-1184-4f8c-8399-cb56f19f0ffc 100698
2023-01-06T04:29:19.048Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar ASDC sendASDCNotification
2023-01-06T04:29:19.048Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:19.050Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:29:19.051Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:19.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:19.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979359046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:29:19.155Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:29:19.157Z||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.
2023-01-06T04:29:19.157Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:19.178Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:19.179Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:20.058Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:29:20.059Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-06T04:29:20.060Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b1378652-1184-4f8c-8399-cb56f19f0ffc, URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar to file: /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:20.060Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230106042808-csar.csar
2023-01-06T04:29:20.250Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:20.251Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:21.718Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12245065838488908037/Definitions/service-Vfw20230106042808-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-06T04:29:26.833Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T04:29:26.843Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-06T04:29:26.844Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.845Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d40b0c8-7084 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.846Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.847Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.847Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:26.847Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-06T04:29:26.859Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.862Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:26.875Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:26.875Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-06T04:29:26.879Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:29:26.884Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.884Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:26.885Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:26.885Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-06T04:29:26.885Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:29:26.886Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.886Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:26.893Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.894Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria
2023-01-06T04:29:26.894Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T04:29:26.894Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T04:29:26.895Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T04:29:26.895Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.895Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T04:29:26.896Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T04:29:26.897Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.897Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.897Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.898Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T04:29:26.899Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.899Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T04:29:26.902Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.903Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:26.903Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:26.904Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.904Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:26.904Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:26.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:26.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria
2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T04:29:26.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T04:29:26.907Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T04:29:26.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T04:29:26.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9db1f420-4def-4af1-ba21-a166c72f11e4
2023-01-06T04:29:26.910Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.910Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria
2023-01-06T04:29:26.910Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.911Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T04:29:26.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.913Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=221326ce-9417-4b80-84b4-52cb9a8aa8a9
2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria
2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T04:29:26.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T04:29:26.915Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T04:29:26.915Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T04:29:26.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:26.917Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6da8951-6db7-43d0-a37a-c7cd4d43eccd
2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:26.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:26.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:26.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-06 04-28-08
Description:catalog service description
Model UUID:e42e9eb0-f650-4890-b381-bae068bbca1b
Model Version:NULL
Model InvariantUuid:76256448-803d-4b5d-8faf-7b2fe302fcb9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6d40b0c8-7084
Model UUID:11260dbd-7c54-42a5-b0c8-ef8ed4fbe32e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5b26dd8-ca0d-4d26-b067-0f799c099c44
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4d59d944-9d83-4e0c-803d-489c2c5f3a9a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5b3fcfd5-c7bb-4160-825d-de139c3dcb74
ModelName:Vfw6d40b0c87084..base_vfw..module-0
ModelUuid:d5f91c7f-0997-4d1f-b8ca-1f8a91817849
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9db1f420-4def-4af1-ba21-a166c72f11e4
ModelInvariantUuid:1dcfdf7d-3775-4c85-870d-26bdabbd5e58
ModelName:vFW 6d40b0c8-7084-nodes.vfwCvfc
ModelUuid:7782ca53-d234-4f09-8472-fec53c197476
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:739a732c-abc3-4f38-9401-4b0d305ed437
ModelInvariantUuid:801d9315-57fc-438b-a6e9-da123c68085d
ModelName:Vfw6d40b0c87084.compute.nodes.heat.vfw
ModelUuid:c2d4147d-52d3-4521-84df-dbfce06f9fb7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:221326ce-9417-4b80-84b4-52cb9a8aa8a9
ModelInvariantUuid:25eaaf22-7e08-4a23-9a91-7414429ca620
ModelName:vFW 6d40b0c8-7084-nodes.vsnCvfc
ModelUuid:24348734-b1a0-4122-9700-b86a085abbae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b7dd2b6d-be5d-4198-bb00-911f490a0873
ModelInvariantUuid:9e7477ba-4e13-422b-81ab-74e2770eec06
ModelName:Vfw6d40b0c87084.compute.nodes.heat.vsn
ModelUuid:92e0c048-0344-4dca-bb38-1653eeb2b541
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e6da8951-6db7-43d0-a37a-c7cd4d43eccd
ModelInvariantUuid:76c50b78-6c69-4e8e-810b-4c79a18a27aa
ModelName:vFW 6d40b0c8-7084-nodes.vpgCvfc
ModelUuid:6877cd83-bbde-4140-afdb-c58363b7fae7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7f741300-8c8c-4be9-930f-e51c242f9336
ModelInvariantUuid:38d89655-a01c-4938-89c1-65914c71e43c
ModelName:Vfw6d40b0c87084.compute.nodes.heat.vpg
ModelUuid:b6e4afd6-033b-44f2-8d3e-29c8b8317da5
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=?
2023-01-06T04:29:26.965Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 33f7d3e9-5140-454f-b232-42d250613a7b
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=?
2023-01-06T04:29:27.123Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||vFW 6d40b0c8-7084 0
2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33f7d3e9-5140-454f-b232-42d250613a7b
2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 40587e16-c858-45fc-b3c1-6820a5ed79f8 from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json
2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-06T04:29:27.132Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json
2023-01-06T04:29:27.197Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-06T04:29:27.197Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json 40587e16-c858-45fc-b3c1-6820a5ed79f8 785
2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json ASDC sendASDCNotification
2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json
2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:29:27.198Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:27.202Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:27.203Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:29:27.302Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:27.304Z||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.
2023-01-06T04:29:27.305Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:27.317Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:27.318Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:28.205Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d40b0c87084..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5b3fcfd5-c7bb-4160-825d-de139c3dcb74",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5f91c7f-0997-4d1f-b8ca-1f8a91817849",
"vfModuleModelCustomizationUUID": "b4956c2a-2c75-4050-9c50-ae0cb68d4d94",
"isBase": true,
"artifacts": [
"8ef8370d-3238-45e5-9b1a-8a07692451b5",
"02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b"
],
"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": ""
}
}
]
2023-01-06T04:29:28.223Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d40b0c87084..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5f91c7f-0997-4d1f-b8ca-1f8a91817849
VfModuleModelInvariantUUID:5b3fcfd5-c7bb-4160-825d-de139c3dcb74
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ef8370d-3238-45e5-9b1a-8a07692451b5
,
02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b
}
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
}
2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d40b0c87084..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5b3fcfd5-c7bb-4160-825d-de139c3dcb74",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5f91c7f-0997-4d1f-b8ca-1f8a91817849",
"vfModuleModelCustomizationUUID": "b4956c2a-2c75-4050-9c50-ae0cb68d4d94",
"isBase": true,
"artifacts": [
"8ef8370d-3238-45e5-9b1a-8a07692451b5",
"02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b"
],
"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": ""
}
}
]
2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d40b0c87084..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5f91c7f-0997-4d1f-b8ca-1f8a91817849
VfModuleModelInvariantUUID:5b3fcfd5-c7bb-4160-825d-de139c3dcb74
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ef8370d-3238-45e5-9b1a-8a07692451b5
,
02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b
}
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
}
2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ef8370d-3238-45e5-9b1a-8a07692451b5 from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml
2023-01-06T04:29:28.227Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-06T04:29:28.229Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml
2023-01-06T04:29:28.283Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-06T04:29:28.285Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml 8ef8370d-3238-45e5-9b1a-8a07692451b5 20368
2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml
2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:29:28.286Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:28.289Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:28.289Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979368286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:29:28.389Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:29:28.391Z||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.
2023-01-06T04:29:28.391Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:28.403Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:28.405Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:29:29.290Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b from URL: /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env
2023-01-06T04:29:29.290Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-06T04:29:29.291Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env
2023-01-06T04:29:29.342Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-06T04:29:29.344Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env 02b4dfb1-91ee-4a61-9a73-b9ca9a40cb0b 2098
2023-01-06T04:29:29.345Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T04:29:29.345Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env
2023-01-06T04:29:29.345Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:29:29.346Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:29.349Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:29.350Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979369345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:29:29.449Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:29.450Z||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.
2023-01-06T04:29:29.450Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:29.460Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:29.461Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:30.350Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e42e9eb0-f650-4890-b381-bae068bbca1b
2023-01-06T04:29:30.351Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d40b0c8-7084 0 33f7d3e9-5140-454f-b232-42d250613a7b 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=?
2023-01-06T04:29:30.411Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cda7251, org.onap.sdc.toscaparser.api.parameters.Input@15885cda, org.onap.sdc.toscaparser.api.parameters.Input@484d69d6, org.onap.sdc.toscaparser.api.parameters.Input@7c6642de, org.onap.sdc.toscaparser.api.parameters.Input@3361eff9]
2023-01-06T04:29:30.417Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.418Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.418Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-01-06T04:29:30.418Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 4d59d944-9d83-4e0c-803d-489c2c5f3a9a
2023-01-06T04:29:30.419Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d59d944-9d83-4e0c-803d-489c2c5f3a9a matches Tosca VF Customization UUID: 4d59d944-9d83-4e0c-803d-489c2c5f3a9a
2023-01-06T04:29:30.419Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 4d59d944-9d83-4e0c-803d-489c2c5f3a9a 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=?
2023-01-06T04:29:30.431Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.432Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 4d59d944-9d83-4e0c-803d-489c2c5f3a9a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d3c1a55
2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.434Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T04:29:30.435Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4956c2a-2c75-4050-9c50-ae0cb68d4d94
2023-01-06T04:29:30.438Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4956c2a-2c75-4050-9c50-ae0cb68d4d94
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=?
2023-01-06T04:29:30.455Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.456Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:30.457Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:30.457Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.458Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:30.458Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:30.458Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria
2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T04:29:30.459Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T04:29:30.460Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T04:29:30.460Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.460Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T04:29:30.461Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.462Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9db1f420-4def-4af1-ba21-a166c72f11e4
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=?
2023-01-06T04:29:30.473Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.473Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:30.473Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:30.474Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.474Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria
2023-01-06T04:29:30.474Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.475Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T04:29:30.476Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.476Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T04:29:30.479Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T04:29:30.480Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:30.481Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T04:29:30.481Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.482Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=221326ce-9417-4b80-84b4-52cb9a8aa8a9
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=?
2023-01-06T04:29:30.488Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.489Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:30.489Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:30.494Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.494Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is not matching search criteria
2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:30.495Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.496Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T04:29:30.496Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.496Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T04:29:30.497Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6da8951-6db7-43d0-a37a-c7cd4d43eccd
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=?
2023-01-06T04:29:30.502Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.502Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:30.502Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:29:30.503Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.503Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Node template vFW 6d40b0c8-7084 0 is matching search criteria
2023-01-06T04:29:30.503Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6d40b0c8-7084 0] matching following query criteria: sdcType=VF, customizationUUID=4d59d944-9d83-4e0c-803d-489c2c5f3a9a
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=?
2023-01-06T04:29:30.506Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e42e9eb0-f650-4890-b381-bae068bbca1b: vFW 6d40b0c8-7084
2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.507Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.508Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:29:30.509Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-06 04-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:29:30.510Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-01-06 04-28-08
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 (?, ?, ?, ?, ?)
2023-01-06T04:29:30.900Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d40b0c8-7084 33f7d3e9-5140-454f-b232-42d250613a7b 1 ASDC deployResourceStructure
2023-01-06T04:29:30.901Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json ASDC sendASDCNotification
2023-01-06T04:29:30.901Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json
2023-01-06T04:29:30.901Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:29:30.902Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:30.905Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:30.906Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979370901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T04:29:31.005Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-06T04:29:31.006Z||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.
2023-01-06T04:29:31.006Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:31.019Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:31.020Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:31.908Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T04:29:31.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml
2023-01-06T04:29:31.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:29:31.909Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:31.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:31.912Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979371908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T04:29:32.012Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:32.013Z||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.
2023-01-06T04:29:32.014Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:32.027Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:32.028Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:32.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T04:29:32.914Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env
2023-01-06T04:29:32.915Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:29:32.916Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:32.918Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:32.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979372914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-06T04:29:33.018Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:29:33.020Z||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.
2023-01-06T04:29:33.020Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:33.041Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:33.043Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:29:33.919Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar ASDC sendASDCNotification
2023-01-06T04:29:33.920Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar
2023-01-06T04:29:33.921Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:29:33.922Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:29:33.925Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:29:33.925Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979373919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:29:34.025Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:29:34.026Z||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.
2023-01-06T04:29:34.026Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:29:34.040Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:29:34.041Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:29:34.926Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:29:34.971Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:29:34.975Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:29:34.981Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:29:34.982Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:30:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:30:02.084Z||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.
2023-01-06T04:30:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:30:02.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:30:02.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-06T04:30:02.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979347147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:30:02.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-06T04:30:04.987Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:30:05.005Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:30:05.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:30:05.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:30:05.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:30:35.008Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:30:35.025Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:30:35.030Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:30:35.030Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:30:35.030Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:31:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:31:02.084Z||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.
2023-01-06T04:31:02.084Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:31:02.137Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:31:02.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979350084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979348583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979347147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979350084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979348583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979347147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979350084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979348583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979347147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979350084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979348583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979354800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979350084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979347147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979348583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979354800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979347147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979350084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979348583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979342054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979354800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979357665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979357621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979354800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979359046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "cds",
"timestamp": 1672979358638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-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=?
2023-01-06T04:31:02.181Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2
2023-01-06T04:31:02.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?)
2023-01-06T04:31:02.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979354800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979359900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979354800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979360991,
"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=?
2023-01-06T04:31:02.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2
2023-01-06T04:31:02.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?)
2023-01-06T04:31:02.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979354800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979361996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T04:31:02.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979362634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979367842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979368286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979367163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979368846,
"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=?
2023-01-06T04:31:02.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2
2023-01-06T04:31:02.234Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?)
2023-01-06T04:31:02.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979369345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979367163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979367163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979370901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vfw6d40b0c870840_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T04:31:02.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979367163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979371908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T04:31:02.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979367163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979372914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/resourceInstances/vfw6d40b0c870840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-06T04:31:02.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979367163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979373919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:31:02.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979367163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979374979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:31:02.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979390688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230106042808/1.0/artifacts/service-Vfw20230106042808-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:31:02.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "aai-ml",
"timestamp": 1672979391695,
"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=?
2023-01-06T04:31:02.264Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2532f932-3856-4056-a0d1-8a52390b3dd2
2023-01-06T04:31:02.265Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2532f932-3856-4056-a0d1-8a52390b3dd2 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 (?, ?, ?, ?, ?)
2023-01-06T04:31:02.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979390084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979392147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979388585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979390084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979392147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979388585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979392147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979390084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979388585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979397163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979392147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979390084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979388585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979397163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979390084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979392147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979388585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979397163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979392147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979390084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979388585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979397163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979392147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "ves-openapi-manager",
"timestamp": 1672979390084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:31:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:31:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979388585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:31:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:31:05.031Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:31:05.049Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2
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=?
2023-01-06T04:31:05.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:31:05.055Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T04:31:05.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T04:31:05.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T04:31:05.056Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:31:05.057Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T04:31:05.067Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T04:31:35.067Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 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=?
2023-01-06T04:31:35.111Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2532f932-3856-4056-a0d1-8a52390b3dd2 and serviceModelVersionId: e42e9eb0-f650-4890-b381-bae068bbca1b
2023-01-06T04:31:35.112Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76256448-803d-4b5d-8faf-7b2fe302fcb9
2023-01-06T04:31:57.279Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0
2023-01-06T04:31:57.441Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T04:31:58.165Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|INFO|500||Invoke
2023-01-06T04:31:58.179Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2532f932-3856-4056-a0d1-8a52390b3dd2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ca4cc80-373f-4d1b-b521-f2178f19e536], X-ECOMP-RequestID=[2532f932-3856-4056-a0d1-8a52390b3dd2], X-TransactionId=[], X-ONAP-RequestID=[2532f932-3856-4056-a0d1-8a52390b3dd2], Content-Type=[application/merge-patch+json]}
2023-01-06T04:31:58.358Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-06T04:31:58.574Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?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/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:31:58 GMT], content-length=[0], vertex-id=[123088], x-aai-txid=[2-aai-resources-230106-04:31:58:793-95760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T04:31:58.577Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T04:31:58.578Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76256448-803d-4b5d-8faf-7b2fe302fcb9/model-vers/model-ver/e42e9eb0-f650-4890-b381-bae068bbca1b?depth=0|INFO|500||InvokeReturn
2023-01-06T04:31:58.584Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T04:31:58.585Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T04:31:58.593Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T04:31:58.595Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2532f932-3856-4056-a0d1-8a52390b3dd2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T04:31:58.596Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T04:31:58.597Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:31:58.600Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:31:58.600Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979518595,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T04:31:58.700Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:31:58.701Z||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.
2023-01-06T04:31:58.701Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:31:58.719Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:31:58.720Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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=?
2023-01-06T04:31:59.620Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:31:59.621Z||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.
2023-01-06T04:31:59.621Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:32:02.083Z||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.
2023-01-06T04:32:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:02.105Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:02.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:32:02.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979397163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:32:02.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:32:04.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:04.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T04:32:04.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"761bf5ba-7798-4f03-a8a7-371ea4266bdc","serviceName":"basic_onboard_lFirpP","serviceVersion":"1.0","serviceUUID":"03dbe0b6-96d5-44d4-82ad-33e859a0dfcd","serviceDescription":"service","serviceInvariantUUID":"fe7dec82-a956-46a5-9ca2-7ce34022ac6d","resources":[{"resourceInstanceName":"basic_onboard_lFirpP 0","resourceName":"basic_onboard_lFirpP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05f9e194-d7c9-4b4c-b022-da26e7968c91","resourceInvariantUUID":"27f801dd-f4ec-49db-84ab-5dfc77e314cc","resourceCustomizationUUID":"4c64124c-2783-48cf-bb5f-698ea9ffee3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml","artifactChecksum":"NGI3ZGIzMTlhMDNmNWQzMDgyMGM5NTgzNjc0MmRkNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8ddb8df-0f4b-486f-832d-3e442429c8dc","artifactVersion":"1"},{"artifactName":"basic_onboard_lfirpp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json","artifactChecksum":"NmViOTZiOGYxYjAzZmFiN2Y0NWNjMjQxZjhiNGYwNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0c5dc3a-07b8-4801-b0dc-ae21693dbc09","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b8e3438-7320-40f8-87a1-123237f0d4c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cb32e87-8b35-44d7-b265-5313be57bdbe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c9f3c33-fe64-4633-95f5-259c58391600","artifactVersion":"2","generatedFromUUID":"4b8e3438-7320-40f8-87a1-123237f0d4c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLfirpp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml","artifactChecksum":"YmRhZTczMmM5OWQ3NTRkOTc1NDBjNjRhNzg3Yzg5ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9113b0f-4f9d-4e39-b4fb-2552fc079e8f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLfirpp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar","artifactChecksum":"NjA5MWFhMmIzYmE3YThlOGYwNDRjNTY4NGE1MzBkOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ccc77ac-7bf1-461e-b229-d9cecd9aedb2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T04:32:04.043Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:32:04.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:04.097Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:04.098Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:32:04.198Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:32:04.199Z||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.
2023-01-06T04:32:04.199Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:04.221Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:04.222Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:05.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:32:05.100Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:05.103Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:05.104Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:32:05.204Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:32:05.205Z||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.
2023-01-06T04:32:05.205Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:05.218Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:05.219Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:06.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:32:06.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:06.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:06.110Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:32:06.210Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:06.211Z||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.
2023-01-06T04:32:06.211Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:06.224Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:06.225Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:07.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:32:07.113Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:07.116Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:07.116Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:32:07.216Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:07.217Z||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.
2023-01-06T04:32:07.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:07.229Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:07.230Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:08.118Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:32:08.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:08.122Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:08.128Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-06T04:32:08.222Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-06T04:32:08.224Z||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.
2023-01-06T04:32:08.224Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:08.235Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:08.236Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:09.131Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:32:09.134Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:09.137Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:09.138Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:32:09.237Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-06T04:32:09.238Z||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.
2023-01-06T04:32:09.239Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:09.249Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:09.250Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:32:10.140Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:32:10.141Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:10.143Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:10.143Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:32:10.243Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:10.244Z||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.
2023-01-06T04:32:10.244Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:10.261Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:10.262Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:32:11.146Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"serviceName": "basic_onboard_lFirpP",
"serviceVersion": "1.0",
"serviceUUID": "03dbe0b6-96d5-44d4-82ad-33e859a0dfcd",
"serviceDescription": "service",
"serviceInvariantUUID": "fe7dec82-a956-46a5-9ca2-7ce34022ac6d",
"resources": [
{
"resourceInstanceName": "basic_onboard_lFirpP 0",
"resourceCustomizationUUID": "4c64124c-2783-48cf-bb5f-698ea9ffee3e",
"resourceName": "basic_onboard_lFirpP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "05f9e194-d7c9-4b4c-b022-da26e7968c91",
"resourceInvariantUUID": "27f801dd-f4ec-49db-84ab-5dfc77e314cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lfirpp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"artifactChecksum": "NmViOTZiOGYxYjAzZmFiN2Y0NWNjMjQxZjhiNGYwNjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0c5dc3a-07b8-4801-b0dc-ae21693dbc09",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b8e3438-7320-40f8-87a1-123237f0d4c4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c9f3c33-fe64-4633-95f5-259c58391600",
"generatedFromUUID": "4b8e3438-7320-40f8-87a1-123237f0d4c4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c9f3c33-fe64-4633-95f5-259c58391600",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLfirpp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"artifactChecksum": "NjA5MWFhMmIzYmE3YThlOGYwNDRjNTY4NGE1MzBkOTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ccc77ac-7bf1-461e-b229-d9cecd9aedb2"
}
],
"workloadContext": "Production"
}
2023-01-06T04:32:11.147Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T04:32:11.147Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd ASDC
2023-01-06T04:32:11.148Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:761bf5ba-7798-4f03-a8a7-371ea4266bdc
ServiceName:basic_onboard_lFirpP
ServiceVersion:1.0
ServiceUUID:03dbe0b6-96d5-44d4-82ad-33e859a0dfcd
ServiceInvariantUUID:fe7dec82-a956-46a5-9ca2-7ce34022ac6d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLfirpp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar
ArtifactUUID:0ccc77ac-7bf1-461e-b229-d9cecd9aedb2
ArtifactChecksum:NjA5MWFhMmIzYmE3YThlOGYwNDRjNTY4NGE1MzBkOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lFirpP 0
ResourceCustomizationUUID:4c64124c-2783-48cf-bb5f-698ea9ffee3e
ResourceInvariantUUID:27f801dd-f4ec-49db-84ab-5dfc77e314cc
ResourceName:basic_onboard_lFirpP
ResourceType:VF
ResourceUUID:05f9e194-d7c9-4b4c-b022-da26e7968c91
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lfirpp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json
ArtifactUUID:d0c5dc3a-07b8-4801-b0dc-ae21693dbc09
ArtifactChecksum:NmViOTZiOGYxYjAzZmFiN2Y0NWNjMjQxZjhiNGYwNjI=
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/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b8e3438-7320-40f8-87a1-123237f0d4c4
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/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env
ArtifactUUID:2c9f3c33-fe64-4633-95f5-259c58391600
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/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env
ArtifactUUID:2c9f3c33-fe64-4633-95f5-259c58391600
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-06T04:32:11.149Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd 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 (?, ?, ?, ?, ?)
2023-01-06T04:32:11.262Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:32:11.263Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ccc77ac-7bf1-461e-b229-d9cecd9aedb2 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-06T04:32:11.264Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:11.407Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-06T04:32:11.413Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar 0ccc77ac-7bf1-461e-b229-d9cecd9aedb2 75298
2023-01-06T04:32:11.414Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar ASDC sendASDCNotification
2023-01-06T04:32:11.414Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:11.415Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:32:11.415Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:11.421Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:11.422Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979531414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:32:11.518Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2023-01-06T04:32:11.520Z||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.
2023-01-06T04:32:11.520Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:11.531Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:11.533Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:12.429Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:32:12.431Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-06T04:32:12.432Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0ccc77ac-7bf1-461e-b229-d9cecd9aedb2, URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar to file: /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:12.432Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:12.433Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:12.433Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:12.745Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15039581195728145796/Definitions/service-BasicOnboardLfirpp-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-06T04:32:14.904Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T04:32:14.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-06T04:32:14.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lFirpP 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:14.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-06T04:32:14.908Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.908Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:14.908Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.909Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:14.910Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:14.910Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-06T04:32:14.910Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:32:14.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:14.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.912Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is not matching search criteria
2023-01-06T04:32:14.912Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-06T04:32:14.912Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-06T04:32:14.913Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-06T04:32:14.913Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T04:32:14.913Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T04:32:14.914Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.914Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T04:32:14.914Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.915Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:14.915Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:32:14.915Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.916Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:14.916Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:32:14.916Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.917Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:14.917Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:32:14.917Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.918Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is not matching search criteria
2023-01-06T04:32:14.918Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T04:32:14.918Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=924a50af-6d69-4d6c-8b54-66c77d5af44f
2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:14.919Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.920Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:14.920Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.920Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:14.921Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:14.921Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:14.921Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lFirpP
Description:service
Model UUID:03dbe0b6-96d5-44d4-82ad-33e859a0dfcd
Model Version:NULL
Model InvariantUuid:fe7dec82-a956-46a5-9ca2-7ce34022ac6d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lFirpP
Model UUID:4562061d-a5ac-413a-9743-acaf60aee16e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27f801dd-f4ec-49db-84ab-5dfc77e314cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4c64124c-2783-48cf-bb5f-698ea9ffee3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a
ModelName:BasicOnboardLfirpp..base_ubuntu18..module-0
ModelUuid:88186840-3f47-4fed-875e-b0395b8ace89
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:924a50af-6d69-4d6c-8b54-66c77d5af44f
ModelInvariantUuid:891db634-7d7e-47db-84c6-fa42e9067b2f
ModelName:basic_onboard_lFirpP-nodes.ubuntu18Cvfc
ModelUuid:5d3a049c-ce99-4f1f-b4f2-ec7d691297ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ad3b5e5e-db39-402b-bdbf-e016f68ac2d2
ModelInvariantUuid:c7fc497a-df1c-4996-8fa9-c0c20190d7d6
ModelName:BasicOnboardLfirpp.compute.nodes.heat.ubuntu18
ModelUuid:fd49c762-522f-4021-9ff0-813bc285e03e
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=?
2023-01-06T04:32:14.960Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 05f9e194-d7c9-4b4c-b022-da26e7968c91
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=?
2023-01-06T04:32:14.965Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||basic_onboard_lFirpP 0
2023-01-06T04:32:14.966Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 05f9e194-d7c9-4b4c-b022-da26e7968c91
2023-01-06T04:32:14.966Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d0c5dc3a-07b8-4801-b0dc-ae21693dbc09 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json
2023-01-06T04:32:14.966Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-06T04:32:14.967Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json
2023-01-06T04:32:15.025Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-06T04:32:15.026Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json d0c5dc3a-07b8-4801-b0dc-ae21693dbc09 798
2023-01-06T04:32:15.026Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json ASDC sendASDCNotification
2023-01-06T04:32:15.026Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json
2023-01-06T04:32:15.031Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:32:15.031Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:15.034Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:15.034Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979535026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:32:15.134Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:15.135Z||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.
2023-01-06T04:32:15.135Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:15.152Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:15.153Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:16.034Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLfirpp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88186840-3f47-4fed-875e-b0395b8ace89",
"vfModuleModelCustomizationUUID": "9e42cebc-90f8-4202-9a22-5994b8be8abe",
"isBase": true,
"artifacts": [
"4b8e3438-7320-40f8-87a1-123237f0d4c4",
"2c9f3c33-fe64-4633-95f5-259c58391600"
],
"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": ""
}
}
]
2023-01-06T04:32:16.041Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLfirpp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88186840-3f47-4fed-875e-b0395b8ace89
VfModuleModelInvariantUUID:e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b8e3438-7320-40f8-87a1-123237f0d4c4
,
2c9f3c33-fe64-4633-95f5-259c58391600
}
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
}
2023-01-06T04:32:16.044Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLfirpp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88186840-3f47-4fed-875e-b0395b8ace89",
"vfModuleModelCustomizationUUID": "9e42cebc-90f8-4202-9a22-5994b8be8abe",
"isBase": true,
"artifacts": [
"4b8e3438-7320-40f8-87a1-123237f0d4c4",
"2c9f3c33-fe64-4633-95f5-259c58391600"
],
"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": ""
}
}
]
2023-01-06T04:32:16.044Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLfirpp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88186840-3f47-4fed-875e-b0395b8ace89
VfModuleModelInvariantUUID:e1d3a46c-5e8e-4a46-a59e-c95fbc6b234a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b8e3438-7320-40f8-87a1-123237f0d4c4
,
2c9f3c33-fe64-4633-95f5-259c58391600
}
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
}
2023-01-06T04:32:16.044Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b8e3438-7320-40f8-87a1-123237f0d4c4 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml
2023-01-06T04:32:16.045Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-06T04:32:16.046Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml
2023-01-06T04:32:16.158Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-06T04:32:16.158Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml 4b8e3438-7320-40f8-87a1-123237f0d4c4 5033
2023-01-06T04:32:16.159Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T04:32:16.159Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml
2023-01-06T04:32:16.160Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:32:16.161Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:16.164Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:16.164Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979536159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:32:16.264Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:32:16.265Z||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.
2023-01-06T04:32:16.265Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:16.278Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:16.279Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:17.165Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c9f3c33-fe64-4633-95f5-259c58391600 from URL: /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env
2023-01-06T04:32:17.166Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-06T04:32:17.166Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env
2023-01-06T04:32:17.286Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env 2c9f3c33-fe64-4633-95f5-259c58391600 909
2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env
2023-01-06T04:32:17.287Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:32:17.288Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:17.290Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:17.291Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979537287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:32:17.391Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:17.392Z||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.
2023-01-06T04:32:17.392Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:17.413Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:17.414Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:32:18.291Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd
2023-01-06T04:32:18.292Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lFirpP 0 05f9e194-d7c9-4b4c-b022-da26e7968c91 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=?
2023-01-06T04:32:18.313Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e2c02d9, org.onap.sdc.toscaparser.api.parameters.Input@48ac9337, org.onap.sdc.toscaparser.api.parameters.Input@2bde9f47, org.onap.sdc.toscaparser.api.parameters.Input@34e8eb1a, org.onap.sdc.toscaparser.api.parameters.Input@7a1c0d94]
2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-01-06T04:32:18.315Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c64124c-2783-48cf-bb5f-698ea9ffee3e
2023-01-06T04:32:18.316Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c64124c-2783-48cf-bb5f-698ea9ffee3e matches Tosca VF Customization UUID: 4c64124c-2783-48cf-bb5f-698ea9ffee3e
2023-01-06T04:32:18.316Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c64124c-2783-48cf-bb5f-698ea9ffee3e 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=?
2023-01-06T04:32:18.320Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.320Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.321Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c64124c-2783-48cf-bb5f-698ea9ffee3e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T04:32:18.321Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7abd1fe5
2023-01-06T04:32:18.322Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.322Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T04:32:18.322Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e42cebc-90f8-4202-9a22-5994b8be8abe
2023-01-06T04:32:18.323Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e42cebc-90f8-4202-9a22-5994b8be8abe
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=?
2023-01-06T04:32:18.326Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.326Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:18.327Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is not matching search criteria
2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T04:32:18.328Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=924a50af-6d69-4d6c-8b54-66c77d5af44f
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=?
2023-01-06T04:32:18.333Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.334Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:18.334Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:32:18.334Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.335Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_lFirpP 0 is matching search criteria
2023-01-06T04:32:18.335Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_lFirpP 0] matching following query criteria: sdcType=VF, customizationUUID=4c64124c-2783-48cf-bb5f-698ea9ffee3e
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=?
2023-01-06T04:32:18.338Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.339Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.339Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd: basic_onboard_lFirpP
2023-01-06T04:32:18.340Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.340Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.341Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.341Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.341Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.342Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.342Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.342Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.344Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:32:18.344Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_lFirpP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:32:18.345Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_lFirpP
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 (?, ?, ?, ?, ?)
2023-01-06T04:32:18.470Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lFirpP 05f9e194-d7c9-4b4c-b022-da26e7968c91 1 ASDC deployResourceStructure
2023-01-06T04:32:18.470Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json ASDC sendASDCNotification
2023-01-06T04:32:18.470Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json
2023-01-06T04:32:18.471Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:32:18.471Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:18.474Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:18.474Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979538470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T04:32:18.574Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:18.576Z||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.
2023-01-06T04:32:18.576Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:18.588Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:18.589Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:32:19.476Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T04:32:19.477Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml
2023-01-06T04:32:19.477Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:32:19.477Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:19.480Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:19.480Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979539476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T04:32:19.581Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T04:32:19.583Z||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.
2023-01-06T04:32:19.583Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:19.622Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:19.623Z||pool-31-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:32:20.481Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T04:32:20.481Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env
2023-01-06T04:32:20.482Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:32:20.482Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:20.484Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:20.485Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979540481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-06T04:32:20.585Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:20.586Z||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.
2023-01-06T04:32:20.586Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:20.599Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:20.600Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:21.486Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar ASDC sendASDCNotification
2023-01-06T04:32:21.486Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar
2023-01-06T04:32:21.487Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:32:21.487Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:32:21.489Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:32:21.489Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979541486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:32:21.590Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:32:21.591Z||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.
2023-01-06T04:32:21.592Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:32:21.603Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:32:21.604Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:32:22.490Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc
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=?
2023-01-06T04:32:22.506Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc
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=?
2023-01-06T04:32:22.509Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:32:22.509Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:32:22.509Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:32:52.510Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc
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=?
2023-01-06T04:32:52.527Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc
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=?
2023-01-06T04:32:52.535Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:32:52.535Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:32:52.536Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:33:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:33:02.083Z||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.
2023-01-06T04:33:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:33:02.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:33:02.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979402293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:33:02.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979402353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:33:02.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979397163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:33:02.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "cds",
"timestamp": 1672979403302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-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=?
2023-01-06T04:33:02.136Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc
2023-01-06T04:33:02.137Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?)
2023-01-06T04:33:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979403411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:33:02.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979397163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:33:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979404475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:33:02.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979404879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:33:02.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979405500,
"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=?
2023-01-06T04:33:02.163Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc
2023-01-06T04:33:02.163Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?)
2023-01-06T04:33:02.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672979406504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T04:33:02.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979412558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:33:02.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "aai-ml",
"timestamp": 1672979413563,
"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=?
2023-01-06T04:33:02.186Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc
2023-01-06T04:33:02.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?)
2023-01-06T04:33:02.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979414801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:33:02.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979414801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:33:02.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979414801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:33:02.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979414801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:33:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979414801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:33:02.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979414801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:33:02.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979414801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:33:02.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-06T04:33:02.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979422576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:33:02.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979425067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:33:02.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:33:02.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672979426076,
"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=?
2023-01-06T04:33:02.214Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 761bf5ba-7798-4f03-a8a7-371ea4266bdc
2023-01-06T04:33:02.214Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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 (?, ?, ?, ?, ?)
2023-01-06T04:33:22.536Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc
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=?
2023-01-06T04:33:22.560Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc
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=?
2023-01-06T04:33:22.566Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:33:22.567Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T04:33:22.578Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T04:33:52.582Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc 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=?
2023-01-06T04:33:52.593Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 761bf5ba-7798-4f03-a8a7-371ea4266bdc and serviceModelVersionId: 03dbe0b6-96d5-44d4-82ad-33e859a0dfcd
2023-01-06T04:33:52.594Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe7dec82-a956-46a5-9ca2-7ce34022ac6d
2023-01-06T04:33:52.595Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0
2023-01-06T04:33:52.604Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T04:33:52.680Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-06T04:33:52.683Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0|INFO|500||Invoke
2023-01-06T04:33:52.734Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-06T04:33:52.892Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0|INFO|500||InvokeReturn
2023-01-06T04:33:52.894Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe7dec82-a956-46a5-9ca2-7ce34022ac6d/model-vers/model-ver/03dbe0b6-96d5-44d4-82ad-33e859a0dfcd?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:33:53 GMT], content-length=[0], vertex-id=[188456], x-aai-txid=[2-aai-resources-230106-04:33:53:168-28667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T04:33:52.894Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T04:33:52.895Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T04:33:52.895Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T04:33:52.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T04:33:52.905Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 761bf5ba-7798-4f03-a8a7-371ea4266bdc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T04:33:52.906Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T04:33:52.907Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:33:52.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:33:52.911Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979632905,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T04:33:53.011Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:33:53.012Z||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.
2023-01-06T04:33:53.012Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:33:53.026Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:33:53.027Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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=?
2023-01-06T04:33:53.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:33:53.927Z||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.
2023-01-06T04:33:53.927Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:34:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:34:02.083Z||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.
2023-01-06T04:34:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:34:02.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:34:02.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T04:34:02.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2532f932-3856-4056-a0d1-8a52390b3dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979518595,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T04:34:02.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:34:03.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:34:03.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:34:03.489Z||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.
2023-01-06T04:34:03.490Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:34:13.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:34:13.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:34:13.029Z||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.
2023-01-06T04:34:13.029Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:34:22.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:34:22.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:34:22.574Z||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.
2023-01-06T04:34:22.574Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:34:32.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:35:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:35:02.056Z||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.
2023-01-06T04:35:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:35:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:35:02.083Z||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.
2023-01-06T04:35:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:35:02.126Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:35:02.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:35:02.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:35:02.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:35:02.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:35:02.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-06T04:35:02.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T04:35:02.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979519620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979531414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979535026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:35:02.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979536159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979537287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979538470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/basic_onboard_lfirpp0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979539476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979540481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/resourceInstances/basic_onboard_lfirpp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979541486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLfirpp/1.0/artifacts/service-BasicOnboardLfirpp-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:35:02.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:35:11.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:36:02.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:36:02.058Z||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.
2023-01-06T04:36:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:36:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:36:02.083Z||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.
2023-01-06T04:36:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:36:02.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:36:02.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T04:36:02.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "761bf5ba-7798-4f03-a8a7-371ea4266bdc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672979632905,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T04:36:02.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:36:11.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:37:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:37:02.059Z||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.
2023-01-06T04:37:02.060Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:37:02.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:37:02.083Z||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.
2023-01-06T04:37:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:37:11.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:37:11.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:38:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:38:02.056Z||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.
2023-01-06T04:38:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:38:02.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:38:02.083Z||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.
2023-01-06T04:38:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:38:11.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:38:11.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:39:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:39:02.056Z||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.
2023-01-06T04:39:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:39:02.082Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:39:02.084Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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.
2023-01-06T04:39:02.084Z|2532f932-3856-4056-a0d1-8a52390b3dd2|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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:39:11.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:39:11.620Z|2532f932-3856-4056-a0d1-8a52390b3dd2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:40:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:40:02.056Z||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.
2023-01-06T04:40:02.056Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:40:02.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:40:02.083Z||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.
2023-01-06T04:40:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:40:11.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:40:11.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:41:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:41:02.057Z||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.
2023-01-06T04:41:02.059Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:41:02.082Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:41:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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.
2023-01-06T04:41:02.083Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:41:11.645Z|761bf5ba-7798-4f03-a8a7-371ea4266bdc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:41:11.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:42:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:42:02.058Z||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.
2023-01-06T04:42:02.058Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:42:02.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:42:02.083Z||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.
2023-01-06T04:42:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:42:11.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:42:11.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:43:02.055Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:43:02.057Z||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.
2023-01-06T04:43:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:43:02.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:43:02.083Z||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.
2023-01-06T04:43:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:43:11.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:43:11.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:44:02.054Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:44:02.056Z||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.
2023-01-06T04:44:02.057Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:44:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:44:02.083Z||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.
2023-01-06T04:44:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:44:02.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:44:02.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T04:44:02.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"148058d2-0034-4d04-b1ba-f38f8843016f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4f015508-2d41-4308-857d-b1b37ebcfc8e","serviceDescription":"service","serviceInvariantUUID":"cc5b63a5-3f25-42f8-9304-6292e7bddefb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"83ee3a49-b341-49c4-b69d-569cc7118e83","resourceInvariantUUID":"f1cd1404-d532-4fd7-902d-6dbd3d59bc6d","resourceCustomizationUUID":"7035059c-4528-468a-bcf8-55efca5a7d8c","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":"MzkwODJiYzAzNDRjZWQ0ODAyYzg4YTAyZjkwZTNjNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a430827-43e5-4c13-a724-1af1d7dc2be1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGJiMmE0ZmI4ODI1NWRhMGRiNzcyMzZmZDFmN2Q5ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e091a113-b466-4ab5-b990-860c62fdf287","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T04:44:02.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:44:02.703Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:44:02.713Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:44:02.715Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980242054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:44:02.812Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-06T04:44:02.814Z||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.
2023-01-06T04:44:02.814Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:44:02.855Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:44:02.856Z||pool-35-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:44:02.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:44:02.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:44:02.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "aai-ml",
"timestamp": 1672980237163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:44:02.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:44:02.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:44:02.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "cds",
"timestamp": 1672980232147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:44:02.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:44:03.715Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:44:03.717Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:44:03.719Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:44:03.719Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980242054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:44:03.820Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:44:03.822Z||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.
2023-01-06T04:44:03.823Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:44:03.837Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:44:03.838Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:44:04.721Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4f015508-2d41-4308-857d-b1b37ebcfc8e",
"serviceDescription": "service",
"serviceInvariantUUID": "cc5b63a5-3f25-42f8-9304-6292e7bddefb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7035059c-4528-468a-bcf8-55efca5a7d8c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "83ee3a49-b341-49c4-b69d-569cc7118e83",
"resourceInvariantUUID": "f1cd1404-d532-4fd7-902d-6dbd3d59bc6d",
"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": "OGJiMmE0ZmI4ODI1NWRhMGRiNzcyMzZmZDFmN2Q5ODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e091a113-b466-4ab5-b990-860c62fdf287"
}
],
"workloadContext": "Production"
}
2023-01-06T04:44:04.721Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T04:44:04.721Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f015508-2d41-4308-857d-b1b37ebcfc8e ASDC
2023-01-06T04:44:04.722Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:148058d2-0034-4d04-b1ba-f38f8843016f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4f015508-2d41-4308-857d-b1b37ebcfc8e
ServiceInvariantUUID:cc5b63a5-3f25-42f8-9304-6292e7bddefb
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:e091a113-b466-4ab5-b990-860c62fdf287
ArtifactChecksum:OGJiMmE0ZmI4ODI1NWRhMGRiNzcyMzZmZDFmN2Q5ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7035059c-4528-468a-bcf8-55efca5a7d8c
ResourceInvariantUUID:f1cd1404-d532-4fd7-902d-6dbd3d59bc6d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:83ee3a49-b341-49c4-b69d-569cc7118e83
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-06T04:44:04.722Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f015508-2d41-4308-857d-b1b37ebcfc8e 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 (?, ?, ?, ?, ?)
2023-01-06T04:44:04.784Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:44:04.787Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-06T04:44:04.787Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-06T04:44:04.788Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e091a113-b466-4ab5-b990-860c62fdf287 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T04:44:04.788Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-06T04:44:04.788Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:04.891Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-06T04:44:04.896Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e091a113-b466-4ab5-b990-860c62fdf287 57657
2023-01-06T04:44:04.896Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:04.897Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:04.897Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:44:04.897Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:44:04.900Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:44:04.901Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980244896,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:44:05.001Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:44:05.003Z||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.
2023-01-06T04:44:05.003Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:44:05.016Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:44:05.017Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:44:05.901Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:44:05.903Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-06T04:44:05.904Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e091a113-b466-4ab5-b990-860c62fdf287, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T04:44:05.904Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-06T04:44:05.905Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T04:44:05.905Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T04:44:06.289Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12135193113513041604/Definitions/service-BasicNetwork-template.yml
2023-01-06T04:44:07.059Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T04:44:07.060Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-06T04:44:07.061Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T04:44:07.061Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-06T04:44:07.062Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.062Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.062Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.063Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.063Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.064Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.064Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.065Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.065Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-06T04:44:07.066Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.066Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.067Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T04:44:07.067Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-06T04:44:07.068Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:44:07.068Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.069Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.069Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T04:44:07.069Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-06T04:44:07.070Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:44:07.070Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.070Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.071Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.071Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.072Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.072Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.073Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.073Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.074Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.074Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.075Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4f015508-2d41-4308-857d-b1b37ebcfc8e
Model Version:NULL
Model InvariantUuid:cc5b63a5-3f25-42f8-9304-6292e7bddefb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f1cd1404-d532-4fd7-902d-6dbd3d59bc6d
Model UUID:fa219bb3-0287-4d5e-8d0a-107d814cbf93
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7035059c-4528-468a-bcf8-55efca5a7d8c
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=?
2023-01-06T04:44:07.087Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 83ee3a49-b341-49c4-b69d-569cc7118e83
2023-01-06T04:44:07.088Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||No resources found for Service: 4f015508-2d41-4308-857d-b1b37ebcfc8e
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=?
2023-01-06T04:44:07.096Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||
2023-01-06T04:44:07.097Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-06T04:44:07.098Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4f015508-2d41-4308-857d-b1b37ebcfc8e
2023-01-06T04:44:07.098Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4f015508-2d41-4308-857d-b1b37ebcfc8e
2023-01-06T04:44:07.099Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-06T04:44:07.099Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=?
2023-01-06T04:44:07.106Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502731c3, org.onap.sdc.toscaparser.api.parameters.Input@3c3eac55, org.onap.sdc.toscaparser.api.parameters.Input@14c3358a, org.onap.sdc.toscaparser.api.parameters.Input@6bf86851, org.onap.sdc.toscaparser.api.parameters.Input@2b8e5c4]
2023-01-06T04:44:07.108Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.109Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.109Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.109Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4f015508-2d41-4308-857d-b1b37ebcfc8e: Generic NeutronNet
2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.110Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=?
2023-01-06T04:44:07.166Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:44:07.167Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:44:07.168Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 (?, ?)
2023-01-06T04:44:07.267Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-06T04:44:07.268Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.269Z|148058d2-0034-4d04-b1ba-f38f8843016f|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
2023-01-06T04:44:07.269Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T04:44:07.270Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:44:07.273Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:44:07.273Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980247268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:44:07.373Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:44:07.374Z||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.
2023-01-06T04:44:07.374Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:44:07.387Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:44:07.387Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:44:08.280Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:44:08.315Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:44:08.318Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:44:08.319Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:44:08.319Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:44:38.319Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:44:38.335Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:44:38.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:44:38.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:44:38.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:45:02.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:45:02.083Z||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.
2023-01-06T04:45:02.083Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:45:02.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:45:02.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:45:02.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980242054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:45:02.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:45:08.339Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:45:08.367Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:45:08.371Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:45:08.372Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:45:08.372Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:45:38.372Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:45:38.402Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:45:38.414Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:45:38.414Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T04:45:38.414Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T04:46:02.085Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:46:02.087Z||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.
2023-01-06T04:46:02.087Z||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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:02.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:02.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "aai-ml",
"timestamp": 1672980237163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "cds",
"timestamp": 1672980232147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980242054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "cds",
"timestamp": 1672980244062,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:46:02.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:46:02.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "aai-ml",
"timestamp": 1672980244114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:46:02.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:46:02.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980244896,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:46:02.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:46:02.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "cds",
"timestamp": 1672980245069,
"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=?
2023-01-06T04:46:02.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 148058d2-0034-4d04-b1ba-f38f8843016f
2023-01-06T04:46:02.168Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 148058d2-0034-4d04-b1ba-f38f8843016f 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 (?, ?, ?, ?, ?)
2023-01-06T04:46:02.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980247268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:46:02.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:46:02.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "aai-ml",
"timestamp": 1672980248211,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:46:02.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:46:02.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "aai-ml",
"timestamp": 1672980249214,
"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=?
2023-01-06T04:46:02.192Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 148058d2-0034-4d04-b1ba-f38f8843016f
2023-01-06T04:46:02.193Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 148058d2-0034-4d04-b1ba-f38f8843016f 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 (?, ?, ?, ?, ?)
2023-01-06T04:46:02.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980248583,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980250084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980248583,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980250084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980254800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980254800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980257553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:46:02.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:46:02.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980259316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-06T04:46:02.212Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T04:46:02.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980260321,
"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=?
2023-01-06T04:46:02.219Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 148058d2-0034-4d04-b1ba-f38f8843016f
2023-01-06T04:46:02.219Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 148058d2-0034-4d04-b1ba-f38f8843016f 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 (?, ?, ?, ?, ?)
2023-01-06T04:46:02.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "aai-ml",
"timestamp": 1672980297163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "aai-ml",
"timestamp": 1672980297163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "aai-ml",
"timestamp": 1672980297163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-01-06T04:46:02.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "aai-ml",
"timestamp": 1672980297163,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672980288583,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1672980290084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "cds",
"timestamp": 1672980292147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:02.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T04:46:02.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672980284800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:02.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-06T04:46:08.419Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:46:08.438Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f
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=?
2023-01-06T04:46:08.442Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T04:46:08.442Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-06T04:46:08.443Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=?
2023-01-06T04:46:08.452Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T04:46:38.454Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 148058d2-0034-4d04-b1ba-f38f8843016f 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=?
2023-01-06T04:46:38.474Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 148058d2-0034-4d04-b1ba-f38f8843016f and serviceModelVersionId: 4f015508-2d41-4308-857d-b1b37ebcfc8e
2023-01-06T04:46:38.475Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc5b63a5-3f25-42f8-9304-6292e7bddefb
2023-01-06T04:46:38.479Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0
2023-01-06T04:46:38.494Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T04:46:38.690Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-06T04:46:38.694Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0|INFO|500||Invoke
2023-01-06T04:46:38.744Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-06T04:46:38.860Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0|INFO|500||InvokeReturn
2023-01-06T04:46:38.861Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5b63a5-3f25-42f8-9304-6292e7bddefb/model-vers/model-ver/4f015508-2d41-4308-857d-b1b37ebcfc8e?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 04:46:39 GMT], content-length=[0], vertex-id=[221432], x-aai-txid=[0-aai-resources-230106-04:46:39:178-78667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T04:46:38.861Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T04:46:38.862Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T04:46:38.862Z|148058d2-0034-4d04-b1ba-f38f8843016f|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=?
2023-01-06T04:46:39.078Z|148058d2-0034-4d04-b1ba-f38f8843016f|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)
2023-01-06T04:46:39.079Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 148058d2-0034-4d04-b1ba-f38f8843016f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T04:46:39.079Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T04:46:39.083Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:39.090Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:39.091Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "148058d2-0034-4d04-b1ba-f38f8843016f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980399079,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T04:46:39.187Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-06T04:46:39.192Z||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.
2023-01-06T04:46:39.193Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:39.216Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:39.217Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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=?
2023-01-06T04:46:40.127Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T04:46:40.133Z|148058d2-0034-4d04-b1ba-f38f8843016f|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.
2023-01-06T04:46:40.134Z|148058d2-0034-4d04-b1ba-f38f8843016f|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 pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:44.567Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:44.568Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T04:46:44.568Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cbe2c5b-f148-4f1a-a81e-11d9c68689e6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"942c6866-919e-44bd-a58a-5ab780e6c873","serviceDescription":"service","serviceInvariantUUID":"f9348ce8-3fc6-47f7-81e2-3b7d05a3571a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7fbd7407-b943-439a-9c53-456f03ff2269","resourceInvariantUUID":"99d490d0-3c5c-4c36-9217-8e434e244ec1","resourceCustomizationUUID":"f6cf74aa-64e9-42f7-bc53-55bda4038eda","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q4ZTEwZDNlMGUwY2E1OGI3ZjhkY2UwZmFjNGFjMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e08cb846-09b4-4572-9123-2bb8642cf7ee","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa6253e7-232a-4ff0-915b-63183c6038ba","artifactVersion":"2","generatedFromUUID":"07fe2f7e-db72-4e4b-bfa2-8566df1c0899"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07fe2f7e-db72-4e4b-bfa2-8566df1c0899","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OTViZDQxZTNkOGQ4ZGQ1Mjk4Njk2MTkzMWFkNTQwM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e1bc2be-b738-4d53-b4a0-3167b7c7a42f","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"926e6af7-a343-4170-9eba-9d21eeb2f031","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3b1a78db-2589-42aa-aa27-3c9a23c0ab62","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37973463-6540-48d2-8d34-0c9d0b56bb8f","artifactVersion":"2","generatedFromUUID":"926e6af7-a343-4170-9eba-9d21eeb2f031"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGQ0ODIwZDNlMGZjNWMzZmE0ZDJhMzk1NmEwN2YyYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d79e415c-458b-4418-b360-022c8ba199b2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWU0OTAyODc2ZjA3MGQ5OWE2NWI5MTRkZWYxODJjYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21bc5621-cbf5-44ec-9962-70b470ae3206","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T04:46:44.574Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:44.574Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:44.577Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:44.578Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:44.678Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:46:44.679Z||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.
2023-01-06T04:46:44.679Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:44.705Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:44.706Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:46:45.578Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:45.579Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:45.582Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:45.582Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-06T04:46:45.682Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:46:45.683Z||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.
2023-01-06T04:46:45.683Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:45.694Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:45.695Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:46:46.583Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:46.585Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:46.588Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:46.589Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-06T04:46:46.693Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-06T04:46:46.694Z||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.
2023-01-06T04:46:46.694Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:46.708Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:46.711Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:46:47.590Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:47.593Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:47.596Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:47.597Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-06T04:46:47.697Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:46:47.698Z||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.
2023-01-06T04:46:47.698Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:47.714Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:47.715Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:46:48.601Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:48.602Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:48.604Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:48.604Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-06T04:46:48.705Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T04:46:48.706Z||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.
2023-01-06T04:46:48.707Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:48.720Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:48.721Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:46:49.605Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:49.608Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:49.612Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:49.612Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:49.712Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T04:46:49.715Z||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.
2023-01-06T04:46:49.715Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:49.732Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:49.733Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:46:50.613Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:50.616Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:50.620Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:50.620Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-01-06T04:46:50.720Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-06T04:46:50.721Z||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.
2023-01-06T04:46:50.721Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:50.760Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:50.762Z||pool-46-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:46:51.621Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:51.622Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:51.628Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:51.629Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-06T04:46:51.727Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-06T04:46:51.729Z||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.
2023-01-06T04:46:51.729Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:51.742Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:51.743Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:46:52.630Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T04:46:52.631Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:52.634Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:52.634Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980400127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-06T04:46:52.734Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:46:52.735Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-06T04:46:52.736Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:52.754Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:52.754Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-06T04:46:53.638Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "942c6866-919e-44bd-a58a-5ab780e6c873",
"serviceDescription": "service",
"serviceInvariantUUID": "f9348ce8-3fc6-47f7-81e2-3b7d05a3571a",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "f6cf74aa-64e9-42f7-bc53-55bda4038eda",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7fbd7407-b943-439a-9c53-456f03ff2269",
"resourceInvariantUUID": "99d490d0-3c5c-4c36-9217-8e434e244ec1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fa6253e7-232a-4ff0-915b-63183c6038ba",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "07fe2f7e-db72-4e4b-bfa2-8566df1c0899",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "OTViZDQxZTNkOGQ4ZGQ1Mjk4Njk2MTkzMWFkNTQwM2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e1bc2be-b738-4d53-b4a0-3167b7c7a42f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "926e6af7-a343-4170-9eba-9d21eeb2f031",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37973463-6540-48d2-8d34-0c9d0b56bb8f",
"generatedFromUUID": "926e6af7-a343-4170-9eba-9d21eeb2f031"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37973463-6540-48d2-8d34-0c9d0b56bb8f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZWU0OTAyODc2ZjA3MGQ5OWE2NWI5MTRkZWYxODJjYmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21bc5621-cbf5-44ec-9962-70b470ae3206"
}
],
"workloadContext": "Production"
}
2023-01-06T04:46:53.638Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T04:46:53.638Z|148058d2-0034-4d04-b1ba-f38f8843016f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 942c6866-919e-44bd-a58a-5ab780e6c873 ASDC
2023-01-06T04:46:53.640Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1cbe2c5b-f148-4f1a-a81e-11d9c68689e6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:942c6866-919e-44bd-a58a-5ab780e6c873
ServiceInvariantUUID:f9348ce8-3fc6-47f7-81e2-3b7d05a3571a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:21bc5621-cbf5-44ec-9962-70b470ae3206
ArtifactChecksum:ZWU0OTAyODc2ZjA3MGQ5OWE2NWI5MTRkZWYxODJjYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f6cf74aa-64e9-42f7-bc53-55bda4038eda
ResourceInvariantUUID:99d490d0-3c5c-4c36-9217-8e434e244ec1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7fbd7407-b943-439a-9c53-456f03ff2269
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:fa6253e7-232a-4ff0-915b-63183c6038ba
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:07fe2f7e-db72-4e4b-bfa2-8566df1c0899
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:1e1bc2be-b738-4d53-b4a0-3167b7c7a42f
ArtifactChecksum:OTViZDQxZTNkOGQ4ZGQ1Mjk4Njk2MTkzMWFkNTQwM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:926e6af7-a343-4170-9eba-9d21eeb2f031
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:37973463-6540-48d2-8d34-0c9d0b56bb8f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:37973463-6540-48d2-8d34-0c9d0b56bb8f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-06T04:46:53.640Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 942c6866-919e-44bd-a58a-5ab780e6c873 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 (?, ?, ?, ?, ?)
2023-01-06T04:46:53.731Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:46:53.738Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21bc5621-cbf5-44ec-9962-70b470ae3206 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-06T04:46:53.739Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T04:46:53.875Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-06T04:46:53.882Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 21bc5621-cbf5-44ec-9962-70b470ae3206 73679
2023-01-06T04:46:53.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-06T04:46:53.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T04:46:53.883Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T04:46:53.886Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-06T04:46:53.891Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T04:46:53.891Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1cbe2c5b-f148-4f1a-a81e-11d9c68689e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672980413883,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-06T04:46:53.991Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T04:46:53.993Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-06T04:46:53.994Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pdUdpabLvA6pcUUJ) ...
2023-01-06T04:46:54.011Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-06T04:46:54.013Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-06T04:46:54.893Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T04:46:54.895Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-06T04:46:54.895Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 21bc5621-cbf5-44ec-9962-70b470ae3206, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T04:46:54.896Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-06T04:46:54.896Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T04:46:54.897Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T04:46:55.115Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3939007344859885215/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-01-06T04:46:57.397Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T04:46:57.398Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|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-BasicCnf-csar.csar
2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.399Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:46:57.400Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T04:46:57.400Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-06T04:46:57.401Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:46:57.401Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.401Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.402Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T04:46:57.403Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.404Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T04:46:57.404Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.404Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T04:46:57.405Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:46:57.406Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-06T04:46:57.406Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T04:46:57.406Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T04:46:57.407Z|1cbe2c5b-f148-4f1a-a81e-11d9c68689e6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery