By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-31T12:04:53.696Z||main|||||INFO|500||The following profiles are active: basic
2022-03-31T12:05:04.475Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-31T12:05:04.476Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-31T12:05:04.573Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-31T12:05:07.077Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-31T12:05:07.258Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-31T12:05:07.688Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-31T12:05:07.695Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-31T12:05:07.790Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-31T12:05:07.920Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-31T12:05:08.328Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-31T12:05:09.194Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T12:05:11.277Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T12:05:11.322Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-31T12:05:11.803Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T12:05:12.049Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-31T12:05:13.449Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T12:05:14.475Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-31T12:05:14.494Z||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$$1a53e449.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-31T12:05:14.495Z||main|||||WARN|500||The sdc end point is not alive
2022-03-31T12:05:17.696Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-31T12:05:21.010Z||main|||||WARN|500||---
2022-03-31T12:05:21.010Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-31T12:05:21.011Z||main|||||WARN|500||---
2022-03-31T12:05:21.486Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-31T12:05:26.477Z||main|||||INFO|500||Started Application in 37.811 seconds (JVM running for 39.11)
2022-03-31T12:05:26.492Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-31T12:05:26.493Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-31T12:05:26.537Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-31T12:05:26.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-31T12:05:26.639Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b8ec7cd-9921-44c6-abfc-c8e62caa712b url= /sdc/v1/artifactTypes
2022-03-31T12:05:26.640Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-31T12:05:26.901Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-31T12:05:26.923Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-31T12:05:26.947Z||scheduling-1|||||DEBUG|500||create keys
2022-03-31T12:05:26.955Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-31T12:05:27.924Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:05:27.942Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d2cfddd-0186-48f9-9c36-3ba3e07a15b1 url= /sdc/v1/registerForDistribution
2022-03-31T12:05:29.344Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d2cfddd-0186-48f9-9c36-3ba3e07a15b1 url= /sdc/v1/registerForDistribution
2022-03-31T12:05:29.345Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-31T12:05:29.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:05:29.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:05:29.361Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-31T12:05:29.363Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:05:29.363Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:05:29.363Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:05:29.363Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:05:41.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:05:41.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:06:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:06:29.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:06:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:06:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:06:29.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:06:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:06:38.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:06:38.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:07:29.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:07:29.354Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:07:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:07:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:07:29.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:07:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:07:38.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:07:38.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:08:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:08:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:08:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:08:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:08:29.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:08:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:08:38.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:08:38.911Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:09:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:09:29.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:09:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:09:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:09:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:09:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:09:38.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:09:38.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:10:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:10:29.354Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:10:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:10:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:10:29.357Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:10:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:10:38.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:10:38.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:11:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:11:29.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:11:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:11:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:11:29.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:11:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:11:38.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:11:38.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:12:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:12:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:12:29.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:12:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:12:29.357Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:12:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:12:38.916Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:12:38.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:13:29.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:13:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:13:29.359Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:13:29.359Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:13:29.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:13:29.360Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:13:38.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:13:38.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:14:29.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:14:29.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:14:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:14:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:14:29.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:14:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:14:38.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:14:38.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:15:02.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-31T12:15:29.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:15:29.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:15:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:15:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:15:29.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:15:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:15:38.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:15:38.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:16:29.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:16:29.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:16:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:16:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:16:29.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:16:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:16:38.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:16:38.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:17:29.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:17:29.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:17:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:17:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:17:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:17:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:17:38.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:17:38.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:18:29.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:18:29.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:18:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:18:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:18:29.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:18:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:18:38.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:18:38.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:19:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:19:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:19:29.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:19:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:19:29.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:19:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:19:38.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:19:38.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:20:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:20:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:20:29.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:20:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:20:29.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:20:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:20:38.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:20:38.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:21:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:21:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:21:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:21:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:21:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:21:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:21:38.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:21:38.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:22:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:22:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:22:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:22:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:22:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:22:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:22:38.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:22:38.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:23:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:23:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:23:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:23:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:23:29.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:23:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:23:38.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:23:38.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:24:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:24:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:24:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:24:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:24:29.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:24:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:24:38.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:24:38.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:25:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:25:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:25:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:25:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:25:29.357Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:25:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:25:38.899Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:25:38.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:26:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:26:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:26:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:26:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:26:29.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:26:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:26:38.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:26:38.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:27:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:27:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:27:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:27:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:27:29.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:27:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:27:38.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:27:38.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:28:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:28:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:28:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:28:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:28:29.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:28:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:28:38.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:28:38.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:29:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:29:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:29:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:29:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:29:29.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:29:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:29:38.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:29:38.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:30:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:30:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:30:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:30:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:30:29.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:30:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:30:38.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:30:38.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:31:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:31:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:31:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:31:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:31:29.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:31:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:31:38.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:31:38.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:32:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:32:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:32:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:32:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:32:29.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:32:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:32:38.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:32:38.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:33:29.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:33:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:33:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:33:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:33:29.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:33:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:33:38.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:33:38.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:34:29.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:34:29.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:34:29.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:34:29.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:34:29.357Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:34:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:34:38.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:34:38.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:35:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:35:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:35:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:35:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:35:29.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:35:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:35:38.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:35:38.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:36:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:36:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:36:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:36:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:36:29.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:36:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:36:38.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:36:38.912Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:37:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:37:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:37:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:37:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:37:29.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:37:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:37:38.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:37:38.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:38:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:38:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:38:29.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:38:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:38:29.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:38:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:38:38.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:38:38.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:39:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:39:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:39:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:39:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:39:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:39:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:39:38.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:39:38.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:40:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:40:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:40:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:40:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:40:29.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:40:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:40:38.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:40:38.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:41:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:41:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:41:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:41:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:41:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:41:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:41:38.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:41:38.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:42:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:42:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:42:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:42:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:42:29.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:42:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:42:38.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:42:38.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:43:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:43:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:43:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:43:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:43:29.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:43:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:43:38.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:43:38.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:44:29.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:44:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:44:29.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:44:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:44:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:44:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:44:38.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:44:38.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:45:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:45:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:45:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:45:29.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:45:29.357Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:45:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:45:38.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:45:38.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:46:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:46:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:46:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:46:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:46:29.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:46:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:46:38.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:46:38.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:47:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:47:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:47:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:47:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:47:29.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:47:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:47:38.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:47:38.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:48:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:48:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:48:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:48:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:48:29.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:48:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:48:38.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:48:38.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:49:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:49:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:49:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:49:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:49:29.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:49:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:49:38.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:49:38.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:50:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:50:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:50:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:50:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:50:29.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:50:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:50:38.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:50:38.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:51:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:51:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:51:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:51:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:51:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:51:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:51:38.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:51:38.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:52:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:52:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:52:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:52:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:52:29.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:52:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:52:38.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:52:38.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:53:22.659Z||catdb-pool housekeeper|||||WARN|500||catdb-pool - Thread starvation or clock leap detected (housekeeper delta=45s272ms393µs704ns).
2022-03-31T12:53:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:53:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:53:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:53:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:53:29.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:53:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:53:38.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:53:38.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:54:29.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:54:29.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:54:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:54:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:54:29.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:54:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:54:38.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:54:38.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:29.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:55:29.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:55:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:55:29.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:55:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:29.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:29.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731315370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731315370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731315370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648731322962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731315370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648731322962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731315370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648731322962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731325288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731315370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648731322962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731325979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731325288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731315370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T12:55:29.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648731322962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731325979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731325288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648731322962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731325979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731325288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:29.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-31T12:55:29.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:29.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T12:55:29.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4c96810-9a0e-4cf2-82d7-be57eb71836e","serviceName":"vFW 2022-03-31 12-53-19","serviceVersion":"1.0","serviceUUID":"f97a699f-454a-4a7e-9765-ed2f2bf0a34b","serviceDescription":"catalog service description","serviceInvariantUUID":"e90c53bc-68d1-4844-9532-cccdb32aa0e2","resources":[{"resourceInstanceName":"vFW 826238ba-159a 0","resourceName":"vFW 826238ba-159a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0988c71-4133-4b9f-9fcf-acea89232080","resourceInvariantUUID":"0af89e34-b4e3-49ca-9789-ee8976bd88bc","resourceCustomizationUUID":"00120c3b-1df9-4c1d-9f17-6850f7a313fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml","artifactChecksum":"Yzc2Y2NjOGRhNGUxYmVmMzE5ZmM2MTllYTkxYWIwMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b3beec4-51e5-4814-9fd2-d4ee34edca98","artifactVersion":"1"},{"artifactName":"vfw826238ba159a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json","artifactChecksum":"NDkxMTU1YjI1MzM0OThhYTdiOTRhY2M2NGNkYWE3MTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ca32e0b-38a9-4086-8ca4-f6e9219e8eed","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3eb0ccfc-25b6-48bd-b24a-956949f631e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml","artifactChecksum":"YWVhY2U3OTQ0YjNkNTAyOWFmMzRlNGNhOGVjYmZmZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f73da620-77d9-47d0-892f-c6a12b32d973","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b502a57-cba4-446f-89bf-91f4b417bbcd","artifactVersion":"2","generatedFromUUID":"3eb0ccfc-25b6-48bd-b24a-956949f631e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331125319-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml","artifactChecksum":"ZmIzNGQzMDIzNjQ0OTRiYTc2NmYwODdjZDA0ZWZkNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f080f940-fe8a-4682-83d4-9c8927c1e200","artifactVersion":"1"},{"artifactName":"service-Vfw20220331125319-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar","artifactChecksum":"M2FhYTM0ZDI0NzExYjhjZWE5MjQyN2FiMDAyYzgyOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b14d4d-6e45-412d-a6cd-d6a6c179333e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T12:55:29.995Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:29.999Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:30.008Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:30.008Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:30.109Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-31T12:55:30.114Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:30.114Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:30.127Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:30.128Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:31.013Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:31.014Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:31.015Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:31.015Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T12:55:31.115Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:31.121Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:31.122Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:31.136Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:31.137Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:32.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:32.017Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:32.019Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:32.019Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T12:55:32.119Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:32.120Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:32.120Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:32.133Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:32.134Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:33.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:33.020Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:33.023Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:33.023Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:33.123Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:33.125Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:33.125Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:33.142Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:33.142Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:34.024Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:34.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:34.027Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:34.027Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-31T12:55:34.128Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:34.129Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:34.129Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:34.143Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:34.144Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:35.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:35.029Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:35.031Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:35.031Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:55:35.131Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:35.132Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:35.132Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:35.144Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:35.145Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:36.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T12:55:36.032Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:36.034Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:36.034Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T12:55:36.135Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:36.136Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:36.136Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:36.148Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:36.149Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:37.036Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"serviceName": "vFW 2022-03-31 12-53-19",
"serviceVersion": "1.0",
"serviceUUID": "f97a699f-454a-4a7e-9765-ed2f2bf0a34b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e90c53bc-68d1-4844-9532-cccdb32aa0e2",
"resources": [
{
"resourceInstanceName": "vFW 826238ba-159a 0",
"resourceCustomizationUUID": "00120c3b-1df9-4c1d-9f17-6850f7a313fb",
"resourceName": "vFW 826238ba-159a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0988c71-4133-4b9f-9fcf-acea89232080",
"resourceInvariantUUID": "0af89e34-b4e3-49ca-9789-ee8976bd88bc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw826238ba159a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"artifactChecksum": "NDkxMTU1YjI1MzM0OThhYTdiOTRhY2M2NGNkYWE3MTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ca32e0b-38a9-4086-8ca4-f6e9219e8eed",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3eb0ccfc-25b6-48bd-b24a-956949f631e0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b502a57-cba4-446f-89bf-91f4b417bbcd",
"generatedFromUUID": "3eb0ccfc-25b6-48bd-b24a-956949f631e0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b502a57-cba4-446f-89bf-91f4b417bbcd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220331125319-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"artifactChecksum": "M2FhYTM0ZDI0NzExYjhjZWE5MjQyN2FiMDAyYzgyOTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98b14d4d-6e45-412d-a6cd-d6a6c179333e"
}
],
"workloadContext": "Production"
}
2022-03-31T12:55:37.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T12:55:37.037Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f97a699f-454a-4a7e-9765-ed2f2bf0a34b ASDC
2022-03-31T12:55:37.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b4c96810-9a0e-4cf2-82d7-be57eb71836e
ServiceName:vFW 2022-03-31 12-53-19
ServiceVersion:1.0
ServiceUUID:f97a699f-454a-4a7e-9765-ed2f2bf0a34b
ServiceInvariantUUID:e90c53bc-68d1-4844-9532-cccdb32aa0e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220331125319-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
ArtifactUUID:98b14d4d-6e45-412d-a6cd-d6a6c179333e
ArtifactChecksum:M2FhYTM0ZDI0NzExYjhjZWE5MjQyN2FiMDAyYzgyOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 826238ba-159a 0
ResourceCustomizationUUID:00120c3b-1df9-4c1d-9f17-6850f7a313fb
ResourceInvariantUUID:0af89e34-b4e3-49ca-9789-ee8976bd88bc
ResourceName:vFW 826238ba-159a
ResourceType:VF
ResourceUUID:f0988c71-4133-4b9f-9fcf-acea89232080
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw826238ba159a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
ArtifactUUID:4ca32e0b-38a9-4086-8ca4-f6e9219e8eed
ArtifactChecksum:NDkxMTU1YjI1MzM0OThhYTdiOTRhY2M2NGNkYWE3MTQ=
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/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
ArtifactUUID:3eb0ccfc-25b6-48bd-b24a-956949f631e0
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/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
ArtifactUUID:8b502a57-cba4-446f-89bf-91f4b417bbcd
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/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
ArtifactUUID:8b502a57-cba4-446f-89bf-91f4b417bbcd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T12:55:37.152Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f97a699f-454a-4a7e-9765-ed2f2bf0a34b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T12:55:37.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T12:55:37.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T12:55:37.369Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T12:55:37.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 98b14d4d-6e45-412d-a6cd-d6a6c179333e from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:37.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:37.371Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:37.492Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:37.513Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar 98b14d4d-6e45-412d-a6cd-d6a6c179333e 98931
2022-03-31T12:55:37.514Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar ASDC sendASDCNotification
2022-03-31T12:55:37.515Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:37.515Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:37.516Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:37.518Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:37.518Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731337513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:55:37.618Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:37.619Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:37.619Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:37.631Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:37.631Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T12:55:38.518Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T12:55:38.519Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T12:55:38.520Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 98b14d4d-6e45-412d-a6cd-d6a6c179333e, URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar to file: /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:38.520Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331125319-csar.csar
2022-03-31T12:55:38.637Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:38.638Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:39.154Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16091494130763601415/Definitions/service-Vfw20220331125319-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-31T12:55:41.911Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T12:55:41.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T12:55:41.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 826238ba-159a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||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-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||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-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||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-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||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-Vfw20220331125319-csar.csar
2022-03-31T12:55:41.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T12:55:41.920Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.921Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.937Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.937Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T12:55:41.938Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.940Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T12:55:41.941Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T12:55:41.941Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.941Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.945Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.945Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.945Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.946Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:41.947Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.948Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T12:55:41.948Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.948Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T12:55:41.949Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.950Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.951Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:41.952Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e134465e-597b-4099-8586-4f3cc70af75d
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.953Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T12:55:41.954Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ad4935b-293f-4765-a10c-0fd54e26a6cf
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:41.955Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:41.956Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=feb1b5a3-8123-46af-aee3-de55a35256b1
2022-03-31T12:55:41.957Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:41.958Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-31 12-53-19
Description:catalog service description
Model UUID:f97a699f-454a-4a7e-9765-ed2f2bf0a34b
Model Version:NULL
Model InvariantUuid:e90c53bc-68d1-4844-9532-cccdb32aa0e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 826238ba-159a
Model UUID:bda02ac8-07ac-47cc-84ef-1f816dce7cfa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0af89e34-b4e3-49ca-9789-ee8976bd88bc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:00120c3b-1df9-4c1d-9f17-6850f7a313fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:52101010-0411-4a42-ae95-6c41e3e62ced
ModelName:Vfw826238ba159a..base_vfw..module-0
ModelUuid:b6ef3412-e45b-4564-a880-96cbdeedbf77
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e134465e-597b-4099-8586-4f3cc70af75d
ModelInvariantUuid:e6f27175-1be6-4838-9ca1-cf14e52e9623
ModelName:vFW 826238ba-159a-nodes.vfwCvfc
ModelUuid:2a295a86-40cc-4384-b3e1-6133cfa1d72d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8a4f840d-8fb9-4783-9262-aeb7af1f7d4b
ModelInvariantUuid:c72e882d-72b3-4765-b6fe-972797f7dfdc
ModelName:Vfw826238ba159a.compute.nodes.heat.vfw
ModelUuid:1e88b268-e19a-4577-a630-4b0f97d89c85
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1ad4935b-293f-4765-a10c-0fd54e26a6cf
ModelInvariantUuid:91bf1667-3b2f-4ee3-b3a0-50ac8d195c60
ModelName:vFW 826238ba-159a-nodes.vsnCvfc
ModelUuid:2ea46306-f85f-4141-8b16-f3cb8fdc1e75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a30a5538-e3fa-4b54-85d9-4ed82c8d8011
ModelInvariantUuid:1771363a-6591-4c22-815a-ebb4cb357c59
ModelName:Vfw826238ba159a.compute.nodes.heat.vsn
ModelUuid:dc69e80f-3004-40b1-aeb5-5522a906b50f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:feb1b5a3-8123-46af-aee3-de55a35256b1
ModelInvariantUuid:cfe23a26-8c7c-49e1-bf12-f21f7afd3f1c
ModelName:vFW 826238ba-159a-nodes.vpgCvfc
ModelUuid:d53d1a46-bab4-4fb4-a27a-d53ffda45916
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b2015d48-6de8-4c28-845e-f080c5a9a3ed
ModelInvariantUuid:72902199-f8dd-4352-aca1-9685b9ab27b7
ModelName:Vfw826238ba159a.compute.nodes.heat.vpg
ModelUuid:1cc47108-5800-44d9-825c-a94c6f22111f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T12:55:41.981Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f0988c71-4133-4b9f-9fcf-acea89232080
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T12:55:42.071Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||vFW 826238ba-159a 0
2022-03-31T12:55:42.076Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0988c71-4133-4b9f-9fcf-acea89232080
2022-03-31T12:55:42.076Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4ca32e0b-38a9-4086-8ca4-f6e9219e8eed from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:42.076Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:42.077Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:42.125Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json 4ca32e0b-38a9-4086-8ca4-f6e9219e8eed 785
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json ASDC sendASDCNotification
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:42.126Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:42.127Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:42.129Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:42.130Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731342126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:55:42.230Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:42.230Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:42.231Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:42.242Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:42.242Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:43.131Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw826238ba159a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "52101010-0411-4a42-ae95-6c41e3e62ced",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6ef3412-e45b-4564-a880-96cbdeedbf77",
"vfModuleModelCustomizationUUID": "7ee48080-1138-4a33-ab83-43f6e5aa4038",
"isBase": true,
"artifacts": [
"3eb0ccfc-25b6-48bd-b24a-956949f631e0",
"8b502a57-cba4-446f-89bf-91f4b417bbcd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T12:55:43.148Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw826238ba159a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6ef3412-e45b-4564-a880-96cbdeedbf77
VfModuleModelInvariantUUID:52101010-0411-4a42-ae95-6c41e3e62ced
VfModuleModelDescription:NULL
Artifacts UUID List:{
3eb0ccfc-25b6-48bd-b24a-956949f631e0
,
8b502a57-cba4-446f-89bf-91f4b417bbcd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw826238ba159a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "52101010-0411-4a42-ae95-6c41e3e62ced",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6ef3412-e45b-4564-a880-96cbdeedbf77",
"vfModuleModelCustomizationUUID": "7ee48080-1138-4a33-ab83-43f6e5aa4038",
"isBase": true,
"artifacts": [
"3eb0ccfc-25b6-48bd-b24a-956949f631e0",
"8b502a57-cba4-446f-89bf-91f4b417bbcd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw826238ba159a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6ef3412-e45b-4564-a880-96cbdeedbf77
VfModuleModelInvariantUUID:52101010-0411-4a42-ae95-6c41e3e62ced
VfModuleModelDescription:NULL
Artifacts UUID List:{
3eb0ccfc-25b6-48bd-b24a-956949f631e0
,
8b502a57-cba4-446f-89bf-91f4b417bbcd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3eb0ccfc-25b6-48bd-b24a-956949f631e0 from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:43.151Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:43.203Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:43.205Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml 3eb0ccfc-25b6-48bd-b24a-956949f631e0 20368
2022-03-31T12:55:43.206Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T12:55:43.206Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:43.206Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:43.207Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:43.209Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:43.210Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731343206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:55:43.310Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:43.311Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:43.311Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:43.323Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:43.323Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:44.210Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b502a57-cba4-446f-89bf-91f4b417bbcd from URL: /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:44.211Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T12:55:44.212Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:44.286Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T12:55:44.286Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env 8b502a57-cba4-446f-89bf-91f4b417bbcd 2098
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T12:55:44.287Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:44.290Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:44.290Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731344287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:55:44.390Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:44.391Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:44.391Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:44.404Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:44.404Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:45.291Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f97a699f-454a-4a7e-9765-ed2f2bf0a34b
2022-03-31T12:55:45.292Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 826238ba-159a 0 f0988c71-4133-4b9f-9fcf-acea89232080 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T12:55:45.331Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ff56373, org.onap.sdc.toscaparser.api.parameters.Input@595cfb38, org.onap.sdc.toscaparser.api.parameters.Input@77603c5a, org.onap.sdc.toscaparser.api.parameters.Input@4c476839, org.onap.sdc.toscaparser.api.parameters.Input@86d7439]
2022-03-31T12:55:45.334Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.334Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.334Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-31T12:55:45.335Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 00120c3b-1df9-4c1d-9f17-6850f7a313fb
2022-03-31T12:55:45.335Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00120c3b-1df9-4c1d-9f17-6850f7a313fb matches Tosca VF Customization UUID: 00120c3b-1df9-4c1d-9f17-6850f7a313fb
2022-03-31T12:55:45.335Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 00120c3b-1df9-4c1d-9f17-6850f7a313fb matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T12:55:45.341Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.341Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 00120c3b-1df9-4c1d-9f17-6850f7a313fb: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e5b64c4
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.342Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T12:55:45.343Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ee48080-1138-4a33-ab83-43f6e5aa4038
2022-03-31T12:55:45.343Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ee48080-1138-4a33-ab83-43f6e5aa4038
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T12:55:45.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.349Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:45.350Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.351Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:45.351Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.351Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e134465e-597b-4099-8586-4f3cc70af75d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:45.361Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.362Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T12:55:45.363Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.363Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1ad4935b-293f-4765-a10c-0fd54e26a6cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T12:55:45.364Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.365Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.365Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.367Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T12:55:45.368Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=feb1b5a3-8123-46af-aee3-de55a35256b1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Node template vFW 826238ba-159a 0 is matching search criteria
2022-03-31T12:55:45.370Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 826238ba-159a 0] matching following query criteria: sdcType=VF, customizationUUID=00120c3b-1df9-4c1d-9f17-6850f7a313fb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f97a699f-454a-4a7e-9765-ed2f2bf0a34b: vFW 826238ba-159a
2022-03-31T12:55:45.372Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.373Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-31 12-53-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T12:55:45.374Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-31 12-53-19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T12:55:45.688Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 826238ba-159a f0988c71-4133-4b9f-9fcf-acea89232080 1 ASDC deployResourceStructure
2022-03-31T12:55:45.688Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json ASDC sendASDCNotification
2022-03-31T12:55:45.689Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json
2022-03-31T12:55:45.689Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:45.689Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:45.691Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:45.691Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731345688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T12:55:45.791Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:45.792Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:45.792Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:45.804Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:45.805Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:46.692Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T12:55:46.692Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml
2022-03-31T12:55:46.693Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:46.693Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:46.694Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:46.694Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731346692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T12:55:46.795Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T12:55:46.797Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:46.797Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:46.811Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:46.812Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:47.695Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T12:55:47.696Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env
2022-03-31T12:55:47.696Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:47.696Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:47.698Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:47.698Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731347695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-31T12:55:47.798Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:47.799Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:47.799Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:47.811Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:47.811Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:48.699Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar ASDC sendASDCNotification
2022-03-31T12:55:48.699Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar
2022-03-31T12:55:48.700Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T12:55:48.700Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:55:48.702Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:55:48.703Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731348698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T12:55:48.803Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:55:48.804Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:55:48.804Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:55:48.816Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:55:48.816Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T12:55:49.704Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:55:49.728Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:55:49.730Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:55:49.730Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:55:49.730Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:56:19.731Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:56:19.743Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:56:19.746Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:56:19.746Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:56:19.746Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:56:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:56:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:56:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:56:29.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:56:29.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:56:29.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731329267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:56:29.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:56:49.747Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:56:49.758Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:56:49.760Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:56:49.761Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:56:49.761Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:57:19.761Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:57:19.772Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:57:19.775Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:57:19.775Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:57:19.775Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:57:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:57:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:57:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:57:29.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:57:29.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:57:29.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648731322962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:57:29.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:57:49.776Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:57:49.788Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:57:49.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:57:49.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:57:49.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:58:19.791Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:58:19.802Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:58:19.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:58:19.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T12:58:19.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T12:58:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:58:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:58:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:58:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:58:29.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731325979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731325288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "cds",
"timestamp": 1648731330280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T12:58:29.898Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.898Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731325979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731325288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731325979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731325288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731325979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731333574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731334201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731333756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731334780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731333756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731335842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731329353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731333756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731336936,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T12:58:29.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731333756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731337513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648731337941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731333756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731333756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T12:58:29.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731339442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731333756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648731340448,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T12:58:29.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.942Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731341567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731342126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731343206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731344287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731345688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/vfw826238ba159a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T12:58:29.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731346692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731347695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/resourceInstances/vfw826238ba159a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731348698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731357167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331125319/1.0/artifacts/service-Vfw20220331125319-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T12:58:29.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T12:58:29.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:58:29.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "aai-ml",
"timestamp": 1648731358171,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T12:58:29.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4c96810-9a0e-4cf2-82d7-be57eb71836e
2022-03-31T12:58:29.960Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c96810-9a0e-4cf2-82d7-be57eb71836e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T12:58:49.804Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:58:49.819Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T12:58:49.822Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T12:58:49.822Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T12:58:49.822Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T12:58:49.823Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T12:58:49.830Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T12:59:19.830Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T12:59:19.841Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c96810-9a0e-4cf2-82d7-be57eb71836e and serviceModelVersionId: f97a699f-454a-4a7e-9765-ed2f2bf0a34b
2022-03-31T12:59:19.841Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e90c53bc-68d1-4844-9532-cccdb32aa0e2
2022-03-31T12:59:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:59:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:32.799Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0
2022-03-31T12:59:32.883Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T12:59:33.343Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T12:59:33.348Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0|INFO|500||Invoke
2022-03-31T12:59:33.545Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-31T12:59:33.985Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0|INFO|500||InvokeReturn
2022-03-31T12:59:33.986Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c53bc-68d1-4844-9532-cccdb32aa0e2/model-vers/model-ver/f97a699f-454a-4a7e-9765-ed2f2bf0a34b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-12:59:33:553-1473], vertex-id=[151560], Content-Length=[0], Date=[Thu, 31 Mar 2022 12:59:33 GMT], Content-Type=[application/json]}
2022-03-31T12:59:33.987Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T12:59:33.991Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T12:59:33.991Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T12:59:33.999Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T12:59:34.008Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c96810-9a0e-4cf2-82d7-be57eb71836e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T12:59:34.009Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T12:59:34.010Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T12:59:34.012Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T12:59:34.012Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731574008,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T12:59:34.113Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T12:59:34.114Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T12:59:34.114Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:34.128Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:59:34.129Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T12:59:34.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:59:34.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T12:59:34.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c96810-9a0e-4cf2-82d7-be57eb71836e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648731574008,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T12:59:34.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T12:59:35.032Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:35.033Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:59:35.033Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:46.913Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:59:46.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:46.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:59:46.915Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T12:59:56.455Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T12:59:56.455Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T12:59:56.456Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T12:59:56.456Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:05.998Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:00:05.998Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:00:05.999Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:00:06.000Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:15.544Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:00:29.353Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:00:29.354Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:00:29.355Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:29.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:00:29.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:00:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:00:38.914Z|b4c96810-9a0e-4cf2-82d7-be57eb71836e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:00:38.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:01:29.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:01:29.354Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:01:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:01:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:01:29.357Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:01:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:01:38.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:01:38.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:02:29.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:02:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:02:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:02:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:02:29.357Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:02:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:02:38.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:02:38.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:03:29.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:03:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:03:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:03:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:03:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:03:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:03:38.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:03:38.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:04:29.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:04:29.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:04:29.355Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:04:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:04:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:04:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:04:38.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:04:38.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:05:29.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:05:29.354Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:05:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:05:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:05:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:05:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:05:38.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:05:38.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:06:29.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:06:29.354Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:06:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:06:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:06:29.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:06:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:06:38.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:06:38.901Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:29.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:07:29.354Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:07:29.354Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:07:29.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:07:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:29.988Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:29.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:29.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"95c8fedf-72d9-41d4-9ec7-d47323bb42f3","serviceName":"basic_onboard_WQIUHh","serviceVersion":"1.0","serviceUUID":"50284bec-4a9f-4610-8ae2-e75e9cc3c62c","serviceDescription":"service","serviceInvariantUUID":"4812f470-2c39-4742-a3e8-c595bea4b886","resources":[{"resourceInstanceName":"basic_onboard_WQIUHh 0","resourceName":"basic_onboard_WQIUHh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e155eb3a-d4e3-497f-a295-c8059a826436","resourceInvariantUUID":"e21b55da-28df-465c-a39e-9b3c298a8513","resourceCustomizationUUID":"bd269d68-ae79-4062-ae6c-f531304cd688","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml","artifactChecksum":"NzRiODNiY2JlYzE3MGRlZmNmYzYzN2MxMGY2YzU0YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af5f3b24-caef-4774-89e4-e94c5fcbc235","artifactVersion":"1"},{"artifactName":"basic_onboard_wqiuhh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json","artifactChecksum":"YWU3ZmE5NTBmZjkxNmZiNmM3MGU3YjAxMzI5ZTA5MjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcd6001a-23ac-4b45-b373-481ad61b1bbf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"849c998d-a347-4b20-b4de-8eafb5fd8ba7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3737c637-e967-4b36-aef1-3d1eb8259c6b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf28ea5d-7876-4d2a-b958-05e5495c8102","artifactVersion":"2","generatedFromUUID":"849c998d-a347-4b20-b4de-8eafb5fd8ba7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWqiuhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml","artifactChecksum":"Y2VkMjZhNGFjZmE5NTg3NmU4MzYxZWYwMWYzMjUyMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"196c98da-6831-434a-9d36-eb1b4755c5f9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWqiuhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar","artifactChecksum":"NGZiZTZjNGJkNThlM2YxZTQzOTA3M2I5MTk5YmE1MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b11cf616-dbaf-4e45-929c-2a76250d6930","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:07:29.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732022962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732023756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732020370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732015979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732020370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.993Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.993Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:29.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732022962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732023756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732015979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732025288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732020370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732023756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732015979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732022962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732025288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732023756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732020370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732022962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.996Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732015979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732025288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732020370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732022962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732023756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732015979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732025288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732020370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732023756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732022962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732015979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732025288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732023756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732022962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732020370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732015979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:07:29.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732025288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732031885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732031887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732031887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732025288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:29.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "cds",
"timestamp": 1648732032890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:07:30.021Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.021Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732033067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732034115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:30.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732034640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732035165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732035644,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:07:30.040Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.040Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:07:30.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732036195,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:07:30.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:07:30.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732037198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732037899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:07:30.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "aai-ml",
"timestamp": 1648732038903,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:07:30.078Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
2022-03-31T13:07:30.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:07:30.096Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:30.097Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:30.097Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:30.121Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:30.122Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:07:30.996Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:30.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:30.999Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:30.999Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:07:31.099Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:31.100Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:31.100Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:31.112Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:31.113Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:32.000Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:32.000Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:32.002Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:32.002Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:07:32.103Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:32.103Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:32.103Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:32.116Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:32.116Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:33.003Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:33.004Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:33.006Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:33.006Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:33.106Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:33.107Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:33.107Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:33.120Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:33.121Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:34.007Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:34.007Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:34.009Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:34.009Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:07:34.110Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:34.110Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:34.111Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:34.123Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:34.123Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:35.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:35.011Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:35.013Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:35.013Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:07:35.113Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:35.114Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:35.115Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:35.127Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:35.128Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:36.014Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:07:36.014Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:36.017Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:36.017Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:07:36.117Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:36.118Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:36.118Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:36.131Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:36.131Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:37.019Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"serviceName": "basic_onboard_WQIUHh",
"serviceVersion": "1.0",
"serviceUUID": "50284bec-4a9f-4610-8ae2-e75e9cc3c62c",
"serviceDescription": "service",
"serviceInvariantUUID": "4812f470-2c39-4742-a3e8-c595bea4b886",
"resources": [
{
"resourceInstanceName": "basic_onboard_WQIUHh 0",
"resourceCustomizationUUID": "bd269d68-ae79-4062-ae6c-f531304cd688",
"resourceName": "basic_onboard_WQIUHh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e155eb3a-d4e3-497f-a295-c8059a826436",
"resourceInvariantUUID": "e21b55da-28df-465c-a39e-9b3c298a8513",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wqiuhh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"artifactChecksum": "YWU3ZmE5NTBmZjkxNmZiNmM3MGU3YjAxMzI5ZTA5MjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcd6001a-23ac-4b45-b373-481ad61b1bbf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "849c998d-a347-4b20-b4de-8eafb5fd8ba7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf28ea5d-7876-4d2a-b958-05e5495c8102",
"generatedFromUUID": "849c998d-a347-4b20-b4de-8eafb5fd8ba7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf28ea5d-7876-4d2a-b958-05e5495c8102",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWqiuhh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"artifactChecksum": "NGZiZTZjNGJkNThlM2YxZTQzOTA3M2I5MTk5YmE1MmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b11cf616-dbaf-4e45-929c-2a76250d6930"
}
],
"workloadContext": "Production"
}
2022-03-31T13:07:37.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:07:37.019Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50284bec-4a9f-4610-8ae2-e75e9cc3c62c ASDC
2022-03-31T13:07:37.020Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:95c8fedf-72d9-41d4-9ec7-d47323bb42f3
ServiceName:basic_onboard_WQIUHh
ServiceVersion:1.0
ServiceUUID:50284bec-4a9f-4610-8ae2-e75e9cc3c62c
ServiceInvariantUUID:4812f470-2c39-4742-a3e8-c595bea4b886
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWqiuhh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
ArtifactUUID:b11cf616-dbaf-4e45-929c-2a76250d6930
ArtifactChecksum:NGZiZTZjNGJkNThlM2YxZTQzOTA3M2I5MTk5YmE1MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WQIUHh 0
ResourceCustomizationUUID:bd269d68-ae79-4062-ae6c-f531304cd688
ResourceInvariantUUID:e21b55da-28df-465c-a39e-9b3c298a8513
ResourceName:basic_onboard_WQIUHh
ResourceType:VF
ResourceUUID:e155eb3a-d4e3-497f-a295-c8059a826436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wqiuhh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
ArtifactUUID:fcd6001a-23ac-4b45-b373-481ad61b1bbf
ArtifactChecksum:YWU3ZmE5NTBmZjkxNmZiNmM3MGU3YjAxMzI5ZTA5MjU=
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/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:849c998d-a347-4b20-b4de-8eafb5fd8ba7
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/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
ArtifactUUID:bf28ea5d-7876-4d2a-b958-05e5495c8102
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/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
ArtifactUUID:bf28ea5d-7876-4d2a-b958-05e5495c8102
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T13:07:37.020Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50284bec-4a9f-4610-8ae2-e75e9cc3c62c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:07:37.060Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b11cf616-dbaf-4e45-929c-2a76250d6930 from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:37.061Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:37.128Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:37.130Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar b11cf616-dbaf-4e45-929c-2a76250d6930 71578
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar ASDC sendASDCNotification
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:37.131Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:37.133Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:37.133Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732057131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:37.233Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:37.234Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:37.235Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:37.247Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:37.247Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:38.133Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:07:38.134Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-31T13:07:38.135Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b11cf616-dbaf-4e45-929c-2a76250d6930, URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar to file: /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.135Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.136Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.136Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:38.274Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6611037700267570299/Definitions/service-BasicOnboardWqiuhh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T13:07:39.479Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:07:39.480Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.545Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WQIUHh 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.546Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.547Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:07:39.548Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:39.549Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is not matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=656befe5-261d-497d-abc3-311680e5fd69
2022-03-31T13:07:39.550Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:39.551Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WQIUHh
Description:service
Model UUID:50284bec-4a9f-4610-8ae2-e75e9cc3c62c
Model Version:NULL
Model InvariantUuid:4812f470-2c39-4742-a3e8-c595bea4b886
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WQIUHh
Model UUID:6579b3cb-ccc2-4fe0-9fc2-dec1ddd21ec4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e21b55da-28df-465c-a39e-9b3c298a8513
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bd269d68-ae79-4062-ae6c-f531304cd688
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8bb97eb3-bb49-46ee-8541-2e5e607f1f41
ModelName:BasicOnboardWqiuhh..base_ubuntu18..module-0
ModelUuid:b84d42de-5852-4224-9959-3ede4bd466ca
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:656befe5-261d-497d-abc3-311680e5fd69
ModelInvariantUuid:3848bc17-0bea-4117-9de3-1c3ab4b0b220
ModelName:basic_onboard_WQIUHh-nodes.ubuntu18Cvfc
ModelUuid:c5839448-fbe5-4b38-aeb6-ee0e61710852
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:73cb8078-3883-46f9-b972-d0daf783ce25
ModelInvariantUuid:86b14de2-3152-469c-8d8a-35fb56c500d9
ModelName:BasicOnboardWqiuhh.compute.nodes.heat.ubuntu18
ModelUuid:86a0ebd3-e3c1-46ef-8bcf-076740dfc835
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T13:07:39.561Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e155eb3a-d4e3-497f-a295-c8059a826436
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:07:39.564Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||basic_onboard_WQIUHh 0
2022-03-31T13:07:39.565Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e155eb3a-d4e3-497f-a295-c8059a826436
2022-03-31T13:07:39.565Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fcd6001a-23ac-4b45-b373-481ad61b1bbf from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:39.565Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:39.566Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json fcd6001a-23ac-4b45-b373-481ad61b1bbf 798
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json ASDC sendASDCNotification
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:39.615Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:39.616Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:39.617Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:39.617Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732059615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:39.717Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:39.718Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:39.718Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:39.731Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:39.732Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:40.618Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWqiuhh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8bb97eb3-bb49-46ee-8541-2e5e607f1f41",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b84d42de-5852-4224-9959-3ede4bd466ca",
"vfModuleModelCustomizationUUID": "eb002cc7-1539-471a-827a-43867367d7af",
"isBase": true,
"artifacts": [
"849c998d-a347-4b20-b4de-8eafb5fd8ba7",
"bf28ea5d-7876-4d2a-b958-05e5495c8102"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:07:40.623Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWqiuhh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b84d42de-5852-4224-9959-3ede4bd466ca
VfModuleModelInvariantUUID:8bb97eb3-bb49-46ee-8541-2e5e607f1f41
VfModuleModelDescription:NULL
Artifacts UUID List:{
849c998d-a347-4b20-b4de-8eafb5fd8ba7
,
bf28ea5d-7876-4d2a-b958-05e5495c8102
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:07:40.626Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWqiuhh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8bb97eb3-bb49-46ee-8541-2e5e607f1f41",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b84d42de-5852-4224-9959-3ede4bd466ca",
"vfModuleModelCustomizationUUID": "eb002cc7-1539-471a-827a-43867367d7af",
"isBase": true,
"artifacts": [
"849c998d-a347-4b20-b4de-8eafb5fd8ba7",
"bf28ea5d-7876-4d2a-b958-05e5495c8102"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:07:40.626Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWqiuhh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b84d42de-5852-4224-9959-3ede4bd466ca
VfModuleModelInvariantUUID:8bb97eb3-bb49-46ee-8541-2e5e607f1f41
VfModuleModelDescription:NULL
Artifacts UUID List:{
849c998d-a347-4b20-b4de-8eafb5fd8ba7
,
bf28ea5d-7876-4d2a-b958-05e5495c8102
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:07:40.626Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 849c998d-a347-4b20-b4de-8eafb5fd8ba7 from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:40.627Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:40.627Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:40.675Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml 849c998d-a347-4b20-b4de-8eafb5fd8ba7 5033
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:40.676Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:40.678Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:40.678Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732060676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:40.778Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:40.780Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:40.780Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:40.791Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:40.792Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:41.680Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bf28ea5d-7876-4d2a-b958-05e5495c8102 from URL: /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:41.680Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-31T13:07:41.680Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:41.725Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-31T13:07:41.725Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env bf28ea5d-7876-4d2a-b958-05e5495c8102 909
2022-03-31T13:07:41.725Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T13:07:41.726Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:41.726Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:07:41.726Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:41.727Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:41.728Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732061725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:07:41.828Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:41.828Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:41.829Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:41.841Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:41.841Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:42.728Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 50284bec-4a9f-4610-8ae2-e75e9cc3c62c
2022-03-31T13:07:42.729Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WQIUHh 0 e155eb3a-d4e3-497f-a295-c8059a826436 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:07:42.745Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50c1e3f7, org.onap.sdc.toscaparser.api.parameters.Input@4c2eb62a, org.onap.sdc.toscaparser.api.parameters.Input@3258470a, org.onap.sdc.toscaparser.api.parameters.Input@3677ee9d, org.onap.sdc.toscaparser.api.parameters.Input@69766dff]
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-31T13:07:42.747Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bd269d68-ae79-4062-ae6c-f531304cd688
2022-03-31T13:07:42.748Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd269d68-ae79-4062-ae6c-f531304cd688 matches Tosca VF Customization UUID: bd269d68-ae79-4062-ae6c-f531304cd688
2022-03-31T13:07:42.748Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bd269d68-ae79-4062-ae6c-f531304cd688 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T13:07:42.751Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.751Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.752Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bd269d68-ae79-4062-ae6c-f531304cd688: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-31T13:07:42.752Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29ca6589
2022-03-31T13:07:42.752Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.753Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:07:42.753Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb002cc7-1539-471a-827a-43867367d7af
2022-03-31T13:07:42.753Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb002cc7-1539-471a-827a-43867367d7af
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.757Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is not matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T13:07:42.758Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=656befe5-261d-497d-abc3-311680e5fd69
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_WQIUHh 0 is matching search criteria
2022-03-31T13:07:42.760Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WQIUHh 0] matching following query criteria: sdcType=VF, customizationUUID=bd269d68-ae79-4062-ae6c-f531304cd688
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 50284bec-4a9f-4610-8ae2-e75e9cc3c62c: basic_onboard_WQIUHh
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.762Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_WQIUHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:07:42.763Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_WQIUHh
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:07:42.853Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WQIUHh e155eb3a-d4e3-497f-a295-c8059a826436 1 ASDC deployResourceStructure
2022-03-31T13:07:42.853Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json ASDC sendASDCNotification
2022-03-31T13:07:42.853Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json
2022-03-31T13:07:42.854Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:42.854Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:42.856Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:42.856Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732062853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:07:42.957Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:42.958Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:42.958Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:42.971Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:42.971Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:07:43.857Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T13:07:43.858Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml
2022-03-31T13:07:43.858Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:43.859Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:43.862Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:43.862Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732063857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T13:07:43.962Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:43.963Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:43.963Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:43.975Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:43.976Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:44.862Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T13:07:44.863Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env
2022-03-31T13:07:44.863Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:44.863Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:44.865Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:44.866Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732064862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-31T13:07:44.966Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:44.966Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:44.967Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:44.979Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:44.980Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:07:45.866Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar ASDC sendASDCNotification
2022-03-31T13:07:45.867Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar
2022-03-31T13:07:45.867Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:07:45.867Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:07:45.870Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:07:45.870Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732065866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:07:45.971Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:07:45.971Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:07:45.972Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:07:45.985Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:07:45.985Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:07:46.871Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:07:46.887Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:07:46.890Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:07:46.890Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:07:46.891Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:07:46.897Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:08:16.898Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T13:08:16.906Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and serviceModelVersionId: 50284bec-4a9f-4610-8ae2-e75e9cc3c62c
2022-03-31T13:08:16.906Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4812f470-2c39-4742-a3e8-c595bea4b886
2022-03-31T13:08:16.907Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0
2022-03-31T13:08:16.928Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:08:16.978Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|INFO|500||Invoke
2022-03-31T13:08:16.979Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95c8fedf-72d9-41d4-9ec7-d47323bb42f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b83e0b5c-5446-4761-a406-d09f8913f7b6], X-ECOMP-RequestID=[95c8fedf-72d9-41d4-9ec7-d47323bb42f3], X-TransactionId=[], X-ONAP-RequestID=[95c8fedf-72d9-41d4-9ec7-d47323bb42f3], Content-Type=[application/merge-patch+json]}
2022-03-31T13:08:17.002Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-31T13:08:17.085Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?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/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-13:08:17:011-28226], vertex-id=[188592], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:08:17 GMT], Content-Type=[application/json]}
2022-03-31T13:08:17.086Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:08:17.086Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4812f470-2c39-4742-a3e8-c595bea4b886/model-vers/model-ver/50284bec-4a9f-4610-8ae2-e75e9cc3c62c?depth=0|INFO|500||InvokeReturn
2022-03-31T13:08:17.087Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:08:17.087Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:08:17.094Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T13:08:17.094Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95c8fedf-72d9-41d4-9ec7-d47323bb42f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:08:17.095Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:08:17.095Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:08:17.096Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:08:17.096Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732097094,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:08:17.197Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:08:17.198Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:08:17.198Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:08:17.212Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:08:17.212Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:08:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:08:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:08:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:08:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:08:29.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:08:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:08:29.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:08:29.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:08:29.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:08:29.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:08:38.900Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:09:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:09:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:09:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:09:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:09:29.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:09:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:09:29.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:09:29.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:09:29.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:09:29.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:09:29.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732049353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732057131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732059615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732060676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732061725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732062853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/basic_onboard_wqiuhh0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732063857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732064862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/resourceInstances/basic_onboard_wqiuhh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732065866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWqiuhh/1.0/artifacts/service-BasicOnboardWqiuhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95c8fedf-72d9-41d4-9ec7-d47323bb42f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732097094,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:09:29.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:09:38.906Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:10:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:10:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:10:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:10:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:10:29.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:10:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:10:38.911Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:10:38.911Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:11:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:11:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:11:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:11:29.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:11:29.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:11:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:11:38.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:11:38.902Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:12:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:12:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:12:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:12:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:12:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:12:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:12:38.903Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:12:38.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:13:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:13:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:13:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:13:29.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:13:29.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:13:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:13:38.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:13:38.899Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:14:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:14:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:14:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:14:29.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:14:29.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:14:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:14:38.902Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:14:38.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:15:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:15:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:15:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:15:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:15:29.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:15:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:15:38.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:15:38.902Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:16:29.353Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:16:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:16:29.354Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:16:29.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:16:29.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:16:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:16:38.900Z|95c8fedf-72d9-41d4-9ec7-d47323bb42f3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:16:38.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:17:29.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:17:29.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:17:29.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:17:29.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:17:29.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:17:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:17:38.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:17:38.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:18:29.354Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:18:29.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:18:29.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:18:29.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:18:29.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:18:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:18:38.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:18:38.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:19:29.354Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:19:29.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:19:29.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:19:29.357Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:19:29.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:19:29.357Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:19:38.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:19:38.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:29.354Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:20:29.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:20:29.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:20:29.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:20:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:29.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:29.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:29.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:20:29.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:29.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T13:20:29.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bd483be-66d4-4d69-80e5-e798f5bd7bcd","serviceName":"Demo_pNF_9p8fjRUIPIIFcb5wzs68","serviceVersion":"1.0","serviceUUID":"7d6ca28e-86ef-430c-919d-6ff7182fd266","serviceDescription":"catalog service description","serviceInvariantUUID":"083f4770-e8ff-4d38-8d5b-25dc342170ae","resources":[{"resourceInstanceName":"pNF 60299c41-bece 0","resourceName":"pNF 60299c41-bece","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"edd35a62-172b-4fbc-8727-b225cea0d00a","resourceInvariantUUID":"10a4fa68-ca6b-490d-925a-d5654ade836c","resourceCustomizationUUID":"bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml","artifactChecksum":"MmEwYjA0M2QwNjk3ZGUwMDI2YTI1NWUwMjU4NmRkYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb21b85d-bb95-4224-bf81-89e5dcafe08f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar","artifactChecksum":"MzU4ZTNiYzFjZmFlNjIzMmRlZWE0MTU1OTY5OGYxYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c20937f5-d8df-4bcf-8de7-d943e67fdfb4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"815dcab1-4384-4fb2-bf68-a27cdfe5f1fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml","artifactChecksum":"MjhjYWRmZjM1MmZiMDA0NDIxYzllYTkxMDI0NjhjZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c12f358-0773-4ee4-8884-deb6a1272f80","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de9daf58-035d-45b7-9c12-3fd99ec81d1c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e99f21d2-0753-4e2a-ac63-226234c7425d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9p8fjruipiifcb5wzs68-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml","artifactChecksum":"ODZiYTM0NGEzNzU3MWZiY2I2ZDFhMzFkYWQ1ZmYzM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d03a4f9-a377-4f6f-b199-d95f3639cf12","artifactVersion":"1"},{"artifactName":"service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar","artifactChecksum":"M2MzOThhY2QxZDE0MzhiOTAwMzZkNDFkMTlmY2FmY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ed57f24-e98b-42d2-9c01-978a5656cc36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:20:29.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:29.992Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:29.995Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:29.995Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:30.095Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:30.096Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:30.096Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:30.111Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:30.111Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:30.995Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:30.996Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:30.998Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:30.999Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:31.099Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:31.100Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:31.100Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:31.112Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:31.112Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:31.999Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:32.000Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:32.003Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:32.003Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:32.103Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:32.105Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:32.105Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:32.116Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:32.116Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:33.003Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:33.005Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:33.007Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:33.007Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:33.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:33.108Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:33.108Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:33.120Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:33.121Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:34.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:34.009Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:34.011Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:34.011Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:34.111Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:34.112Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:34.112Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:34.124Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:34.124Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:35.012Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:35.013Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:35.015Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:35.015Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:35.116Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:35.117Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:35.117Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:35.128Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:35.129Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:36.016Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:36.017Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:36.020Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:36.020Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:20:36.120Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:36.121Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:36.121Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:36.132Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:36.133Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:37.021Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:20:37.022Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:37.024Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:37.024Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:20:37.124Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:37.125Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:37.125Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:37.135Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:37.136Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:38.026Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"serviceName": "Demo_pNF_9p8fjRUIPIIFcb5wzs68",
"serviceVersion": "1.0",
"serviceUUID": "7d6ca28e-86ef-430c-919d-6ff7182fd266",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "083f4770-e8ff-4d38-8d5b-25dc342170ae",
"resources": [
{
"resourceInstanceName": "pNF 60299c41-bece 0",
"resourceCustomizationUUID": "bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14",
"resourceName": "pNF 60299c41-bece",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "edd35a62-172b-4fbc-8727-b225cea0d00a",
"resourceInvariantUUID": "10a4fa68-ca6b-490d-925a-d5654ade836c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"artifactChecksum": "M2MzOThhY2QxZDE0MzhiOTAwMzZkNDFkMTlmY2FmY2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7ed57f24-e98b-42d2-9c01-978a5656cc36"
}
],
"workloadContext": "Production"
}
2022-03-31T13:20:38.026Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:20:38.026Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d6ca28e-86ef-430c-919d-6ff7182fd266 ASDC
2022-03-31T13:20:38.027Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7bd483be-66d4-4d69-80e5-e798f5bd7bcd
ServiceName:Demo_pNF_9p8fjRUIPIIFcb5wzs68
ServiceVersion:1.0
ServiceUUID:7d6ca28e-86ef-430c-919d-6ff7182fd266
ServiceInvariantUUID:083f4770-e8ff-4d38-8d5b-25dc342170ae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
ArtifactUUID:7ed57f24-e98b-42d2-9c01-978a5656cc36
ArtifactChecksum:M2MzOThhY2QxZDE0MzhiOTAwMzZkNDFkMTlmY2FmY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 60299c41-bece 0
ResourceCustomizationUUID:bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14
ResourceInvariantUUID:10a4fa68-ca6b-490d-925a-d5654ade836c
ResourceName:pNF 60299c41-bece
ResourceType:PNF
ResourceUUID:edd35a62-172b-4fbc-8727-b225cea0d00a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-31T13:20:38.027Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d6ca28e-86ef-430c-919d-6ff7182fd266 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:20:38.059Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7ed57f24-e98b-42d2-9c01-978a5656cc36 from URL: /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:20:38.060Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:38.185Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar 7ed57f24-e98b-42d2-9c01-978a5656cc36 82635
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar ASDC sendASDCNotification
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:20:38.191Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:38.194Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:38.194Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732838191,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:20:38.294Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:38.295Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:38.295Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:38.307Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:38.308Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:39.194Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:20:39.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:20:39.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7ed57f24-e98b-42d2-9c01-978a5656cc36, URL: /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar to file: /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.327Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4717867858097749047/Definitions/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 60299c41-bece 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:39.999Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Node template pNF 60299c41-bece 0 is matching search criteria
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 60299c41-bece 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Node template pNF 60299c41-bece 0 is matching search criteria
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 60299c41-bece 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:20:40.000Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.001Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_9p8fjRUIPIIFcb5wzs68
Description:catalog service description
Model UUID:7d6ca28e-86ef-430c-919d-6ff7182fd266
Model Version:NULL
Model InvariantUuid:083f4770-e8ff-4d38-8d5b-25dc342170ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T13:20:40.007Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: edd35a62-172b-4fbc-8727-b225cea0d00a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:20:40.010Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||pNF 60299c41-bece 0
2022-03-31T13:20:40.010Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: edd35a62-172b-4fbc-8727-b225cea0d00a
2022-03-31T13:20:40.011Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7d6ca28e-86ef-430c-919d-6ff7182fd266
2022-03-31T13:20:40.011Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d6ca28e-86ef-430c-919d-6ff7182fd266
2022-03-31T13:20:40.011Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 60299c41-bece 0 edd35a62-172b-4fbc-8727-b225cea0d00a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ec468bc, org.onap.sdc.toscaparser.api.parameters.Input@67a96d0b, org.onap.sdc.toscaparser.api.parameters.Input@7f2898d9, org.onap.sdc.toscaparser.api.parameters.Input@2acf162c, org.onap.sdc.toscaparser.api.parameters.Input@57b31a41]
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d6ca28e-86ef-430c-919d-6ff7182fd266: pNF 60299c41-bece
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Processing PNF resource: edd35a62-172b-4fbc-8727-b225cea0d00a
2022-03-31T13:20:40.015Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:20:40.016Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9p8fjRUIPIIFcb5wzs68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:20:40.016Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||Resource customization UUID: bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14 is the same as notified resource customizationUUID: bbd7a5a2-d5ff-47d3-ba7b-2c56a7f5ce14
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 60299c41-bece edd35a62-172b-4fbc-8727-b225cea0d00a 0 ASDC deployResourceStructure
2022-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar ASDC sendASDCNotification
2022-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar
2022-03-31T13:20:40.082Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T13:20:40.083Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:20:40.084Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:20:40.085Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732840082,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:20:40.185Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:20:40.186Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:20:40.186Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:20:40.199Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:20:40.200Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:20:41.086Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:20:41.100Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:20:41.102Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:20:41.102Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:20:41.102Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:21:11.103Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:21:11.115Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:21:11.118Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:21:11.119Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:21:11.119Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:21:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:21:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:21:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:21:29.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:21:29.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:21:29.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:21:29.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:21:41.119Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:21:41.130Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:21:41.134Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:21:41.134Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:21:41.134Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:22:11.135Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:22:11.147Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:22:11.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:22:11.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:22:11.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:22:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:22:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:22:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:22:29.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:22:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:22:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:22:29.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:22:41.149Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:22:41.159Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:22:41.161Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:22:41.161Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:22:41.162Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:23:11.162Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:23:11.175Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:23:11.177Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:23:11.177Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T13:23:11.177Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T13:23:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:23:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:23:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:23:29.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:23:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732822962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732815370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648732825288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732833261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732833570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732825979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "cds",
"timestamp": 1648732834267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:23:29.402Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.402Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:23:29.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732834871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732834875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648732835879,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:23:29.419Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.419Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:23:29.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732836753,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:23:29.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732829353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648732837758,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:23:29.434Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.434Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732838191,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/resourceInstances/pnf60299c41bece0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648732840082,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732833756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:23:29.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732842486,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732846426,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9p8fjruipiifcb5wzs68/1.0/artifacts/service-DemoPnf9p8fjruipiifcb5wzs68-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:23:29.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "aai-ml",
"timestamp": 1648732847430,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:23:29.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
2022-03-31T13:23:29.449Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:23:41.178Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:23:41.192Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T13:23:41.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T13:23:41.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T13:23:41.195Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T13:23:41.196Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:23:41.202Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T13:24:11.202Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T13:24:11.208Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and serviceModelVersionId: 7d6ca28e-86ef-430c-919d-6ff7182fd266
2022-03-31T13:24:11.209Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 083f4770-e8ff-4d38-8d5b-25dc342170ae
2022-03-31T13:24:11.210Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0
2022-03-31T13:24:11.216Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T13:24:11.253Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T13:24:11.254Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0|INFO|500||Invoke
2022-03-31T13:24:11.280Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-31T13:24:11.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0|INFO|500||InvokeReturn
2022-03-31T13:24:11.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/083f4770-e8ff-4d38-8d5b-25dc342170ae/model-vers/model-ver/7d6ca28e-86ef-430c-919d-6ff7182fd266?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-13:24:11:287-15277], vertex-id=[180360], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:24:11 GMT], Content-Type=[application/json]}
2022-03-31T13:24:11.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T13:24:11.363Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T13:24:11.363Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bd483be-66d4-4d69-80e5-e798f5bd7bcd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T13:24:11.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:11.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:11.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bd483be-66d4-4d69-80e5-e798f5bd7bcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733051370,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T13:24:11.472Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:11.473Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:11.473Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:11.507Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:11.508Z||pool-45-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T13:24:12.387Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:24:12.387Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:24:12.387Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:18.351Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:18.352Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T13:24:18.352Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb1b17b0-0e59-4a36-ab7e-9be37dfd0478","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1967c595-853b-4eec-b0b2-a9a3711bc50f","serviceDescription":"service","serviceInvariantUUID":"d8ce03a7-a5f8-468f-a8aa-d8d6952484e8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"719a72eb-8966-49ad-971d-e44e68877ff2","resourceInvariantUUID":"d60df9c1-c0d7-4849-b2c4-4711197a6451","resourceCustomizationUUID":"49aad0fc-503f-4268-a22e-0748e9f5dc5b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NTllOTRkZWE2ZmU5MDQ2NmFlZTA2YmVlZmYwNWY3YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c5550d2-12c6-480f-851c-9c5d54841a4a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDAzMjgxZGYxNTUwNDMxZWU5NTcyNGVkOTkzODZkOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7062d43-c1c5-409a-91e5-08420ee99215","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08016017-b1e7-41d4-9a9c-7a50dcec5dc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d558fda-b7a0-4cde-87db-7b57c16d9f95","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6589ec0-4c08-4c1f-9495-309298717cc9","artifactVersion":"2","generatedFromUUID":"08016017-b1e7-41d4-9a9c-7a50dcec5dc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmQ2NmI0MDFmZmM5MTU1ZDk2NTQwYzBhOGU1NDJmNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"66ae7567-5aa1-4d67-9238-05662784334b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2VlNzM5OTRkNDY1NTkwODViMzk4ODEwM2RmMThhZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5043017-824d-4572-a6fa-024aad646398","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T13:24:18.356Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:18.356Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:18.358Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:18.358Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733052386,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:18.458Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:18.459Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:18.459Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:18.473Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:18.473Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:19.359Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:19.360Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:19.361Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:19.361Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733052386,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:24:19.462Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:24:19.463Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:19.463Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:19.476Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:19.476Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:24:20.362Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:20.363Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:20.366Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:20.366Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733052386,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:24:20.466Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:20.467Z||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.
2022-03-31T13:24:20.467Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:20.480Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:20.480Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:21.367Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:21.367Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:21.369Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:21.369Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733052386,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:21.469Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:21.470Z||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.
2022-03-31T13:24:21.470Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:21.482Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:21.483Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:22.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:22.370Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:22.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:22.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733052386,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-03-31T13:24:22.472Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:22.473Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:22.473Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:22.486Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:22.487Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:23.372Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:23.373Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:23.375Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:23.375Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733052386,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:23.475Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:23.476Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:23.476Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:23.486Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:23.487Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:24.376Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T13:24:24.377Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:24.378Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:24.378Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733052386,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:24:24.479Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:24.480Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:24.480Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:24.492Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:24.493Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:25.380Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "1967c595-853b-4eec-b0b2-a9a3711bc50f",
"serviceDescription": "service",
"serviceInvariantUUID": "d8ce03a7-a5f8-468f-a8aa-d8d6952484e8",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "49aad0fc-503f-4268-a22e-0748e9f5dc5b",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "719a72eb-8966-49ad-971d-e44e68877ff2",
"resourceInvariantUUID": "d60df9c1-c0d7-4849-b2c4-4711197a6451",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NDAzMjgxZGYxNTUwNDMxZWU5NTcyNGVkOTkzODZkOWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7062d43-c1c5-409a-91e5-08420ee99215",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "08016017-b1e7-41d4-9a9c-7a50dcec5dc0",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6589ec0-4c08-4c1f-9495-309298717cc9",
"generatedFromUUID": "08016017-b1e7-41d4-9a9c-7a50dcec5dc0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6589ec0-4c08-4c1f-9495-309298717cc9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "M2VlNzM5OTRkNDY1NTkwODViMzk4ODEwM2RmMThhZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a5043017-824d-4572-a6fa-024aad646398"
}
],
"workloadContext": "Production"
}
2022-03-31T13:24:25.381Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T13:24:25.381Z|7bd483be-66d4-4d69-80e5-e798f5bd7bcd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1967c595-853b-4eec-b0b2-a9a3711bc50f ASDC
2022-03-31T13:24:25.381Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1967c595-853b-4eec-b0b2-a9a3711bc50f
ServiceInvariantUUID:d8ce03a7-a5f8-468f-a8aa-d8d6952484e8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:a5043017-824d-4572-a6fa-024aad646398
ArtifactChecksum:M2VlNzM5OTRkNDY1NTkwODViMzk4ODEwM2RmMThhZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:49aad0fc-503f-4268-a22e-0748e9f5dc5b
ResourceInvariantUUID:d60df9c1-c0d7-4849-b2c4-4711197a6451
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:719a72eb-8966-49ad-971d-e44e68877ff2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e7062d43-c1c5-409a-91e5-08420ee99215
ArtifactChecksum:NDAzMjgxZGYxNTUwNDMxZWU5NTcyNGVkOTkzODZkOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:08016017-b1e7-41d4-9a9c-7a50dcec5dc0
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:a6589ec0-4c08-4c1f-9495-309298717cc9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:a6589ec0-4c08-4c1f-9495-309298717cc9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T13:24:25.381Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1967c595-853b-4eec-b0b2-a9a3711bc50f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:24:25.410Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5043017-824d-4572-a6fa-024aad646398 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:25.411Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T13:24:25.736Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:25.739Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a5043017-824d-4572-a6fa-024aad646398 71055
2022-03-31T13:24:25.739Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-31T13:24:25.740Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-31T13:24:25.740Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:25.740Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:25.741Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:25.742Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733065739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:24:25.842Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:25.843Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:25.843Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:25.855Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:25.856Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:26.742Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T13:24:26.744Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T13:24:26.744Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a5043017-824d-4572-a6fa-024aad646398, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:26.744Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-31T13:24:26.745Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:26.745Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:27.278Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2907609561322688188/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.252Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T13:24:28.253Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T13:24:28.254Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-31T13:24:28.255Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c33e9221-6691-4a55-a934-f7ee0d3999ce
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.256Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.257Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T13:24:28.257Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T13:24:28.257Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1967c595-853b-4eec-b0b2-a9a3711bc50f
Model Version:NULL
Model InvariantUuid:d8ce03a7-a5f8-468f-a8aa-d8d6952484e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:36aa78a0-eaf6-4df1-af74-779b7defd576
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d60df9c1-c0d7-4849-b2c4-4711197a6451
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:49aad0fc-503f-4268-a22e-0748e9f5dc5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6080831b-24fe-404f-92ec-f8da42cf73d6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1c119f8f-d207-4e01-a761-ed103f52211e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c33e9221-6691-4a55-a934-f7ee0d3999ce
ModelInvariantUuid:d15823f1-37a3-4930-b380-c2d53685eeba
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e0e7fea7-2c9e-4042-8520-c7a9bc175030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:44fd9ad2-5aca-455c-a48a-9896cba2853d
ModelInvariantUuid:e3c56c55-f9cd-4473-b944-767b24738b7a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f6f9f998-9687-4f83-ae43-4b2e976371d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T13:24:28.266Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 719a72eb-8966-49ad-971d-e44e68877ff2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:24:28.268Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 719a72eb-8966-49ad-971d-e44e68877ff2
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7062d43-c1c5-409a-91e5-08420ee99215 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:28.269Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T13:24:29.142Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e7062d43-c1c5-409a-91e5-08420ee99215 787
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:29.143Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:29.145Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:29.145Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733069143,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:24:29.245Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:29.246Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:29.246Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:29.259Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:29.260Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T13:24:29.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T13:24:29.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T13:24:29.356Z||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 iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:29.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:29.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648732995370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648732995370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648732995370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648732995370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648732995370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648732995370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "ves-openapi-manager",
"timestamp": 1648733002962,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648732995370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "ves-openapi-manager",
"timestamp": 1648733002962,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "ves-openapi-manager",
"timestamp": 1648733002962,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648733005288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648733006267,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "ves-openapi-manager",
"timestamp": 1648733002962,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648733005979,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648733005288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "cds",
"timestamp": 1648733007271,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T13:24:29.401Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb1b17b0-0e59-4a36-ab7e-9be37dfd0478
2022-03-31T13:24:29.401Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb1b17b0-0e59-4a36-ab7e-9be37dfd0478 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T13:24:29.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "ves-openapi-manager",
"timestamp": 1648733002962,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648733005979,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648733005288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "ves-openapi-manager",
"timestamp": 1648733002962,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648733005979,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648733005288,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T13:24:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-31T13:24:30.146Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "6080831b-24fe-404f-92ec-f8da42cf73d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1c119f8f-d207-4e01-a761-ed103f52211e",
"vfModuleModelCustomizationUUID": "165a489e-89ba-4104-966b-7bdfd5d3d12d",
"isBase": true,
"artifacts": [
"08016017-b1e7-41d4-9a9c-7a50dcec5dc0",
"a6589ec0-4c08-4c1f-9495-309298717cc9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:24:30.151Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c119f8f-d207-4e01-a761-ed103f52211e
VfModuleModelInvariantUUID:6080831b-24fe-404f-92ec-f8da42cf73d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
08016017-b1e7-41d4-9a9c-7a50dcec5dc0
,
a6589ec0-4c08-4c1f-9495-309298717cc9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "6080831b-24fe-404f-92ec-f8da42cf73d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1c119f8f-d207-4e01-a761-ed103f52211e",
"vfModuleModelCustomizationUUID": "165a489e-89ba-4104-966b-7bdfd5d3d12d",
"isBase": true,
"artifacts": [
"08016017-b1e7-41d4-9a9c-7a50dcec5dc0",
"a6589ec0-4c08-4c1f-9495-309298717cc9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c119f8f-d207-4e01-a761-ed103f52211e
VfModuleModelInvariantUUID:6080831b-24fe-404f-92ec-f8da42cf73d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
08016017-b1e7-41d4-9a9c-7a50dcec5dc0
,
a6589ec0-4c08-4c1f-9495-309298717cc9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08016017-b1e7-41d4-9a9c-7a50dcec5dc0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T13:24:30.154Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:30.155Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T13:24:30.856Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 08016017-b1e7-41d4-9a9c-7a50dcec5dc0 5033
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-31T13:24:30.857Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:30.858Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:30.859Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:30.859Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733070857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:24:30.960Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T13:24:30.960Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:30.961Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:30.973Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:30.974Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:31.860Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6589ec0-4c08-4c1f-9495-309298717cc9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T13:24:31.861Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T13:24:31.861Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a6589ec0-4c08-4c1f-9495-309298717cc9 903
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-31T13:24:32.247Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T13:24:32.248Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T13:24:32.250Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T13:24:32.250Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bb1b17b0-0e59-4a36-ab7e-9be37dfd0478",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648733072247,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T13:24:32.350Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T13:24:32.351Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T13:24:32.351Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iOtzQfF6w9Ji2I1V) ...
2022-03-31T13:24:32.363Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T13:24:32.364Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T13:24:33.250Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1967c595-853b-4eec-b0b2-a9a3711bc50f
2022-03-31T13:24:33.251Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 719a72eb-8966-49ad-971d-e44e68877ff2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T13:24:33.267Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@432761b3, org.onap.sdc.toscaparser.api.parameters.Input@2c4b3c2c, org.onap.sdc.toscaparser.api.parameters.Input@1028f5b5, org.onap.sdc.toscaparser.api.parameters.Input@227ea386, org.onap.sdc.toscaparser.api.parameters.Input@5aac7483]
2022-03-31T13:24:33.268Z|bb1b17b0-0e59-4a36-ab7e-9be37dfd0478|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery