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-11-23T09:26:44.565Z||main|||||INFO|500||The following profiles are active: basic
2022-11-23T09:26:56.267Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-23T09:26:56.268Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-23T09:26:56.388Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-23T09:27:00.712Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-23T09:27:01.127Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-23T09:27:01.582Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-23T09:27:01.589Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-23T09:27:01.715Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-23T09:27:01.947Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-23T09:27:02.513Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-23T09:27:04.213Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-23T09:27:06.552Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-23T09:27:06.640Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-23T09:27:07.202Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-23T09:27:07.442Z||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-11-23T09:27:08.633Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-23T09:27:09.711Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-23T09:27:09.740Z||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$$20cf312a.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-11-23T09:27:09.742Z||main|||||WARN|500||The sdc end point is not alive
2022-11-23T09:27:13.170Z||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-11-23T09:27:16.069Z||main|||||WARN|500||---
2022-11-23T09:27:16.070Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-23T09:27:16.070Z||main|||||WARN|500||---
2022-11-23T09:27:16.507Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-23T09:27:21.963Z||main|||||INFO|500||Started Application in 40.642 seconds (JVM running for 42.902)
2022-11-23T09:27:21.976Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-23T09:27:21.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-23T09:27:21.993Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-23T09:27:22.016Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-23T09:27:22.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77150ab3-4b68-4e1a-9330-4046c0ce825e url= /sdc/v1/artifactTypes
2022-11-23T09:27:22.084Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-23T09:27:22.396Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-23T09:27:22.422Z||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-11-23T09:27:22.449Z||scheduling-1|||||DEBUG|500||create keys
2022-11-23T09:27:22.456Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-23T09:27:22.508Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:27:22.528Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1b959488-4ed7-41e3-80fa-3ee509a9d105 url= /sdc/v1/registerForDistribution
2022-11-23T09:27:22.680Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1b959488-4ed7-41e3-80fa-3ee509a9d105 url= /sdc/v1/registerForDistribution
2022-11-23T09:27:22.680Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-23T09:27:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:27:22.691Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:27:22.699Z||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-11-23T09:27:22.700Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:27:22.701Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-23T09:27:22.701Z||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-11-23T09:27:22.701Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:27:33.309Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:27:33.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:28:22.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:28:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:28:22.689Z||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-11-23T09:28:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:28:22.690Z||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-11-23T09:28:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:28:32.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:28:32.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:29:22.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:29:22.689Z||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-11-23T09:29:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:29:22.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:29:22.693Z||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-11-23T09:29:22.693Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:29:32.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:29:32.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:30:22.688Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:30:22.690Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:30:22.691Z||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-11-23T09:30:22.692Z||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-11-23T09:30:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:30:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:30:32.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:30:32.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:31:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:31:22.688Z||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-11-23T09:31:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:31:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:31:22.690Z||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-11-23T09:31:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:31:32.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:31:32.286Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:32:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:32:22.688Z||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-11-23T09:32:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:32:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:32:22.690Z||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-11-23T09:32:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:32:32.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:32:32.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:33:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:33:22.688Z||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-11-23T09:33:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:33:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:33:22.690Z||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-11-23T09:33:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:33:32.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:33:32.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:34:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:34:22.689Z||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-11-23T09:34:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:34:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:34:22.691Z||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-11-23T09:34:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:34:32.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:34:32.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:35:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:35:22.688Z||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-11-23T09:35:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:35:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:35:22.690Z||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-11-23T09:35:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:35:32.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:35:32.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:36:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:36:22.688Z||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-11-23T09:36:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:36:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:36:22.689Z||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-11-23T09:36:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:36:32.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:36:32.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:37:22.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:37:22.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:37:22.691Z||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-11-23T09:37:22.691Z||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-11-23T09:37:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:37:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:37:23.607Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-23T09:37:32.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:37:32.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:38:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:38:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:38:22.690Z||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-11-23T09:38:22.690Z||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-11-23T09:38:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:38:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:38:32.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:38:32.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:39:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:39:22.689Z||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-11-23T09:39:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:39:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:39:22.689Z||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-11-23T09:39:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:39:32.279Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:39:32.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:40:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:40:22.688Z||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-11-23T09:40:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:40:22.689Z||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-11-23T09:40:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:40:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:40:32.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:40:32.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:41:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:41:22.688Z||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-11-23T09:41:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:41:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:41:22.690Z||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-11-23T09:41:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:41:32.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:41:32.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:42:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:42:22.688Z||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-11-23T09:42:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:42:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:42:22.690Z||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-11-23T09:42:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:42:32.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:42:32.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:43:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:43:22.688Z||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-11-23T09:43:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:43:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:43:22.690Z||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-11-23T09:43:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:43:32.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:43:32.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:44:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:44:22.688Z||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-11-23T09:44:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:44:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:44:22.689Z||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-11-23T09:44:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:44:32.255Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:44:32.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:45:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:45:22.688Z||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-11-23T09:45:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:45:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:45:22.689Z||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-11-23T09:45:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:45:32.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:45:32.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:46:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:46:22.688Z||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-11-23T09:46:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:46:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:46:22.689Z||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-11-23T09:46:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:46:32.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:46:32.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:47:22.688Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:47:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:47:22.691Z||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-11-23T09:47:22.691Z||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-11-23T09:47:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:47:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:47:32.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:47:32.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:48:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:48:22.688Z||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-11-23T09:48:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:48:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:48:22.690Z||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-11-23T09:48:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:48:32.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:48:32.264Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:49:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:49:22.688Z||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-11-23T09:49:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:49:22.689Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:49:22.690Z||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-11-23T09:49:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:49:32.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:49:32.269Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:50:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:50:22.688Z||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-11-23T09:50:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:50:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:50:22.690Z||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-11-23T09:50:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:50:32.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:50:32.248Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:51:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:51:22.688Z||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-11-23T09:51:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:51:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:51:22.689Z||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-11-23T09:51:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:51:32.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:51:32.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:52:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:52:22.688Z||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-11-23T09:52:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:52:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:52:22.690Z||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-11-23T09:52:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:52:32.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:52:32.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:53:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:53:22.688Z||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-11-23T09:53:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:53:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:53:22.689Z||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-11-23T09:53:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:53:32.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:53:32.257Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:54:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:54:22.688Z||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-11-23T09:54:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:54:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:54:22.690Z||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-11-23T09:54:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:54:32.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:54:32.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:55:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:55:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:55:22.690Z||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-11-23T09:55:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:55:22.690Z||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-11-23T09:55:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:55:32.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:55:32.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:56:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:56:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:56:22.689Z||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-11-23T09:56:22.689Z||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-11-23T09:56:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:56:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:56:32.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:56:32.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:57:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:57:22.688Z||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-11-23T09:57:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:57:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:57:22.690Z||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-11-23T09:57:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:57:32.257Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:57:32.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:58:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:58:22.688Z||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-11-23T09:58:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:58:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:58:22.690Z||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-11-23T09:58:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:58:32.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:58:32.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:59:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:59:22.688Z||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-11-23T09:59:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:59:22.689Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T09:59:22.690Z||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-11-23T09:59:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T09:59:32.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T09:59:32.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:00:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:00:22.688Z||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-11-23T10:00:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:00:22.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:00:22.690Z||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-11-23T10:00:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:00:32.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:00:32.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:01:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:01:22.688Z||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-11-23T10:01:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:01:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:01:22.689Z||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-11-23T10:01:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:01:32.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:01:32.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:02:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:02:22.688Z||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-11-23T10:02:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:02:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:02:22.689Z||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-11-23T10:02:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:02:32.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:02:32.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:03:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:03:22.688Z||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-11-23T10:03:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:03:22.689Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:03:22.689Z||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-11-23T10:03:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:03:32.251Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:03:32.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:04:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:04:22.688Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:04:22.692Z||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-11-23T10:04:22.692Z||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-11-23T10:04:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:04:22.692Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:04:32.258Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:04:32.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:05:22.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:05:22.688Z||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-11-23T10:05:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:05:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:05:22.689Z||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-11-23T10:05:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:05:32.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:05:32.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:06:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:06:22.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:06:22.688Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:06:22.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:06:22.691Z||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-11-23T10:06:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:06:32.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:06:32.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:07:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:07:22.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:07:22.688Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:07:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:07:22.690Z||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-11-23T10:07:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:07:32.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:07:32.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:08:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:08:22.688Z||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-11-23T10:08:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:08:22.689Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:08:22.691Z||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-11-23T10:08:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:08:32.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:08:32.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:09:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:09:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:09:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:09:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:09:22.690Z||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-11-23T10:09:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:09:32.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:09:32.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:10:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:10:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:10:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:10:22.689Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:10:22.690Z||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-11-23T10:10:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:10:32.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:10:32.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:11:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:11:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:11:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:11:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:11:22.689Z||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-11-23T10:11:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:11:32.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:11:32.274Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:12:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:12:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:12:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:12:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:12:22.690Z||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-11-23T10:12:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:12:32.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:12:32.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:22.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:13:22.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:13:22.688Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:13:22.689Z||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-11-23T10:13:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:28.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:28.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:13:28.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a38ab89-2163-427f-a1c9-8ccd0e0501c0","serviceName":"basic_onboard_cYldmQ","serviceVersion":"1.0","serviceUUID":"9a2d028f-f583-4b4a-8b23-6cb0f6d558db","serviceDescription":"service","serviceInvariantUUID":"522d90b7-71f5-41fe-8409-24071a947185","resources":[{"resourceInstanceName":"basic_onboard_cYldmQ 0","resourceName":"basic_onboard_cYldmQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e9c4406e-877c-4e97-b2e2-cd7c76e96d07","resourceInvariantUUID":"528c1ec8-e876-48e7-9f18-51e83e9bc271","resourceCustomizationUUID":"31aaeab8-dc1a-4401-998c-845d4fc7fefa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml","artifactChecksum":"MjQ3MTQ3YjBhMDEyOGRiM2I3ODZkZjQ1ODU1NzFmODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ddbc501c-c9a1-4f53-b67f-7c119c3f5789","artifactVersion":"1"},{"artifactName":"basic_onboard_cyldmq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json","artifactChecksum":"N2ZhZTJjODc4MTg3OGRiZGU0NjdmNzkxM2Y5NjgyMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"baea50f4-dd44-468f-b72b-917f02f6af0b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e62d767c-68e6-4a38-b7ba-147bcf9a4292","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430","artifactVersion":"2","generatedFromUUID":"6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCyldmq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml","artifactChecksum":"OTJkZWUxMzJhMzk2NGIzYWIyMWYwYzgzNTY4MmUwODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45cab768-cc3b-454d-bd19-103b84522555","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCyldmq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar","artifactChecksum":"NWQ4MTMxN2MyMzhjNzczODMzOTFkMGZmNmYwNjk0YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2cbb256-e583-44db-9812-f5fb17b23c27","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:13:28.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:28.607Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:28.625Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:28.626Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:13:28.726Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-23T10:13:28.732Z||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-11-23T10:13:28.732Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:28.747Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:28.748Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:28.855Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:28.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-23T10:13:28.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198403589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:13:28.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-23T10:13:29.634Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:29.635Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:29.637Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:29.637Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T10:13:29.737Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:29.738Z||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-11-23T10:13:29.738Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:29.750Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:29.751Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:30.638Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:30.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:30.641Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:30.641Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-23T10:13:30.741Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:13:30.742Z||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-11-23T10:13:30.743Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:30.762Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:30.763Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:31.642Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:31.643Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:31.646Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:31.646Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:13:31.746Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:31.747Z||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-11-23T10:13:31.747Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:31.773Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:31.774Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:32.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:32.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:32.651Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:32.651Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-23T10:13:32.751Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:13:32.752Z||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-11-23T10:13:32.753Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:32.763Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:32.764Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:33.652Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:33.653Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:33.656Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:33.656Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:13:33.756Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:33.757Z||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-11-23T10:13:33.757Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:33.769Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:33.770Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:13:34.657Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:13:34.658Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:34.660Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:34.661Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:13:34.761Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:34.762Z||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-11-23T10:13:34.762Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:34.773Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:34.773Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:35.663Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"serviceName": "basic_onboard_cYldmQ",
"serviceVersion": "1.0",
"serviceUUID": "9a2d028f-f583-4b4a-8b23-6cb0f6d558db",
"serviceDescription": "service",
"serviceInvariantUUID": "522d90b7-71f5-41fe-8409-24071a947185",
"resources": [
{
"resourceInstanceName": "basic_onboard_cYldmQ 0",
"resourceCustomizationUUID": "31aaeab8-dc1a-4401-998c-845d4fc7fefa",
"resourceName": "basic_onboard_cYldmQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e9c4406e-877c-4e97-b2e2-cd7c76e96d07",
"resourceInvariantUUID": "528c1ec8-e876-48e7-9f18-51e83e9bc271",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cyldmq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"artifactChecksum": "N2ZhZTJjODc4MTg3OGRiZGU0NjdmNzkxM2Y5NjgyMzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "baea50f4-dd44-468f-b72b-917f02f6af0b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430",
"generatedFromUUID": "6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCyldmq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"artifactChecksum": "NWQ4MTMxN2MyMzhjNzczODMzOTFkMGZmNmYwNjk0YTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2cbb256-e583-44db-9812-f5fb17b23c27"
}
],
"workloadContext": "Production"
}
2022-11-23T10:13:35.665Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:13:35.665Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a2d028f-f583-4b4a-8b23-6cb0f6d558db ASDC
2022-11-23T10:13:35.796Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7a38ab89-2163-427f-a1c9-8ccd0e0501c0
ServiceName:basic_onboard_cYldmQ
ServiceVersion:1.0
ServiceUUID:9a2d028f-f583-4b4a-8b23-6cb0f6d558db
ServiceInvariantUUID:522d90b7-71f5-41fe-8409-24071a947185
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCyldmq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
ArtifactUUID:c2cbb256-e583-44db-9812-f5fb17b23c27
ArtifactChecksum:NWQ4MTMxN2MyMzhjNzczODMzOTFkMGZmNmYwNjk0YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cYldmQ 0
ResourceCustomizationUUID:31aaeab8-dc1a-4401-998c-845d4fc7fefa
ResourceInvariantUUID:528c1ec8-e876-48e7-9f18-51e83e9bc271
ResourceName:basic_onboard_cYldmQ
ResourceType:VF
ResourceUUID:e9c4406e-877c-4e97-b2e2-cd7c76e96d07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cyldmq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
ArtifactUUID:baea50f4-dd44-468f-b72b-917f02f6af0b
ArtifactChecksum:N2ZhZTJjODc4MTg3OGRiZGU0NjdmNzkxM2Y5NjgyMzE=
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/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e
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/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
ArtifactUUID:7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430
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/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
ArtifactUUID:7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-23T10:13:35.797Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a2d028f-f583-4b4a-8b23-6cb0f6d558db 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-11-23T10:13:36.041Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:13:36.042Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:13:36.049Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:13:36.050Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c2cbb256-e583-44db-9812-f5fb17b23c27 from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:36.050Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:36.051Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:36.161Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:36.178Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar c2cbb256-e583-44db-9812-f5fb17b23c27 75297
2022-11-23T10:13:36.179Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar ASDC sendASDCNotification
2022-11-23T10:13:36.180Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:36.180Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:36.181Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:36.183Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:36.183Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198416178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:13:36.283Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:36.285Z||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-11-23T10:13:36.285Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:36.299Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:36.299Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:37.184Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:13:37.185Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:13:37.186Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c2cbb256-e583-44db-9812-f5fb17b23c27, URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar to file: /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:37.186Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:37.281Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:37.282Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:38.007Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11100757132723558181/Definitions/service-BasicOnboardCyldmq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-23T10:13:39.940Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:13:39.944Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cYldmQ 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:39.947Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:13:39.953Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.955Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.959Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.959Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:13:39.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:13:39.962Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:13:39.963Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:13:39.964Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.964Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.967Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.967Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is not matching search criteria
2022-11-23T10:13:39.968Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-23T10:13:39.968Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-23T10:13:39.968Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.969Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:13:39.970Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.971Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.971Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:39.972Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.972Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.972Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:39.973Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.974Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is not matching search criteria
2022-11-23T10:13:39.974Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-23T10:13:39.974Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b1da1ed-e8da-4820-8753-23bb32fd3602
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.975Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.976Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.976Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.976Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:39.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:39.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cYldmQ
Description:service
Model UUID:9a2d028f-f583-4b4a-8b23-6cb0f6d558db
Model Version:NULL
Model InvariantUuid:522d90b7-71f5-41fe-8409-24071a947185
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cYldmQ
Model UUID:f3595f51-33a9-49e2-a001-e27c61cc43e2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528c1ec8-e876-48e7-9f18-51e83e9bc271
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:31aaeab8-dc1a-4401-998c-845d4fc7fefa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ab9d12b6-f412-44eb-9186-14fe10323f99
ModelName:BasicOnboardCyldmq..base_ubuntu18..module-0
ModelUuid:b8ec7134-7404-4c5f-bcdb-1d456643366e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5b1da1ed-e8da-4820-8753-23bb32fd3602
ModelInvariantUuid:ab98c4b1-2137-4d21-9279-cbec7f11d6dd
ModelName:basic_onboard_cYldmQ-nodes.ubuntu18Cvfc
ModelUuid:1c319313-d248-4b0b-93ca-f6f675152b1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:33b5a467-5e7a-44f6-95b2-fa53625e07bd
ModelInvariantUuid:18fd5c08-109a-4000-b035-21e9226e37dc
ModelName:BasicOnboardCyldmq.compute.nodes.heat.ubuntu18
ModelUuid:201e9a3d-ba55-4c26-97d8-c47e4856f1e4
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-11-23T10:13:39.997Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e9c4406e-877c-4e97-b2e2-cd7c76e96d07
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-11-23T10:13:40.091Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||basic_onboard_cYldmQ 0
2022-11-23T10:13:40.099Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e9c4406e-877c-4e97-b2e2-cd7c76e96d07
2022-11-23T10:13:40.100Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: baea50f4-dd44-468f-b72b-917f02f6af0b from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:40.100Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:40.101Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:40.409Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:40.410Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json baea50f4-dd44-468f-b72b-917f02f6af0b 798
2022-11-23T10:13:40.410Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json ASDC sendASDCNotification
2022-11-23T10:13:40.410Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:40.411Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:40.411Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:40.415Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:40.415Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198420410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:13:40.515Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:40.516Z||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-11-23T10:13:40.516Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:40.529Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:40.530Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:13:41.416Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCyldmq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ab9d12b6-f412-44eb-9186-14fe10323f99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8ec7134-7404-4c5f-bcdb-1d456643366e",
"vfModuleModelCustomizationUUID": "c9118476-f0cc-4604-9e6b-1c2869d474d6",
"isBase": true,
"artifacts": [
"6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e",
"7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430"
],
"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-11-23T10:13:41.431Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCyldmq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8ec7134-7404-4c5f-bcdb-1d456643366e
VfModuleModelInvariantUUID:ab9d12b6-f412-44eb-9186-14fe10323f99
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e
,
7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430
}
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-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCyldmq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ab9d12b6-f412-44eb-9186-14fe10323f99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8ec7134-7404-4c5f-bcdb-1d456643366e",
"vfModuleModelCustomizationUUID": "c9118476-f0cc-4604-9e6b-1c2869d474d6",
"isBase": true,
"artifacts": [
"6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e",
"7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430"
],
"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-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCyldmq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8ec7134-7404-4c5f-bcdb-1d456643366e
VfModuleModelInvariantUUID:ab9d12b6-f412-44eb-9186-14fe10323f99
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e
,
7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430
}
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-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:41.434Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:41.518Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:41.518Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml 6d1e224a-4810-4f8a-9b7f-e3860d2d5e3e 5033
2022-11-23T10:13:41.519Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-23T10:13:41.519Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:41.519Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:41.520Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:41.534Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:41.534Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198421519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:13:41.622Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-11-23T10:13:41.632Z||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-11-23T10:13:41.632Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:41.645Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:41.646Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:13:42.535Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430 from URL: /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:42.535Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:13:42.536Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:42.617Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:13:42.617Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env 7c7889e8-ff98-4b69-b2fe-9e7e0cb1e430 909
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:13:42.618Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:42.621Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:42.621Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198422618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:13:42.721Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:42.722Z||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-11-23T10:13:42.722Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:42.738Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:42.738Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:43.622Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9a2d028f-f583-4b4a-8b23-6cb0f6d558db
2022-11-23T10:13:43.622Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cYldmQ 0 e9c4406e-877c-4e97-b2e2-cd7c76e96d07 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-11-23T10:13:43.647Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68b4a6ad, org.onap.sdc.toscaparser.api.parameters.Input@8c6ba3a, org.onap.sdc.toscaparser.api.parameters.Input@1c59174a, org.onap.sdc.toscaparser.api.parameters.Input@431c7ca1, org.onap.sdc.toscaparser.api.parameters.Input@ed02ba1]
2022-11-23T10:13:43.651Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.651Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.651Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-23T10:13:43.652Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 31aaeab8-dc1a-4401-998c-845d4fc7fefa
2022-11-23T10:13:43.652Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31aaeab8-dc1a-4401-998c-845d4fc7fefa matches Tosca VF Customization UUID: 31aaeab8-dc1a-4401-998c-845d4fc7fefa
2022-11-23T10:13:43.652Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 31aaeab8-dc1a-4401-998c-845d4fc7fefa 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-11-23T10:13:43.657Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.657Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.658Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 31aaeab8-dc1a-4401-998c-845d4fc7fefa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T10:13:43.659Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57411e3a
2022-11-23T10:13:43.659Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.659Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:13:43.660Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9118476-f0cc-4604-9e6b-1c2869d474d6
2022-11-23T10:13:43.661Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9118476-f0cc-4604-9e6b-1c2869d474d6
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-11-23T10:13:43.666Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.666Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.666Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:43.667Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.667Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.667Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is not matching search criteria
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-23T10:13:43.668Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-23T10:13:43.669Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b1da1ed-e8da-4820-8753-23bb32fd3602
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-11-23T10:13:43.675Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.676Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.676Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:13:43.676Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.677Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_cYldmQ 0 is matching search criteria
2022-11-23T10:13:43.677Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_cYldmQ 0] matching following query criteria: sdcType=VF, customizationUUID=31aaeab8-dc1a-4401-998c-845d4fc7fefa
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-11-23T10:13:43.679Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.680Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.681Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9a2d028f-f583-4b4a-8b23-6cb0f6d558db: basic_onboard_cYldmQ
2022-11-23T10:13:43.681Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.681Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.682Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.682Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.683Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.683Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.684Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.684Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.685Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:13:43.685Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_cYldmQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:13:43.686Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_cYldmQ
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-11-23T10:13:43.830Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cYldmQ e9c4406e-877c-4e97-b2e2-cd7c76e96d07 1 ASDC deployResourceStructure
2022-11-23T10:13:43.831Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json ASDC sendASDCNotification
2022-11-23T10:13:43.831Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json
2022-11-23T10:13:43.831Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:43.832Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:43.833Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:43.834Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198423831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T10:13:43.934Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:43.936Z||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-11-23T10:13:43.936Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:43.951Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:43.951Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:44.834Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-23T10:13:44.835Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml
2022-11-23T10:13:44.835Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:44.836Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:44.838Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:44.838Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198424834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T10:13:44.938Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:44.939Z||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-11-23T10:13:44.939Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:44.953Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:44.954Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:45.839Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-23T10:13:45.839Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env
2022-11-23T10:13:45.839Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:45.840Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:45.842Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:45.842Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198425838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-23T10:13:45.942Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:45.943Z||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-11-23T10:13:45.943Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:45.977Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:45.978Z||pool-16-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1}
2022-11-23T10:13:46.843Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar ASDC sendASDCNotification
2022-11-23T10:13:46.843Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar
2022-11-23T10:13:46.843Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:13:46.844Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:13:46.845Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:13:46.845Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198426842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:13:46.946Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:13:46.947Z||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-11-23T10:13:46.947Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:13:46.959Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:13:46.960Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:13:47.846Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:13:47.870Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:13:47.871Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:13:47.872Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:13:47.872Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:14:17.872Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:14:17.879Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:14:17.881Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:14:17.881Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:14:17.881Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:14:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:14:22.690Z||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-11-23T10:14:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:14:22.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:14:22.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:14:22.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198400714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:14:22.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:14:47.882Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:14:47.910Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:14:47.911Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:14:47.912Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:14:47.912Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:15:17.912Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:15:17.920Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:15:17.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:15:17.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:15:17.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:15:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:15:22.691Z||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-11-23T10:15:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:15:22.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:15:22.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:15:22.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198404414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:15:22.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:15:47.923Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:15:47.936Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:15:47.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:15:47.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:15:47.939Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:16:17.939Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:16:17.946Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:16:17.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:16:17.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:16:17.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:16:22.689Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:16:22.690Z||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-11-23T10:16:22.691Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:16:23.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:16:23.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198408168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198403589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198400714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198404414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198408168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198403589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198400714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198404414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198408168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198403589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198400714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198404414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198408168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198403589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198400714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198404414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198408168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198412582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198403589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198400714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198404414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198408168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198412582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198403589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198400714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198402687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198404414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198408168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198412582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198415858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198415669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198415891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198416178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198412582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198417014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198412582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198418233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198412582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:16:23.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198419419,
"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-11-23T10:16:23.257Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.258Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:23.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198412582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:16:23.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198420410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198420424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198420570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198420497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198421519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198421575,
"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-11-23T10:16:23.275Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.275Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:23.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "cds",
"timestamp": 1669198421515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-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-11-23T10:16:23.284Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.285Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:23.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198422618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:16:23.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198423831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/basic_onboard_cyldmq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198424834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198425838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/resourceInstances/basic_onboard_cyldmq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198426842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198427998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCyldmq/1.0/artifacts/service-BasicOnboardCyldmq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:16:23.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "aai-ml",
"timestamp": 1669198429004,
"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-11-23T10:16:23.295Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
2022-11-23T10:16:23.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:16:47.949Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:16:47.957Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0
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-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:16:47.960Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:16:47.961Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T10:16:47.966Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:17:17.967Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 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-11-23T10:17:17.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 and serviceModelVersionId: 9a2d028f-f583-4b4a-8b23-6cb0f6d558db
2022-11-23T10:17:17.977Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 522d90b7-71f5-41fe-8409-24071a947185
2022-11-23T10:17:22.689Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:22.690Z||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-11-23T10:17:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:32.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:32.945Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0
2022-11-23T10:17:33.061Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:17:33.578Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?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-11-23T10:17:33.583Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0|INFO|500||Invoke
2022-11-23T10:17:33.709Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-23T10:17:33.919Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0|INFO|500||InvokeReturn
2022-11-23T10:17:33.921Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/522d90b7-71f5-41fe-8409-24071a947185/model-vers/model-ver/9a2d028f-f583-4b4a-8b23-6cb0f6d558db?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:17:34 GMT], content-length=[0], vertex-id=[168048], x-aai-txid=[2-aai-resources-221123-10:17:34:134-55879], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:17:33.921Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:17:33.925Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:17:33.925Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-23T10:17:33.930Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-23T10:17:33.934Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a38ab89-2163-427f-a1c9-8ccd0e0501c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:17:33.935Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:17:33.935Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:33.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:33.938Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198653934,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:17:34.038Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:34.039Z||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-11-23T10:17:34.039Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:34.052Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:34.052Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-23T10:17:34.947Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:34.948Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:17:34.948Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:45.300Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:45.301Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:45.301Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:17:45.301Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:54.865Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:54.866Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:17:54.866Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:17:54.866Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:55.775Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:55.776Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T10:17:55.776Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb0e4ddd-9c81-4167-90dc-7ebee8b5db34","serviceName":"vFW 2022-11-23 10-16-45","serviceVersion":"1.0","serviceUUID":"4662dab9-b787-4b60-963e-b3f946468cee","serviceDescription":"catalog service description","serviceInvariantUUID":"8f432e33-81c0-4495-99ec-bb11c6684311","resources":[{"resourceInstanceName":"vFW f8395d33-a6f5 0","resourceName":"vFW f8395d33-a6f5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ecb97aee-d207-42bd-b327-70591503ed2d","resourceInvariantUUID":"0d7e8493-d3c2-4009-9878-5a293e5c9ed4","resourceCustomizationUUID":"368b912b-e372-4f8e-8ce8-e46da11cc22e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml","artifactChecksum":"ZTAzZjFkOWJkYWM0ZGQ5NzU4NjAzNGZiMDFhODVkOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56094a0d-7448-4156-9283-2f5497ab9b61","artifactVersion":"1"},{"artifactName":"vfwf8395d33a6f50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json","artifactChecksum":"NmE1OWI3YmRlZTFmMTk0MTFkYjA4NDE0YzVjYmUzNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23ae2278-1dd6-48ea-8a2d-8222732a33a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7c12e54-44ae-47e4-8bc2-575c40c7cfec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE3YzU1NDZmYTViZDc4ZDcwZDE1NGFiZjc3ZGQ0M2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1c8439d8-dae1-4400-9ab2-1c13092fa419","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13d0318d-dd7c-4cac-a164-2a64ddf708f4","artifactVersion":"2","generatedFromUUID":"a7c12e54-44ae-47e4-8bc2-575c40c7cfec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221123101645-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml","artifactChecksum":"NDViMzkyOTQ2MzlkMDE2MWNkNmNkOTg0N2UwNzdiMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d91f8e4-289f-47a9-993b-01b3bd9511ed","artifactVersion":"1"},{"artifactName":"service-Vfw20221123101645-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar","artifactChecksum":"ZDI4NmNkN2FjYjFmMWUzNzFiNGY4MmYwMzZhYjY4MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94f450b6-389c-4ee5-bff5-86b763b9f765","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:17:55.778Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:55.779Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:55.780Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:55.781Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:17:55.881Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:55.882Z||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-11-23T10:17:55.882Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:55.906Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:55.907Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:17:56.781Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:56.782Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:56.784Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:56.784Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "NOTIFIED"
}
2022-11-23T10:17:56.884Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:56.885Z||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-11-23T10:17:56.885Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:56.897Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:56.897Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:17:57.785Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:57.786Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:57.787Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:57.788Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T10:17:57.888Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:57.889Z||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-11-23T10:17:57.889Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:57.903Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:57.904Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:17:58.788Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:58.789Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:58.791Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:58.791Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:17:58.892Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:58.893Z||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-11-23T10:17:58.893Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:58.924Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:58.924Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:17:59.793Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:17:59.793Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:17:59.795Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:17:59.796Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T10:17:59.896Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:17:59.897Z||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-11-23T10:17:59.897Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:17:59.918Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:17:59.918Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:00.802Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:18:00.803Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:00.805Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:00.805Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:00.906Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:00.907Z||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-11-23T10:18:00.907Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:00.918Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:00.919Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:01.806Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:18:01.807Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:01.809Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:01.809Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:18:01.909Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:01.911Z||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-11-23T10:18:01.911Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:01.924Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:01.924Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:02.811Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"serviceName": "vFW 2022-11-23 10-16-45",
"serviceVersion": "1.0",
"serviceUUID": "4662dab9-b787-4b60-963e-b3f946468cee",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8f432e33-81c0-4495-99ec-bb11c6684311",
"resources": [
{
"resourceInstanceName": "vFW f8395d33-a6f5 0",
"resourceCustomizationUUID": "368b912b-e372-4f8e-8ce8-e46da11cc22e",
"resourceName": "vFW f8395d33-a6f5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ecb97aee-d207-42bd-b327-70591503ed2d",
"resourceInvariantUUID": "0d7e8493-d3c2-4009-9878-5a293e5c9ed4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf8395d33a6f50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"artifactChecksum": "NmE1OWI3YmRlZTFmMTk0MTFkYjA4NDE0YzVjYmUzNGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "23ae2278-1dd6-48ea-8a2d-8222732a33a4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a7c12e54-44ae-47e4-8bc2-575c40c7cfec",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13d0318d-dd7c-4cac-a164-2a64ddf708f4",
"generatedFromUUID": "a7c12e54-44ae-47e4-8bc2-575c40c7cfec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13d0318d-dd7c-4cac-a164-2a64ddf708f4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221123101645-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"artifactChecksum": "ZDI4NmNkN2FjYjFmMWUzNzFiNGY4MmYwMzZhYjY4MDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "94f450b6-389c-4ee5-bff5-86b763b9f765"
}
],
"workloadContext": "Production"
}
2022-11-23T10:18:02.812Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:18:02.812Z|7a38ab89-2163-427f-a1c9-8ccd0e0501c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4662dab9-b787-4b60-963e-b3f946468cee ASDC
2022-11-23T10:18:02.812Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
ServiceName:vFW 2022-11-23 10-16-45
ServiceVersion:1.0
ServiceUUID:4662dab9-b787-4b60-963e-b3f946468cee
ServiceInvariantUUID:8f432e33-81c0-4495-99ec-bb11c6684311
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221123101645-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
ArtifactUUID:94f450b6-389c-4ee5-bff5-86b763b9f765
ArtifactChecksum:ZDI4NmNkN2FjYjFmMWUzNzFiNGY4MmYwMzZhYjY4MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f8395d33-a6f5 0
ResourceCustomizationUUID:368b912b-e372-4f8e-8ce8-e46da11cc22e
ResourceInvariantUUID:0d7e8493-d3c2-4009-9878-5a293e5c9ed4
ResourceName:vFW f8395d33-a6f5
ResourceType:VF
ResourceUUID:ecb97aee-d207-42bd-b327-70591503ed2d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf8395d33a6f50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
ArtifactUUID:23ae2278-1dd6-48ea-8a2d-8222732a33a4
ArtifactChecksum:NmE1OWI3YmRlZTFmMTk0MTFkYjA4NDE0YzVjYmUzNGI=
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/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
ArtifactUUID:a7c12e54-44ae-47e4-8bc2-575c40c7cfec
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/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
ArtifactUUID:13d0318d-dd7c-4cac-a164-2a64ddf708f4
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/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
ArtifactUUID:13d0318d-dd7c-4cac-a164-2a64ddf708f4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-23T10:18:02.812Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4662dab9-b787-4b60-963e-b3f946468cee 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-11-23T10:18:02.837Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 94f450b6-389c-4ee5-bff5-86b763b9f765 from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:02.838Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:02.839Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:02.919Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar 94f450b6-389c-4ee5-bff5-86b763b9f765 100713
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar ASDC sendASDCNotification
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:02.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:02.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:02.928Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:02.928Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198682925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:03.028Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:03.029Z||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-11-23T10:18:03.029Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:03.049Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:03.049Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":3,"count":1}
2022-11-23T10:18:03.928Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:18:03.930Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T10:18:03.930Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 94f450b6-389c-4ee5-bff5-86b763b9f765, URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar to file: /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:03.931Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221123101645-csar.csar
2022-11-23T10:18:03.931Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:03.932Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:04.177Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8774959892619026544/Definitions/service-Vfw20221123101645-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-23T10:18:06.431Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f8395d33-a6f5 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.432Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.433Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.434Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.435Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:18:06.435Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:18:06.435Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T10:18:06.436Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.437Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.438Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:06.439Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:06.440Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.441Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.442Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:06.442Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.442Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:06.443Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T10:18:06.444Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.445Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.446Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f35e4e38-3d0c-45ce-8bc9-3b651e05b56f
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:06.447Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.448Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:06.449Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aeb24814-c362-4da7-95a5-65e2bc72d0ba
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:06.450Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.451Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:06.452Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a697c834-9d2e-4072-8b51-1c98c51d6fb5
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.453Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:06.454Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-23 10-16-45
Description:catalog service description
Model UUID:4662dab9-b787-4b60-963e-b3f946468cee
Model Version:NULL
Model InvariantUuid:8f432e33-81c0-4495-99ec-bb11c6684311
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f8395d33-a6f5
Model UUID:0e0b6a77-a54a-47f5-b128-f29a64d42a92
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0d7e8493-d3c2-4009-9878-5a293e5c9ed4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:368b912b-e372-4f8e-8ce8-e46da11cc22e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e5bb3128-6fd7-4381-b7e0-445c3c74db4d
ModelName:VfwF8395d33A6f5..base_vfw..module-0
ModelUuid:9254a506-5544-416f-8149-05c225a5ba24
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f35e4e38-3d0c-45ce-8bc9-3b651e05b56f
ModelInvariantUuid:7b1e358e-f757-423e-8399-c5d5de6c6dfe
ModelName:vFW f8395d33-a6f5-nodes.vfwCvfc
ModelUuid:f3ffa8ab-a88e-4de9-995c-220e3f75c33c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f8169326-1070-4685-adec-cd7be8bf9a45
ModelInvariantUuid:44b02afb-53ea-4ef2-ab59-05c004dd0425
ModelName:VfwF8395d33A6f5.compute.nodes.heat.vfw
ModelUuid:1dd1d582-287e-445a-b721-622aca9066a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aeb24814-c362-4da7-95a5-65e2bc72d0ba
ModelInvariantUuid:140db110-b871-4b97-a57c-4c1d10690deb
ModelName:vFW f8395d33-a6f5-nodes.vsnCvfc
ModelUuid:4d03eb3d-e83a-45ae-86fd-7048227cf43d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d51a27eb-21fc-4565-b386-673e77ded618
ModelInvariantUuid:5f97d5f3-a8b5-462e-9eee-eab84448b80b
ModelName:VfwF8395d33A6f5.compute.nodes.heat.vsn
ModelUuid:fd6724b4-05fd-4b3f-9037-46302fbe87d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a697c834-9d2e-4072-8b51-1c98c51d6fb5
ModelInvariantUuid:b2bd2cc7-a3be-4760-bde0-ce36bdcf60e1
ModelName:vFW f8395d33-a6f5-nodes.vpgCvfc
ModelUuid:6ede7c52-8b09-49e9-ac67-20202afde8e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f2ed051b-07f4-491c-b134-06a7c98eeb28
ModelInvariantUuid:daa93530-0d87-4bf9-93ac-4138183e4951
ModelName:VfwF8395d33A6f5.compute.nodes.heat.vpg
ModelUuid:11e1bcc6-49e1-4ff9-85c2-03c11f314f62
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-11-23T10:18:06.459Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ecb97aee-d207-42bd-b327-70591503ed2d
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-11-23T10:18:06.461Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||vFW f8395d33-a6f5 0
2022-11-23T10:18:06.461Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ecb97aee-d207-42bd-b327-70591503ed2d
2022-11-23T10:18:06.462Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 23ae2278-1dd6-48ea-8a2d-8222732a33a4 from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:06.462Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:06.462Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:06.575Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:06.576Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json 23ae2278-1dd6-48ea-8a2d-8222732a33a4 785
2022-11-23T10:18:06.576Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json ASDC sendASDCNotification
2022-11-23T10:18:06.576Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:06.577Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:06.577Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:06.579Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:06.579Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198686576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:06.679Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:06.680Z||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-11-23T10:18:06.681Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:06.693Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:06.694Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:07.580Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF8395d33A6f5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e5bb3128-6fd7-4381-b7e0-445c3c74db4d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9254a506-5544-416f-8149-05c225a5ba24",
"vfModuleModelCustomizationUUID": "996e07fa-d9e9-444a-8527-c8061e20a673",
"isBase": true,
"artifacts": [
"a7c12e54-44ae-47e4-8bc2-575c40c7cfec",
"13d0318d-dd7c-4cac-a164-2a64ddf708f4"
],
"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-11-23T10:18:07.585Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8395d33A6f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9254a506-5544-416f-8149-05c225a5ba24
VfModuleModelInvariantUUID:e5bb3128-6fd7-4381-b7e0-445c3c74db4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7c12e54-44ae-47e4-8bc2-575c40c7cfec
,
13d0318d-dd7c-4cac-a164-2a64ddf708f4
}
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-11-23T10:18:07.587Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF8395d33A6f5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e5bb3128-6fd7-4381-b7e0-445c3c74db4d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9254a506-5544-416f-8149-05c225a5ba24",
"vfModuleModelCustomizationUUID": "996e07fa-d9e9-444a-8527-c8061e20a673",
"isBase": true,
"artifacts": [
"a7c12e54-44ae-47e4-8bc2-575c40c7cfec",
"13d0318d-dd7c-4cac-a164-2a64ddf708f4"
],
"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-11-23T10:18:07.587Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF8395d33A6f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9254a506-5544-416f-8149-05c225a5ba24
VfModuleModelInvariantUUID:e5bb3128-6fd7-4381-b7e0-445c3c74db4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7c12e54-44ae-47e4-8bc2-575c40c7cfec
,
13d0318d-dd7c-4cac-a164-2a64ddf708f4
}
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-11-23T10:18:07.587Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a7c12e54-44ae-47e4-8bc2-575c40c7cfec from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:07.588Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:07.588Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:07.665Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:07.666Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml a7c12e54-44ae-47e4-8bc2-575c40c7cfec 20368
2022-11-23T10:18:07.667Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T10:18:07.667Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:07.667Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:07.668Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:07.670Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:07.670Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198687667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:07.770Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:07.771Z||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-11-23T10:18:07.771Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:07.791Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:07.792Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:08.671Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13d0318d-dd7c-4cac-a164-2a64ddf708f4 from URL: /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:08.672Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T10:18:08.672Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:08.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T10:18:08.746Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env 13d0318d-dd7c-4cac-a164-2a64ddf708f4 2098
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:18:08.747Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:08.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:08.749Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198688747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:08.849Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:08.850Z||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-11-23T10:18:08.851Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:08.869Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:08.869Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:09.750Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4662dab9-b787-4b60-963e-b3f946468cee
2022-11-23T10:18:09.751Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f8395d33-a6f5 0 ecb97aee-d207-42bd-b327-70591503ed2d 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-11-23T10:18:09.764Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a2a5b76, org.onap.sdc.toscaparser.api.parameters.Input@6d46e710, org.onap.sdc.toscaparser.api.parameters.Input@87d3ea1, org.onap.sdc.toscaparser.api.parameters.Input@592b3430, org.onap.sdc.toscaparser.api.parameters.Input@11923588]
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 368b912b-e372-4f8e-8ce8-e46da11cc22e
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 368b912b-e372-4f8e-8ce8-e46da11cc22e matches Tosca VF Customization UUID: 368b912b-e372-4f8e-8ce8-e46da11cc22e
2022-11-23T10:18:09.766Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 368b912b-e372-4f8e-8ce8-e46da11cc22e 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-11-23T10:18:09.768Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.768Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 368b912b-e372-4f8e-8ce8-e46da11cc22e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a55a2f3
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T10:18:09.769Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 996e07fa-d9e9-444a-8527-c8061e20a673
2022-11-23T10:18:09.770Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 996e07fa-d9e9-444a-8527-c8061e20a673
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-11-23T10:18:09.771Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.771Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.771Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.772Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:09.773Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:09.774Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.775Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f35e4e38-3d0c-45ce-8bc9-3b651e05b56f
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-11-23T10:18:09.776Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.776Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.776Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.777Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T10:18:09.778Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.779Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T10:18:09.779Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.779Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aeb24814-c362-4da7-95a5-65e2bc72d0ba
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-11-23T10:18:09.781Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.781Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.781Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.784Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T10:18:09.785Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T10:18:09.786Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T10:18:09.786Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T10:18:09.786Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a697c834-9d2e-4072-8b51-1c98c51d6fb5
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-11-23T10:18:09.787Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.787Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.787Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T10:18:09.788Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.788Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Node template vFW f8395d33-a6f5 0 is matching search criteria
2022-11-23T10:18:09.788Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f8395d33-a6f5 0] matching following query criteria: sdcType=VF, customizationUUID=368b912b-e372-4f8e-8ce8-e46da11cc22e
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-11-23T10:18:09.789Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.789Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.789Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4662dab9-b787-4b60-963e-b3f946468cee: vFW f8395d33-a6f5
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.790Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 10-16-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:18:09.791Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-23 10-16-45
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-11-23T10:18:09.898Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f8395d33-a6f5 ecb97aee-d207-42bd-b327-70591503ed2d 1 ASDC deployResourceStructure
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json ASDC sendASDCNotification
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:09.899Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:09.901Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:09.901Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198689899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:10.002Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:10.003Z||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-11-23T10:18:10.003Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:10.015Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:10.015Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:10.902Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T10:18:10.903Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml
2022-11-23T10:18:10.903Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:10.903Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:10.905Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:10.905Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198690902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:11.005Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:11.006Z||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-11-23T10:18:11.006Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:11.018Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:11.018Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:11.906Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T10:18:11.907Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env
2022-11-23T10:18:11.907Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:11.907Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:11.909Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:11.909Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198691906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:12.009Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:18:12.010Z||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-11-23T10:18:12.010Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:12.022Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:12.023Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:18:12.910Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar ASDC sendASDCNotification
2022-11-23T10:18:12.910Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar
2022-11-23T10:18:12.910Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:18:12.911Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:18:12.912Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:18:12.913Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198692910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:13.013Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:18:13.014Z||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-11-23T10:18:13.014Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:13.033Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:13.033Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:18:13.913Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
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-11-23T10:18:13.923Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
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-11-23T10:18:13.925Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:18:13.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:18:13.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:18:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:18:22.690Z||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-11-23T10:18:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:18:23.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:18:23.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a38ab89-2163-427f-a1c9-8ccd0e0501c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198653934,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:18:23.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198668168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198670714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198673587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198667582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198668168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198670714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198673587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198667582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198668168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198673587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198670714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198667582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198668168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198673587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198667582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198670714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198668168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198673587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198670714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198667582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198668168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198670714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198673587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198667582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "ves-openapi-manager",
"timestamp": 1669198668168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198674866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198673587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198670714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198667582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198682716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198682925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198682937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198682730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "cds",
"timestamp": 1669198683737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-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-11-23T10:18:23.348Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.348Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198684411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198684411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198686555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198686576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198684411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669198687560,
"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-11-23T10:18:23.358Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.358Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198687667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198684411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198688747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198684411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198689899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198684411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198690902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198684411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-23T10:18:23.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198691906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198692240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198692910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198693416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198694154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/artifacts/service-Vfw20221123101645-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198694491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "aai-ml",
"timestamp": 1669198695158,
"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-11-23T10:18:23.371Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.371Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198695519,
"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-11-23T10:18:23.379Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
2022-11-23T10:18:23.379Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:18:23.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:18:23.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669198696522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123101645/1.0/resourceInstances/vfwf8395d33a6f50/artifacts/vfwf8395d33a6f50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T10:18:23.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:18:43.926Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
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-11-23T10:18:43.935Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34
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-11-23T10:18:43.938Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:18:43.938Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:18:43.939Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T10:18:43.942Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:19:13.942Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 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-11-23T10:19:13.949Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 and serviceModelVersionId: 4662dab9-b787-4b60-963e-b3f946468cee
2022-11-23T10:19:13.949Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f432e33-81c0-4495-99ec-bb11c6684311
2022-11-23T10:19:13.950Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0
2022-11-23T10:19:13.955Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:19:14.011Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?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-11-23T10:19:14.012Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0|INFO|500||Invoke
2022-11-23T10:19:14.043Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-23T10:19:14.167Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0|INFO|500||InvokeReturn
2022-11-23T10:19:14.168Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f432e33-81c0-4495-99ec-bb11c6684311/model-vers/model-ver/4662dab9-b787-4b60-963e-b3f946468cee?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:19:14 GMT], content-length=[0], vertex-id=[188528], x-aai-txid=[1-aai-resources-221123-10:19:14:475-5848], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:19:14.169Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:19:14.169Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:19:14.169Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-23T10:19:14.175Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-23T10:19:14.175Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb0e4ddd-9c81-4167-90dc-7ebee8b5db34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:19:14.176Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:19:14.176Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:19:14.178Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:19:14.179Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198754176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:19:14.279Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:19:14.280Z||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-11-23T10:19:14.280Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:14.297Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:19:14.298Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-11-23T10:19:15.190Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19:15.191Z||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-11-23T10:19:15.191Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19:22.690Z||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-11-23T10:19:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:23.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:19:23.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T10:19:23.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb0e4ddd-9c81-4167-90dc-7ebee8b5db34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669198754176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:19:23.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:19:24.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:19:24.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19:24.742Z||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-11-23T10:19:24.743Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:34.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:19:34.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:19:34.301Z||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-11-23T10:19:34.301Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:19:43.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:20:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:20:22.688Z||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-11-23T10:20:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:20:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:20:22.689Z||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-11-23T10:20:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:20:32.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:20:32.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:21:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:21:22.688Z||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-11-23T10:21:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:21:22.689Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:21:22.689Z||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-11-23T10:21:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:21:32.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:21:32.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:22:22.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:22:22.688Z||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-11-23T10:22:22.688Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:22:22.690Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:22:22.690Z||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-11-23T10:22:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:22:32.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:22:32.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:23:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:23:22.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:23:22.689Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:23:22.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:23:22.690Z||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-11-23T10:23:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:23:32.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:23:32.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:24:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:24:22.689Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:24:22.691Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:24:22.691Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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-11-23T10:24:22.691Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:24:22.691Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:24:32.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:24:32.280Z|cb0e4ddd-9c81-4167-90dc-7ebee8b5db34|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:25:22.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:25:22.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:25:22.688Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:25:22.689Z||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-11-23T10:25:22.689Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:23.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:25:23.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e0692e7-45f1-4439-940e-6c980cbc7c58","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fde88cc9-0a9c-40cd-b94a-d633c0912a46","serviceDescription":"service","serviceInvariantUUID":"533a01b2-98a6-42d6-a732-5728b29b5bde","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c0de3019-8c1a-4c2f-821c-782337c59a19","resourceInvariantUUID":"a1661caf-027f-4ea0-931c-aae6d12907e8","resourceCustomizationUUID":"19ef75fa-8565-47a8-8ed5-4b798116f8dc","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDMzYzRkYmFhODZiMWVhNjkxMTUzMmU1ZDM0NGUzNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba9a5e06-d257-4c90-829b-8e4576640fff","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmVlZjk4MmQ4YTYxYTA4ZjQ0OTZjYWE0Y2M1YzM5YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9660a9c0-2679-4158-a7fe-45aae1877e6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:25:23.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:25:23.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "ves-openapi-manager",
"timestamp": 1669199108168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "cds",
"timestamp": 1669199102582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669199104411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "ves-openapi-manager",
"timestamp": 1669199108168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "cds",
"timestamp": 1669199102582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:25:23.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669199104411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "cds",
"timestamp": 1669199114694,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:25:23.341Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:25:23.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:25:23.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.341Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:23.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "cds",
"timestamp": 1669199115704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-23T10:25:23.346Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:23.346Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199122687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-11-23T10:25:23.356Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e0692e7-45f1-4439-940e-6c980cbc7c58
2022-11-23T10:25:23.357Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:25:23.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "aai-ml",
"timestamp": 1669199120714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "aai-ml",
"timestamp": 1669199120714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:25:23.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:25:23.446Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:25:23.447Z||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-11-23T10:25:23.447Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:23.462Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:25:23.463Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:25:24.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:25:24.350Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:24.362Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:24.362Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199122687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:25:24.453Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-23T10:25:24.454Z||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-11-23T10:25:24.454Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:24.465Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:25:24.466Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:25:25.363Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "fde88cc9-0a9c-40cd-b94a-d633c0912a46",
"serviceDescription": "service",
"serviceInvariantUUID": "533a01b2-98a6-42d6-a732-5728b29b5bde",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "19ef75fa-8565-47a8-8ed5-4b798116f8dc",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c0de3019-8c1a-4c2f-821c-782337c59a19",
"resourceInvariantUUID": "a1661caf-027f-4ea0-931c-aae6d12907e8",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZmVlZjk4MmQ4YTYxYTA4ZjQ0OTZjYWE0Y2M1YzM5YzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9660a9c0-2679-4158-a7fe-45aae1877e6e"
}
],
"workloadContext": "Production"
}
2022-11-23T10:25:25.364Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:25:25.364Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fde88cc9-0a9c-40cd-b94a-d633c0912a46 ASDC
2022-11-23T10:25:25.364Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4e0692e7-45f1-4439-940e-6c980cbc7c58
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fde88cc9-0a9c-40cd-b94a-d633c0912a46
ServiceInvariantUUID:533a01b2-98a6-42d6-a732-5728b29b5bde
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:9660a9c0-2679-4158-a7fe-45aae1877e6e
ArtifactChecksum:ZmVlZjk4MmQ4YTYxYTA4ZjQ0OTZjYWE0Y2M1YzM5YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:19ef75fa-8565-47a8-8ed5-4b798116f8dc
ResourceInvariantUUID:a1661caf-027f-4ea0-931c-aae6d12907e8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c0de3019-8c1a-4c2f-821c-782337c59a19
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-23T10:25:25.364Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fde88cc9-0a9c-40cd-b94a-d633c0912a46 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-11-23T10:25:25.394Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:25:25.395Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:25:25.395Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:25:25.395Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9660a9c0-2679-4158-a7fe-45aae1877e6e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:25.396Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:25:25.396Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:25.523Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:25:25.525Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9660a9c0-2679-4158-a7fe-45aae1877e6e 57660
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:25:25.526Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:25.528Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:25.528Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199125526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:25:25.629Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-23T10:25:25.630Z||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-11-23T10:25:25.630Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:25.642Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:25:25.642Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:25:26.529Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:25:26.530Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:25:26.530Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9660a9c0-2679-4158-a7fe-45aae1877e6e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:26.531Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-23T10:25:26.531Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:26.531Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:26.770Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9873348471989686139/Definitions/service-BasicNetwork-template.yml
2022-11-23T10:25:27.318Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.319Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.320Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:25:27.321Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.322Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.323Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.323Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.323Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:fde88cc9-0a9c-40cd-b94a-d633c0912a46
Model Version:NULL
Model InvariantUuid:533a01b2-98a6-42d6-a732-5728b29b5bde
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a1661caf-027f-4ea0-931c-aae6d12907e8
Model UUID:c91f02ee-50c4-429b-8632-a8e635553c12
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:19ef75fa-8565-47a8-8ed5-4b798116f8dc
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-23T10:25:27.328Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: c0de3019-8c1a-4c2f-821c-782337c59a19
2022-11-23T10:25:27.329Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||No resources found for Service: fde88cc9-0a9c-40cd-b94a-d633c0912a46
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-11-23T10:25:27.336Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||
2022-11-23T10:25:27.336Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-23T10:25:27.337Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||No resources found for Service: fde88cc9-0a9c-40cd-b94a-d633c0912a46
2022-11-23T10:25:27.338Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fde88cc9-0a9c-40cd-b94a-d633c0912a46
2022-11-23T10:25:27.338Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-23T10:25:27.338Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-23T10:25:27.342Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dfb2890, org.onap.sdc.toscaparser.api.parameters.Input@397d3025, org.onap.sdc.toscaparser.api.parameters.Input@17170556, org.onap.sdc.toscaparser.api.parameters.Input@596298f5, org.onap.sdc.toscaparser.api.parameters.Input@2d2994e1]
2022-11-23T10:25:27.344Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fde88cc9-0a9c-40cd-b94a-d633c0912a46: Generic NeutronNet
2022-11-23T10:25:27.345Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.346Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.346Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.346Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-23T10:25:27.378Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.378Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:25:27.379Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-23T10:25:27.423Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T10:25:27.424Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:25:27.426Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:25:27.426Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199127423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:25:27.526Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:25:27.527Z||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-11-23T10:25:27.527Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:25:27.543Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:25:27.543Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:25:28.428Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:25:28.434Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:25:28.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:25:28.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:25:28.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:25:58.436Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:25:58.444Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:25:58.449Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:25:58.450Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:25:58.450Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:26:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:26:22.690Z||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-11-23T10:26:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:26:22.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:26:22.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:26:22.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199122687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:26:22.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:26:28.450Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:26:28.461Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:26:28.463Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:26:28.463Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:26:28.464Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:26:58.464Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:26:58.473Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:26:58.474Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:26:58.475Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T10:26:58.475Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T10:27:22.689Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:27:22.690Z||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-11-23T10:27:22.690Z||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 H7aJiw9fAPGSEStm) ...
2022-11-23T10:27:22.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:27:22.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "aai-ml",
"timestamp": 1669199123627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669199123587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199122687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669199123587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:27:22.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199125526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669199126388,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199127423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:27:22.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669199128080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "aai-ml",
"timestamp": 1669199128118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669199129084,
"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-11-23T10:27:22.729Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e0692e7-45f1-4439-940e-6c980cbc7c58
2022-11-23T10:27:22.729Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:27:22.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-23T10:27:22.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "aai-ml",
"timestamp": 1669199129122,
"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-11-23T10:27:22.738Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e0692e7-45f1-4439-940e-6c980cbc7c58
2022-11-23T10:27:22.738Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:27:28.475Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:27:28.489Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58
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-11-23T10:27:28.493Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T10:27:28.493Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T10:27:28.494Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T10:27:28.494Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T10:27:28.494Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:27:28.495Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:27:28.495Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:27:28.495Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-23T10:27:28.496Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:27:28.500Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T10:27:58.501Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58 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-11-23T10:27:58.506Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e0692e7-45f1-4439-940e-6c980cbc7c58 and serviceModelVersionId: fde88cc9-0a9c-40cd-b94a-d633c0912a46
2022-11-23T10:27:58.507Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 533a01b2-98a6-42d6-a732-5728b29b5bde
2022-11-23T10:27:58.508Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0
2022-11-23T10:27:58.515Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T10:27:58.581Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|INFO|500||Invoke
2022-11-23T10:27:58.582Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e0692e7-45f1-4439-940e-6c980cbc7c58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9537a1c-7a65-4e08-911f-375123ad4a1b], X-ECOMP-RequestID=[4e0692e7-45f1-4439-940e-6c980cbc7c58], X-TransactionId=[], X-ONAP-RequestID=[4e0692e7-45f1-4439-940e-6c980cbc7c58], Content-Type=[application/merge-patch+json]}
2022-11-23T10:27:58.613Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-23T10:27:58.762Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?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/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0 has http status code:200 and response headers:{date=[Wed, 23 Nov 2022 10:27:59 GMT], content-length=[0], vertex-id=[221184], x-aai-txid=[1-aai-resources-221123-10:27:59:099-99194], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T10:27:58.763Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-23T10:27:58.764Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/533a01b2-98a6-42d6-a732-5728b29b5bde/model-vers/model-ver/fde88cc9-0a9c-40cd-b94a-d633c0912a46?depth=0|INFO|500||InvokeReturn
2022-11-23T10:27:58.765Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-23T10:27:58.765Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:27:58.769Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||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-11-23T10:27:58.770Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e0692e7-45f1-4439-940e-6c980cbc7c58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-23T10:27:58.770Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-23T10:27:58.771Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:27:58.773Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:27:58.773Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e0692e7-45f1-4439-940e-6c980cbc7c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199278770,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-23T10:27:58.873Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:27:58.874Z||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-11-23T10:27:58.874Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:27:58.898Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:27:58.899Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-23T10:27:59.783Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T10:27:59.783Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T10:27:59.783Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:04.215Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:04.217Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-23T10:28:04.217Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ea168e3-f9b5-4351-898a-90c1d23cd685","serviceName":"Demo_pNF_0RQynAjQobW73E2Ca3QG","serviceVersion":"1.0","serviceUUID":"4e88e659-a7ab-46cb-b136-8dd5cd832d68","serviceDescription":"catalog service description","serviceInvariantUUID":"c9df452f-b843-4ac1-97a2-47ee5ca2481e","resources":[{"resourceInstanceName":"pNF f1673e2c-8f33 0","resourceName":"pNF f1673e2c-8f33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43","resourceInvariantUUID":"cf0dfd69-e32e-44a5-8fd6-4e6022c45d9d","resourceCustomizationUUID":"ca3f4aa6-5088-4f8d-a23c-099c3a06e25c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml","artifactChecksum":"NWNjNTQyNWQxNDdlYTI1MzRlZGRiODgxYzMyOTZlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26674a0f-6146-4b70-acfa-4078ba33543c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar","artifactChecksum":"ZjgzNmFiOTA4OTgxOTgzZjg2OGMxMTNmNzgyMTdiNGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"283b5104-f7dd-48a6-98a3-c5362e582081","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b583af1d-6870-466f-84f0-db2782e0315b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml","artifactChecksum":"M2I1OGFjZjgwOGYzNmMwYjFiZWEwYWIwZWY5MTZhNWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12b2c458-54ee-4256-aed2-005c6e7065e6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d31d7fa-6786-4fe8-b1b7-f0d04728db01","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8006e6f5-4b5e-4b61-a064-13a6e9b6f830","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0rqynajqobw73e2ca3qg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml","artifactChecksum":"MDVjZDY0MWEwZjM2NDY4ZWQyYzY4OGUyMTNmNDczZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9df7ad9-9b86-42d2-8d40-2e38143e7682","artifactVersion":"1"},{"artifactName":"service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar","artifactChecksum":"ZjRmNmU5MzM0Mzg5Y2QwNjgxNjU2ZmFjNWZhZDgzZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f99ef13-b272-4622-ad86-854031108ef4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T10:28:04.219Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:04.220Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:04.222Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:04.222Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:28:04.326Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-23T10:28:04.326Z||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-11-23T10:28:04.326Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:04.338Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:04.338Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:05.223Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:05.224Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:05.226Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:05.226Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:28:05.326Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:05.327Z||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-11-23T10:28:05.327Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:05.339Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:05.339Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:06.226Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:06.229Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:06.231Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:06.231Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:28:06.331Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:06.332Z||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-11-23T10:28:06.332Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:06.344Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:06.344Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:07.232Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:07.233Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:07.235Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:07.236Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:28:07.336Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:07.337Z||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-11-23T10:28:07.337Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:07.350Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:07.350Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:08.236Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:08.237Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:08.239Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:08.239Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:28:08.339Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:28:08.340Z||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-11-23T10:28:08.341Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:08.354Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:08.355Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:09.240Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:09.241Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:09.243Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:09.243Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/resourceInstances/pnff1673e2c8f330/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:28:09.343Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:09.344Z||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-11-23T10:28:09.344Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:09.358Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:09.358Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:28:10.243Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:10.244Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:10.246Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:10.246Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T10:28:10.346Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:10.348Z||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-11-23T10:28:10.348Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:10.360Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:10.361Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:11.247Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T10:28:11.248Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:11.249Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:11.250Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199279782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T10:28:11.351Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T10:28:11.352Z||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-11-23T10:28:11.352Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:11.364Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:11.365Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-23T10:28:12.251Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"serviceName": "Demo_pNF_0RQynAjQobW73E2Ca3QG",
"serviceVersion": "1.0",
"serviceUUID": "4e88e659-a7ab-46cb-b136-8dd5cd832d68",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c9df452f-b843-4ac1-97a2-47ee5ca2481e",
"resources": [
{
"resourceInstanceName": "pNF f1673e2c-8f33 0",
"resourceCustomizationUUID": "ca3f4aa6-5088-4f8d-a23c-099c3a06e25c",
"resourceName": "pNF f1673e2c-8f33",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43",
"resourceInvariantUUID": "cf0dfd69-e32e-44a5-8fd6-4e6022c45d9d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
"artifactChecksum": "ZjRmNmU5MzM0Mzg5Y2QwNjgxNjU2ZmFjNWZhZDgzZmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f99ef13-b272-4622-ad86-854031108ef4"
}
],
"workloadContext": "Production"
}
2022-11-23T10:28:12.251Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T10:28:12.251Z|4e0692e7-45f1-4439-940e-6c980cbc7c58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e88e659-a7ab-46cb-b136-8dd5cd832d68 ASDC
2022-11-23T10:28:12.252Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3ea168e3-f9b5-4351-898a-90c1d23cd685
ServiceName:Demo_pNF_0RQynAjQobW73E2Ca3QG
ServiceVersion:1.0
ServiceUUID:4e88e659-a7ab-46cb-b136-8dd5cd832d68
ServiceInvariantUUID:c9df452f-b843-4ac1-97a2-47ee5ca2481e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
ArtifactUUID:1f99ef13-b272-4622-ad86-854031108ef4
ArtifactChecksum:ZjRmNmU5MzM0Mzg5Y2QwNjgxNjU2ZmFjNWZhZDgzZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f1673e2c-8f33 0
ResourceCustomizationUUID:ca3f4aa6-5088-4f8d-a23c-099c3a06e25c
ResourceInvariantUUID:cf0dfd69-e32e-44a5-8fd6-4e6022c45d9d
ResourceName:pNF f1673e2c-8f33
ResourceType:PNF
ResourceUUID:63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-23T10:28:12.252Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e88e659-a7ab-46cb-b136-8dd5cd832d68 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-11-23T10:28:12.271Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:28:12.272Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:28:12.272Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:28:12.272Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f99ef13-b272-4622-ad86-854031108ef4 from URL: /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:12.273Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-23T10:28:12.273Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:12.364Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-23T10:28:12.369Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar 1f99ef13-b272-4622-ad86-854031108ef4 87781
2022-11-23T10:28:12.370Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar ASDC sendASDCNotification
2022-11-23T10:28:12.370Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:12.370Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T10:28:12.371Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-23T10:28:12.373Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T10:28:12.374Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3ea168e3-f9b5-4351-898a-90c1d23cd685",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669199292370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T10:28:12.473Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T10:28:12.474Z||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-11-23T10:28:12.474Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as H7aJiw9fAPGSEStm) ...
2022-11-23T10:28:12.515Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T10:28:12.515Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-11-23T10:28:13.375Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T10:28:13.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-23T10:28:13.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1f99ef13-b272-4622-ad86-854031108ef4, URL: /sdc/v1/catalog/services/DemoPnf0rqynajqobw73e2ca3qg/1.0/artifacts/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar to file: /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.376Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.377Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.377Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:13.540Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11591350370958151107/Definitions/service-DemoPnf0rqynajqobw73e2ca3qg-template.yml
2022-11-23T10:28:14.300Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-23T10:28:14.301Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.302Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f1673e2c-8f33 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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||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-DemoPnf0rqynajqobw73e2ca3qg-csar.csar
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.303Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Node template pNF f1673e2c-8f33 0 is matching search criteria
2022-11-23T10:28:14.304Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:28:14.304Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF f1673e2c-8f33 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:28:14.304Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Node template pNF f1673e2c-8f33 0 is matching search criteria
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF f1673e2c-8f33 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T10:28:14.305Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.306Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.307Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.308Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_0RQynAjQobW73E2Ca3QG
Description:catalog service description
Model UUID:4e88e659-a7ab-46cb-b136-8dd5cd832d68
Model Version:NULL
Model InvariantUuid:c9df452f-b843-4ac1-97a2-47ee5ca2481e
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-11-23T10:28:14.313Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
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-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||pNF f1673e2c-8f33 0
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4e88e659-a7ab-46cb-b136-8dd5cd832d68
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4e88e659-a7ab-46cb-b136-8dd5cd832d68
2022-11-23T10:28:14.316Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f1673e2c-8f33 0 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43 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-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f93a18f, org.onap.sdc.toscaparser.api.parameters.Input@254a7b83, org.onap.sdc.toscaparser.api.parameters.Input@4f62b441, org.onap.sdc.toscaparser.api.parameters.Input@727205bc, org.onap.sdc.toscaparser.api.parameters.Input@50cf5da4]
2022-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0RQynAjQobW73E2Ca3QG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T10:28:14.319Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4e88e659-a7ab-46cb-b136-8dd5cd832d68: pNF f1673e2c-8f33
2022-11-23T10:28:14.320Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||INFO|500||Processing PNF resource: 63701ebc-7f2a-4f29-9dcf-c3f17ed9bb43
2022-11-23T10:28:14.320Z|3ea168e3-f9b5-4351-898a-90c1d23cd685|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery