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-12-06T03:23:59.919Z||main|||||INFO|500||The following profiles are active: basic
2022-12-06T03:24:14.020Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-06T03:24:14.021Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-06T03:24:14.149Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-06T03:24:18.849Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-06T03:24:19.377Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-06T03:24:19.880Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-06T03:24:19.888Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-06T03:24:20.005Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-06T03:24:20.257Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-06T03:24:20.981Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-06T03:24:23.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-06T03:24:25.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-06T03:24:25.838Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-06T03:24:26.663Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-06T03:24:27.015Z||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-12-06T03:24:28.388Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-06T03:24:29.689Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-06T03:24:29.713Z||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$$75ebdfa9.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-12-06T03:24:29.715Z||main|||||WARN|500||The sdc end point is not alive
2022-12-06T03:24:33.644Z||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-12-06T03:24:37.352Z||main|||||WARN|500||---
2022-12-06T03:24:37.353Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-06T03:24:37.353Z||main|||||WARN|500||---
2022-12-06T03:24:37.835Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-06T03:24:44.739Z||main|||||INFO|500||Started Application in 49.585 seconds (JVM running for 52.542)
2022-12-06T03:24:44.783Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-06T03:24:44.790Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-06T03:24:44.810Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-06T03:24:44.842Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-06T03:24:44.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 349e9510-52ed-41e8-9bdf-ca443555adc5 url= /sdc/v1/artifactTypes
2022-12-06T03:24:44.896Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-06T03:24:45.243Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-06T03:24:45.292Z||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-12-06T03:24:45.317Z||scheduling-1|||||DEBUG|500||create keys
2022-12-06T03:24:45.326Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-06T03:24:45.369Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:24:45.388Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e384b7a7-70c2-4bac-a0b3-868d85a12625 url= /sdc/v1/registerForDistribution
2022-12-06T03:24:45.510Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e384b7a7-70c2-4bac-a0b3-868d85a12625 url= /sdc/v1/registerForDistribution
2022-12-06T03:24:45.511Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-06T03:24:45.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:24:45.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:24:45.537Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-06T03:24:45.541Z||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-12-06T03:24:45.541Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:24:45.551Z||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-12-06T03:24:45.552Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:24:55.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:24:55.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:25:45.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:25:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:25:45.525Z||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-12-06T03:25:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:25:45.529Z||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-12-06T03:25:45.530Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:25:55.093Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:25:55.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:26:45.520Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:26:45.521Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T03:26:45.522Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ya9iBpp5CdO5p9oj) ...
2022-12-06T03:26:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:26:45.525Z||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-12-06T03:26:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:26:55.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:26:55.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:27:45.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:27:45.521Z||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-12-06T03:27:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:27:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:27:45.526Z||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-12-06T03:27:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:27:55.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:27:55.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:28:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:28:45.521Z||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-12-06T03:28:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:28:45.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:28:45.523Z||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-12-06T03:28:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:28:55.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:28:55.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:29:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:29:45.521Z||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-12-06T03:29:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:29:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:29:45.523Z||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-12-06T03:29:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:29:55.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:29:55.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:30:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:30:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:30:45.524Z||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-12-06T03:30:45.524Z||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-12-06T03:30:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:30:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:30:55.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:30:55.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:31:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:31:45.521Z||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-12-06T03:31:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:31:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:31:45.526Z||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-12-06T03:31:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:31:55.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:31:55.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:32:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:32:45.521Z||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-12-06T03:32:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:32:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:32:45.523Z||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-12-06T03:32:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:32:55.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:32:55.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:33:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:33:45.521Z||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-12-06T03:33:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:33:45.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:33:45.525Z||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-12-06T03:33:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:33:55.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:33:55.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:34:33.696Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-06T03:34:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:34:45.522Z||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-12-06T03:34:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:34:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:34:45.524Z||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-12-06T03:34:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:34:55.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:34:55.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:35:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:35:45.521Z||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-12-06T03:35:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:35:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:35:45.523Z||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-12-06T03:35:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:35:55.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:35:55.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:36:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:36:45.522Z||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-12-06T03:36:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:36:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:36:45.523Z||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-12-06T03:36:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:36:55.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:36:55.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:37:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:37:45.521Z||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-12-06T03:37:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:37:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:37:45.523Z||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-12-06T03:37:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:37:55.094Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:37:55.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:38:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:38:45.520Z||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-12-06T03:38:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:38:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:38:45.523Z||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-12-06T03:38:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:38:55.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:38:55.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:39:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:39:45.521Z||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-12-06T03:39:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:39:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:39:45.523Z||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-12-06T03:39:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:39:55.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:39:55.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:40:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:40:45.521Z||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-12-06T03:40:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:40:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:40:45.523Z||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-12-06T03:40:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:40:55.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:40:55.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:41:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:41:45.522Z||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-12-06T03:41:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:41:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:41:45.523Z||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-12-06T03:41:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:41:55.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:41:55.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:42:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:42:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:42:45.524Z||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-12-06T03:42:45.524Z||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-12-06T03:42:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:42:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:42:55.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:42:55.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:43:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:43:45.521Z||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-12-06T03:43:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:43:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:43:45.523Z||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-12-06T03:43:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:43:55.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:43:55.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:44:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:44:45.521Z||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-12-06T03:44:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:44:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:44:45.523Z||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-12-06T03:44:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:44:55.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:44:55.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:45:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:45:45.521Z||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-12-06T03:45:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:45:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:45:45.523Z||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-12-06T03:45:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:45:55.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:45:55.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:46:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:46:45.521Z||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-12-06T03:46:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:46:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:46:45.524Z||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-12-06T03:46:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:46:55.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:46:55.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:47:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:47:45.522Z||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-12-06T03:47:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:47:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:47:45.523Z||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-12-06T03:47:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:47:55.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:47:55.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:48:45.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:48:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:48:45.524Z||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-12-06T03:48:45.524Z||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-12-06T03:48:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:48:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:48:55.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:48:55.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:49:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:49:45.521Z||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-12-06T03:49:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:49:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:49:45.523Z||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-12-06T03:49:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:49:55.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:49:55.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:50:45.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:50:45.520Z||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-12-06T03:50:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:50:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:50:45.524Z||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-12-06T03:50:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:50:55.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:50:55.083Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:51:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:51:45.521Z||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-12-06T03:51:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:51:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:51:45.523Z||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-12-06T03:51:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:51:55.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:51:55.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:52:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:52:45.521Z||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-12-06T03:52:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:52:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:52:45.523Z||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-12-06T03:52:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:52:55.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:52:55.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:53:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:53:45.521Z||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-12-06T03:53:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:53:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:53:45.523Z||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-12-06T03:53:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:53:55.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:53:55.091Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:54:45.520Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:54:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:54:45.523Z||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-12-06T03:54:45.523Z||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-12-06T03:54:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:54:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:54:55.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:54:55.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:55:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:55:45.521Z||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-12-06T03:55:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:55:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:55:45.523Z||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-12-06T03:55:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:55:55.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:55:55.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:56:45.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:56:45.521Z||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-12-06T03:56:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:56:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:56:45.523Z||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-12-06T03:56:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:56:55.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:56:55.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:57:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:57:45.521Z||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-12-06T03:57:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:57:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:57:45.524Z||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-12-06T03:57:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:57:55.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:57:55.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:58:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:58:45.520Z||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-12-06T03:58:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:58:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:58:45.523Z||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-12-06T03:58:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:58:55.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:58:55.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:59:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:59:45.521Z||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-12-06T03:59:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:59:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T03:59:45.523Z||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-12-06T03:59:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T03:59:55.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T03:59:55.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:00:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:00:45.520Z||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-12-06T04:00:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:00:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:00:45.523Z||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-12-06T04:00:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:00:55.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:00:55.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:01:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:01:45.523Z||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-12-06T04:01:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:01:45.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:01:45.524Z||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-12-06T04:01:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:01:55.094Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:01:55.097Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:02:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:02:45.521Z||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-12-06T04:02:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:02:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:02:45.522Z||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-12-06T04:02:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:02:55.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:02:55.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:03:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:03:45.520Z||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-12-06T04:03:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:03:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:03:45.523Z||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-12-06T04:03:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:03:55.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:03:55.120Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:04:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:04:45.520Z||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-12-06T04:04:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:04:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:04:45.523Z||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-12-06T04:04:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:04:55.094Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:04:55.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:05:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:05:45.521Z||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-12-06T04:05:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:05:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:05:45.523Z||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-12-06T04:05:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:05:55.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:05:55.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:06:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:06:45.521Z||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-12-06T04:06:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:06:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:06:45.523Z||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-12-06T04:06:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:06:55.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:06:55.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:07:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:07:45.522Z||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-12-06T04:07:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:07:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:07:45.523Z||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-12-06T04:07:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:07:55.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:07:55.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:08:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:08:45.521Z||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-12-06T04:08:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:08:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:08:45.523Z||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-12-06T04:08:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:08:55.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:08:55.091Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:09:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:09:45.520Z||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-12-06T04:09:45.520Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:09:45.522Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:09:45.523Z||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-12-06T04:09:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:09:55.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:09:55.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:10:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:10:45.520Z||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-12-06T04:10:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:10:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:10:45.523Z||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-12-06T04:10:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:10:55.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:10:55.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:11:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:11:45.521Z||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-12-06T04:11:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:11:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:11:45.523Z||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-12-06T04:11:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:11:55.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:11:55.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:12:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:12:45.522Z||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-12-06T04:12:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:12:45.524Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:12:45.525Z||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-12-06T04:12:45.526Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:12:55.088Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:12:55.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:13:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:13:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:13:45.523Z||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-12-06T04:13:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:13:45.524Z||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-12-06T04:13:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:13:55.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:13:55.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:14:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:14:45.521Z||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-12-06T04:14:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:14:45.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:14:45.524Z||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-12-06T04:14:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:14:55.090Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:14:55.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:15:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:15:45.520Z||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-12-06T04:15:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:15:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:15:45.523Z||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-12-06T04:15:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:15:55.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:15:55.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:16:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:16:45.520Z||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-12-06T04:16:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:16:45.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:16:45.523Z||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-12-06T04:16:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:16:55.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:16:55.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:17:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:17:45.521Z||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-12-06T04:17:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:17:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:17:45.523Z||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-12-06T04:17:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:17:55.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:17:55.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:18:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:18:45.521Z||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-12-06T04:18:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:18:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:18:45.523Z||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-12-06T04:18:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:18:55.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:18:55.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:19:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:19:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:19:45.522Z||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-12-06T04:19:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:19:45.523Z||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-12-06T04:19:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:19:55.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:19:55.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:20:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:20:45.521Z||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-12-06T04:20:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:20:45.523Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:20:45.525Z||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-12-06T04:20:45.525Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:20:55.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:20:55.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:21:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:21:45.521Z||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-12-06T04:21:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:21:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:21:45.523Z||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-12-06T04:21:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:21:55.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:21:55.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:22:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:22:45.520Z||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-12-06T04:22:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:22:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:22:45.523Z||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-12-06T04:22:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:22:55.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:22:55.118Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:23:45.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:23:45.522Z||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-12-06T04:23:45.522Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:23:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:23:45.523Z||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-12-06T04:23:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:23:55.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:23:55.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:24:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:24:45.521Z||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-12-06T04:24:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:24:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:24:45.523Z||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-12-06T04:24:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:24:55.088Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:24:55.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:45.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:25:45.521Z||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-12-06T04:25:45.521Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:25:45.523Z||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-12-06T04:25:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:46.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:46.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"314e2931-9f60-477d-81f3-884e4ac30a0d","serviceName":"vFW 2022-12-06 04-24-10","serviceVersion":"1.0","serviceUUID":"f5c34605-f0d7-4518-92b7-9d58db4b49b4","serviceDescription":"catalog service description","serviceInvariantUUID":"d4944f53-1e9a-4a00-8adc-527d5e49e6e3","resources":[{"resourceInstanceName":"vFW 165fc907-dcb1 0","resourceName":"vFW 165fc907-dcb1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"894cb3a2-910f-4e6e-bcf9-082b3170ed50","resourceInvariantUUID":"6616972d-c32b-4943-b098-b1e1130bf447","resourceCustomizationUUID":"1c077d0a-d453-47b7-8328-4c22a0c9a180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml","artifactChecksum":"ODI2ZmMyYTQwZDFhOWZkNTc5MTE1NDk4MTZkNTQzM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10a761bd-e5fa-4fcf-9799-dc345614ec19","artifactVersion":"1"},{"artifactName":"vfw165fc907dcb10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json","artifactChecksum":"YmEyMWU5NzIzMzZlNjYzMjU4ZWVlMmFmNmEzMTUxZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c56855bf-2bbd-4fb8-b171-f32538ecfefc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9adc4816-79dd-4287-9e86-1e310270c72c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml","artifactChecksum":"NmZhZDk0MjA1MzZiMmMyZWJhYmU0MDliNTU2YmZhM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21cb6f0f-2afd-4c39-9acf-e170807f5356","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c2feeb63-6806-4d20-8964-ed97e5ed3d38","artifactVersion":"2","generatedFromUUID":"9adc4816-79dd-4287-9e86-1e310270c72c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221206042410-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml","artifactChecksum":"N2MxYTRlYzIxMzhlZjFhNzZkNzI0NzBhMWNkNTE1ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db186004-ee0d-401e-8887-dc985946bc07","artifactVersion":"1"},{"artifactName":"service-Vfw20221206042410-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar","artifactChecksum":"OTE3YzJjN2Y5NjI1MWEyNzU1Yzc0YTAxMTRjNDEyNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"960642a4-07d0-43a8-8495-dd3c618ed2b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:25:46.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:46.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300705559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.183Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:46.195Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:46.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300705559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300705559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300705559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300705559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300705559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300718862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300705559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:25:46.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300719719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300718862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "NOTIFIED"
}
2022-12-06T04:25:46.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.213Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:46.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300720833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.213Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300719719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300718862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T04:25:46.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "cds",
"timestamp": 1670300721854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-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-12-06T04:25:46.314Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-06T04:25:46.320Z||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-12-06T04:25:46.320Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:46.372Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:46.378Z||pool-3-thread-1|||||INFO|500||cambria reply ok (58 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T04:25:46.495Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:25:46.530Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-12-06T04:25:46.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300719719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300718862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300719719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300718862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300719719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300718862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300719719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300718862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300725391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300719719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300726657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300725391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300727787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300725391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300728883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300725391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300729968,
"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-12-06T04:25:46.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:25:46.598Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-12-06T04:25:46.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300725391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300730971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T04:25:46.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300725391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300725391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300732284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300733334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300732284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300732284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300732284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300732284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300732284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300732284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300740158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:46.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:25:47.224Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:47.225Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:47.227Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:47.227Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "NOTIFIED"
}
2022-12-06T04:25:47.328Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:47.329Z||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-12-06T04:25:47.329Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:47.341Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:47.342Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:48.228Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:48.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:48.231Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:48.231Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T04:25:48.332Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:48.333Z||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-12-06T04:25:48.333Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:48.348Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:48.349Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:25:49.232Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:49.233Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:49.235Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:49.235Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:49.336Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:25:49.337Z||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-12-06T04:25:49.337Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:49.352Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:49.353Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:50.237Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:50.238Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:50.241Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:50.241Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T04:25:50.341Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:50.342Z||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-12-06T04:25:50.343Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:50.354Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:50.355Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:25:51.242Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:51.243Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:51.245Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:51.245Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:25:51.346Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:25:51.347Z||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-12-06T04:25:51.347Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:51.365Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:51.366Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:52.246Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:25:52.247Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:52.249Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:52.250Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:25:52.351Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:25:52.352Z||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-12-06T04:25:52.352Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:52.368Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:52.369Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:25:53.252Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"serviceName": "vFW 2022-12-06 04-24-10",
"serviceVersion": "1.0",
"serviceUUID": "f5c34605-f0d7-4518-92b7-9d58db4b49b4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d4944f53-1e9a-4a00-8adc-527d5e49e6e3",
"resources": [
{
"resourceInstanceName": "vFW 165fc907-dcb1 0",
"resourceCustomizationUUID": "1c077d0a-d453-47b7-8328-4c22a0c9a180",
"resourceName": "vFW 165fc907-dcb1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "894cb3a2-910f-4e6e-bcf9-082b3170ed50",
"resourceInvariantUUID": "6616972d-c32b-4943-b098-b1e1130bf447",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw165fc907dcb10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"artifactChecksum": "YmEyMWU5NzIzMzZlNjYzMjU4ZWVlMmFmNmEzMTUxZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c56855bf-2bbd-4fb8-b171-f32538ecfefc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9adc4816-79dd-4287-9e86-1e310270c72c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c2feeb63-6806-4d20-8964-ed97e5ed3d38",
"generatedFromUUID": "9adc4816-79dd-4287-9e86-1e310270c72c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c2feeb63-6806-4d20-8964-ed97e5ed3d38",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221206042410-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"artifactChecksum": "OTE3YzJjN2Y5NjI1MWEyNzU1Yzc0YTAxMTRjNDEyNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "960642a4-07d0-43a8-8495-dd3c618ed2b0"
}
],
"workloadContext": "Production"
}
2022-12-06T04:25:53.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:25:53.254Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5c34605-f0d7-4518-92b7-9d58db4b49b4 ASDC
2022-12-06T04:25:53.380Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:314e2931-9f60-477d-81f3-884e4ac30a0d
ServiceName:vFW 2022-12-06 04-24-10
ServiceVersion:1.0
ServiceUUID:f5c34605-f0d7-4518-92b7-9d58db4b49b4
ServiceInvariantUUID:d4944f53-1e9a-4a00-8adc-527d5e49e6e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221206042410-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
ArtifactUUID:960642a4-07d0-43a8-8495-dd3c618ed2b0
ArtifactChecksum:OTE3YzJjN2Y5NjI1MWEyNzU1Yzc0YTAxMTRjNDEyNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 165fc907-dcb1 0
ResourceCustomizationUUID:1c077d0a-d453-47b7-8328-4c22a0c9a180
ResourceInvariantUUID:6616972d-c32b-4943-b098-b1e1130bf447
ResourceName:vFW 165fc907-dcb1
ResourceType:VF
ResourceUUID:894cb3a2-910f-4e6e-bcf9-082b3170ed50
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw165fc907dcb10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
ArtifactUUID:c56855bf-2bbd-4fb8-b171-f32538ecfefc
ArtifactChecksum:YmEyMWU5NzIzMzZlNjYzMjU4ZWVlMmFmNmEzMTUxZjE=
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/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
ArtifactUUID:9adc4816-79dd-4287-9e86-1e310270c72c
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/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
ArtifactUUID:c2feeb63-6806-4d20-8964-ed97e5ed3d38
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/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
ArtifactUUID:c2feeb63-6806-4d20-8964-ed97e5ed3d38
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-06T04:25:53.381Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5c34605-f0d7-4518-92b7-9d58db4b49b4 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-12-06T04:25:53.444Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:25:53.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-06T04:25:53.447Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-06T04:25:53.447Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 960642a4-07d0-43a8-8495-dd3c618ed2b0 from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:53.448Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:25:53.450Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:53.571Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:25:53.595Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar 960642a4-07d0-43a8-8495-dd3c618ed2b0 100715
2022-12-06T04:25:53.597Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar ASDC sendASDCNotification
2022-12-06T04:25:53.597Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:53.599Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:25:53.600Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:53.602Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:53.602Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300753595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:53.703Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:53.704Z||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-12-06T04:25:53.704Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:53.720Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:53.720Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:25:54.603Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:25:54.605Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-06T04:25:54.605Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 960642a4-07d0-43a8-8495-dd3c618ed2b0, URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar to file: /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:54.606Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221206042410-csar.csar
2022-12-06T04:25:54.707Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:54.707Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:55.535Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6774909721762900110/Definitions/service-Vfw20221206042410-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-06T04:25:59.151Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-06T04:25:59.157Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||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-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.158Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 165fc907-dcb1 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-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206042410-csar.csar
2022-12-06T04:25:59.159Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-06T04:25:59.166Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.169Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-06T04:25:59.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.178Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-06T04:25:59.179Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:25:59.179Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.179Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.183Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.185Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:25:59.186Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.187Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T04:25:59.187Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.187Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:25:59.189Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.189Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.189Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:25:59.190Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.191Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.192Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.193Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7270370b-1d30-4251-a059-8d1982f96785
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.194Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.195Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.196Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0505e81b-7edd-4df3-9e5f-fe499ca5615c
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:25:59.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:25:59.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:25:59.199Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=84c922de-381b-45a1-9671-aa574648ef5c
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.200Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:25:59.201Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:25:59.202Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-06 04-24-10
Description:catalog service description
Model UUID:f5c34605-f0d7-4518-92b7-9d58db4b49b4
Model Version:NULL
Model InvariantUuid:d4944f53-1e9a-4a00-8adc-527d5e49e6e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 165fc907-dcb1
Model UUID:dfc70ef6-1dd7-425e-b65a-806838551686
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6616972d-c32b-4943-b098-b1e1130bf447
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1c077d0a-d453-47b7-8328-4c22a0c9a180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:40c13971-4224-4b00-a694-a89c588e2b2f
ModelName:Vfw165fc907Dcb1..base_vfw..module-0
ModelUuid:3757a774-d908-40a2-834f-607d450a2956
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7270370b-1d30-4251-a059-8d1982f96785
ModelInvariantUuid:4aefb649-44b4-470c-b372-e6172a4a6fd3
ModelName:vFW 165fc907-dcb1-nodes.vfwCvfc
ModelUuid:1adba1aa-812e-4f7b-8aa5-82d8930a1811
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8736c608-7e31-43b9-8a69-84b5d65bee33
ModelInvariantUuid:6a3998dd-c2b7-4f97-a2eb-746faccc8540
ModelName:Vfw165fc907Dcb1.compute.nodes.heat.vfw
ModelUuid:e309a28a-15bd-4646-8231-0f76ac81b008
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0505e81b-7edd-4df3-9e5f-fe499ca5615c
ModelInvariantUuid:99497b83-5b9d-46df-b5de-7ac84e5a937b
ModelName:vFW 165fc907-dcb1-nodes.vsnCvfc
ModelUuid:4e347d72-c03a-4d32-94b2-99632ebfd1a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fb720ef3-dcf9-4a0f-8f19-0de1ccdae6c0
ModelInvariantUuid:a90ba2e3-735a-46d2-bdba-d9988bdf20a6
ModelName:Vfw165fc907Dcb1.compute.nodes.heat.vsn
ModelUuid:a5d3f58b-80cf-4bb1-877b-94992795c797
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:84c922de-381b-45a1-9671-aa574648ef5c
ModelInvariantUuid:99943797-cc60-4e75-90db-43d32d6a3379
ModelName:vFW 165fc907-dcb1-nodes.vpgCvfc
ModelUuid:adc954af-6a81-40ac-b75c-0f0621b8fab5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:afb58326-aa3b-4fca-906e-461aabf222d9
ModelInvariantUuid:7ad44fbc-0eef-4d07-9e99-d2b1095a92a6
ModelName:Vfw165fc907Dcb1.compute.nodes.heat.vpg
ModelUuid:11ba001b-de7f-4005-9088-1af0f88810fe
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-12-06T04:25:59.217Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 894cb3a2-910f-4e6e-bcf9-082b3170ed50
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-12-06T04:25:59.337Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||vFW 165fc907-dcb1 0
2022-12-06T04:25:59.344Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 894cb3a2-910f-4e6e-bcf9-082b3170ed50
2022-12-06T04:25:59.345Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c56855bf-2bbd-4fb8-b171-f32538ecfefc from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:25:59.345Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:25:59.345Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:25:59.417Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:25:59.418Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json c56855bf-2bbd-4fb8-b171-f32538ecfefc 785
2022-12-06T04:25:59.419Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json ASDC sendASDCNotification
2022-12-06T04:25:59.419Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:25:59.419Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:25:59.420Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:25:59.423Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:25:59.423Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300759419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:25:59.523Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:25:59.525Z||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-12-06T04:25:59.525Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:25:59.537Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:25:59.537Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:26:00.425Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw165fc907Dcb1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "40c13971-4224-4b00-a694-a89c588e2b2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3757a774-d908-40a2-834f-607d450a2956",
"vfModuleModelCustomizationUUID": "bd5842f4-088b-4653-af82-9d867431ca32",
"isBase": true,
"artifacts": [
"9adc4816-79dd-4287-9e86-1e310270c72c",
"c2feeb63-6806-4d20-8964-ed97e5ed3d38"
],
"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-12-06T04:26:00.442Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw165fc907Dcb1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3757a774-d908-40a2-834f-607d450a2956
VfModuleModelInvariantUUID:40c13971-4224-4b00-a694-a89c588e2b2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9adc4816-79dd-4287-9e86-1e310270c72c
,
c2feeb63-6806-4d20-8964-ed97e5ed3d38
}
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-12-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw165fc907Dcb1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "40c13971-4224-4b00-a694-a89c588e2b2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3757a774-d908-40a2-834f-607d450a2956",
"vfModuleModelCustomizationUUID": "bd5842f4-088b-4653-af82-9d867431ca32",
"isBase": true,
"artifacts": [
"9adc4816-79dd-4287-9e86-1e310270c72c",
"c2feeb63-6806-4d20-8964-ed97e5ed3d38"
],
"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-12-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw165fc907Dcb1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3757a774-d908-40a2-834f-607d450a2956
VfModuleModelInvariantUUID:40c13971-4224-4b00-a694-a89c588e2b2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9adc4816-79dd-4287-9e86-1e310270c72c
,
c2feeb63-6806-4d20-8964-ed97e5ed3d38
}
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-12-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9adc4816-79dd-4287-9e86-1e310270c72c from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:26:00.445Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:00.497Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml 9adc4816-79dd-4287-9e86-1e310270c72c 20368
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:00.499Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:26:00.500Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:00.502Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:00.502Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300760499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:26:00.602Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:00.603Z||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-12-06T04:26:00.604Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:00.616Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:26:00.617Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:26:01.503Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c2feeb63-6806-4d20-8964-ed97e5ed3d38 from URL: /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:01.504Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-06T04:26:01.504Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:01.556Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env c2feeb63-6806-4d20-8964-ed97e5ed3d38 2098
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:01.557Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:26:01.558Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:01.561Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:01.561Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300761557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:26:01.661Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:01.662Z||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-12-06T04:26:01.662Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:01.673Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:26:01.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:26:02.565Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f5c34605-f0d7-4518-92b7-9d58db4b49b4
2022-12-06T04:26:02.568Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 165fc907-dcb1 0 894cb3a2-910f-4e6e-bcf9-082b3170ed50 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T04:26:02.649Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d4fa9bb, org.onap.sdc.toscaparser.api.parameters.Input@620226b5, org.onap.sdc.toscaparser.api.parameters.Input@1c591faf, org.onap.sdc.toscaparser.api.parameters.Input@548446f5, org.onap.sdc.toscaparser.api.parameters.Input@44963faf]
2022-12-06T04:26:02.654Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.655Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.655Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-12-06T04:26:02.656Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1c077d0a-d453-47b7-8328-4c22a0c9a180
2022-12-06T04:26:02.656Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c077d0a-d453-47b7-8328-4c22a0c9a180 matches Tosca VF Customization UUID: 1c077d0a-d453-47b7-8328-4c22a0c9a180
2022-12-06T04:26:02.657Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1c077d0a-d453-47b7-8328-4c22a0c9a180 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-12-06T04:26:02.669Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.670Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.672Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1c077d0a-d453-47b7-8328-4c22a0c9a180: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T04:26:02.672Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a98a263
2022-12-06T04:26:02.673Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.673Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:26:02.674Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd5842f4-088b-4653-af82-9d867431ca32
2022-12-06T04:26:02.676Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd5842f4-088b-4653-af82-9d867431ca32
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-12-06T04:26:02.684Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.684Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.685Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.685Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.686Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:26:02.687Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:26:02.687Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T04:26:02.687Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.688Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.689Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:26:02.692Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.693Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:26:02.693Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.693Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7270370b-1d30-4251-a059-8d1982f96785
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-12-06T04:26:02.705Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.706Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.706Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.707Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.708Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:26:02.708Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:26:02.708Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:26:02.709Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.709Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.710Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:26:02.710Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.711Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:26:02.711Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T04:26:02.712Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T04:26:02.712Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.713Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T04:26:02.713Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.714Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0505e81b-7edd-4df3-9e5f-fe499ca5615c
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-12-06T04:26:02.717Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.718Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.718Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.721Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.721Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is not matching search criteria
2022-12-06T04:26:02.722Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T04:26:02.722Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T04:26:02.723Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.723Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.723Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T04:26:02.724Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.724Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T04:26:02.724Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T04:26:02.725Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T04:26:02.725Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T04:26:02.726Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T04:26:02.726Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T04:26:02.726Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=84c922de-381b-45a1-9671-aa574648ef5c
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-12-06T04:26:02.730Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.730Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.730Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:26:02.731Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.732Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Node template vFW 165fc907-dcb1 0 is matching search criteria
2022-12-06T04:26:02.732Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 165fc907-dcb1 0] matching following query criteria: sdcType=VF, customizationUUID=1c077d0a-d453-47b7-8328-4c22a0c9a180
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-12-06T04:26:02.734Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.735Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.735Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f5c34605-f0d7-4518-92b7-9d58db4b49b4: vFW 165fc907-dcb1
2022-12-06T04:26:02.736Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.736Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.737Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.737Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.737Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.738Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.738Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.738Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.739Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:26:02.739Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-06 04-24-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:26:02.740Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-12-06 04-24-10
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-12-06T04:26:03.039Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 165fc907-dcb1 894cb3a2-910f-4e6e-bcf9-082b3170ed50 1 ASDC deployResourceStructure
2022-12-06T04:26:03.039Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json ASDC sendASDCNotification
2022-12-06T04:26:03.039Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json
2022-12-06T04:26:03.040Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:03.040Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:03.045Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:03.045Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300763039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T04:26:03.143Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T04:26:03.144Z||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-12-06T04:26:03.144Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:03.156Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:26:03.157Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:04.046Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T04:26:04.047Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml
2022-12-06T04:26:04.047Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:04.047Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:04.049Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:04.049Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300764046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T04:26:04.149Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:04.151Z||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-12-06T04:26:04.151Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:04.167Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:26:04.167Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:05.050Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T04:26:05.051Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env
2022-12-06T04:26:05.051Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:05.051Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:05.054Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:05.054Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300765050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-06T04:26:05.154Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:26:05.156Z||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-12-06T04:26:05.156Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:05.169Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:26:05.170Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:06.055Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar ASDC sendASDCNotification
2022-12-06T04:26:06.056Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar
2022-12-06T04:26:06.056Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:26:06.056Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:26:06.069Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:26:06.069Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300766055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:26:06.159Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-12-06T04:26:06.160Z||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-12-06T04:26:06.160Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:06.172Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:26:06.172Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:26:07.070Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:26:07.096Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:26:07.100Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:26:07.100Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:26:07.101Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:26:37.101Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:26:37.115Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:26:37.118Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:26:37.118Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:26:37.118Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:26:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:26:45.524Z||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-12-06T04:26:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:26:45.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:26:45.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:26:45.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:26:45.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:07.119Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:27:07.132Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:27:07.136Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:27:07.137Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:27:07.137Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:27:37.137Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:27:37.150Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:27:37.153Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:27:37.154Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T04:27:37.154Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T04:27:45.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:27:45.529Z||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-12-06T04:27:45.529Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:27:46.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:27:46.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300745881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300746888,
"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-12-06T04:27:46.077Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:27:46.077Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-12-06T04:27:46.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300748682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "aai-ml",
"timestamp": 1670300749689,
"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-12-06T04:27:46.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 314e2931-9f60-477d-81f3-884e4ac30a0d
2022-12-06T04:27:46.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 314e2931-9f60-477d-81f3-884e4ac30a0d 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-12-06T04:27:46.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300745519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300753595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300759419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300760499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300761557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300763039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/vfw165fc907dcb10_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300764046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300765050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/resourceInstances/vfw165fc907dcb10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300766055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206042410/1.0/artifacts/service-Vfw20221206042410-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300765556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300762284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300765556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300762284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300765556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300762284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300765556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300762284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300762284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300765556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300762284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300765556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300765556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300762284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300778883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300778883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300778863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "cds",
"timestamp": 1670300779890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T04:27:46.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-12-06T04:27:46.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300779719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300778863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300779719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300781267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300778863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300779719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670300782271,
"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-12-06T04:27:46.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-12-06T04:27:46.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300778863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300779719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300778863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300779719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300778863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300779719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300778863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300785391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "ves-openapi-manager",
"timestamp": 1670300779719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300786610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300785391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300787784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300785391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300788894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300785391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300789938,
"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-12-06T04:27:46.179Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.179Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-12-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300785391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670300790943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300785391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300785391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300793166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300800884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:27:46.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "aai-ml",
"timestamp": 1670300801888,
"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-12-06T04:27:46.196Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92a4c665-c671-4710-8768-d09e5de83a17
2022-12-06T04:27:46.197Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a4c665-c671-4710-8768-d09e5de83a17 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-12-06T04:28:07.154Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:28:07.169Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d
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-12-06T04:28:07.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:28:07.174Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:28:07.175Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:28:07.175Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:28:07.175Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:28:07.176Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:28:07.177Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-12-06T04:28:07.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:28:37.184Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 314e2931-9f60-477d-81f3-884e4ac30a0d 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-12-06T04:28:37.197Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 314e2931-9f60-477d-81f3-884e4ac30a0d and serviceModelVersionId: f5c34605-f0d7-4518-92b7-9d58db4b49b4
2022-12-06T04:28:37.198Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4944f53-1e9a-4a00-8adc-527d5e49e6e3
2022-12-06T04:28:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:28:45.524Z||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-12-06T04:28:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:28:53.795Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0
2022-12-06T04:28:53.920Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:28:54.507Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?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-12-06T04:28:54.513Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0|INFO|500||Invoke
2022-12-06T04:28:54.661Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T04:28:54.880Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0|INFO|500||InvokeReturn
2022-12-06T04:28:54.881Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4944f53-1e9a-4a00-8adc-527d5e49e6e3/model-vers/model-ver/f5c34605-f0d7-4518-92b7-9d58db4b49b4?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:28:54 GMT], content-length=[0], vertex-id=[180280], x-aai-txid=[0-aai-resources-221206-04:28:54:034-5327], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:28:54.882Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:28:54.890Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:28:54.891Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-12-06T04:28:54.898Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-12-06T04:28:54.900Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 314e2931-9f60-477d-81f3-884e4ac30a0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:28:54.901Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:28:54.902Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:28:54.905Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:28:54.906Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300934900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:28:55.006Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:28:55.007Z||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-12-06T04:28:55.007Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:28:55.020Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:28:55.021Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:28:55.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:28:55.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:28:55.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "314e2931-9f60-477d-81f3-884e4ac30a0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300934900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:28:55.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T04:28:55.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:28:55.924Z||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-12-06T04:28:55.924Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:00.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:00.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:29:00.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"92a4c665-c671-4710-8768-d09e5de83a17","serviceName":"basic_onboard_mAoAuF","serviceVersion":"1.0","serviceUUID":"769c633c-8745-4010-9928-988dedd6af58","serviceDescription":"service","serviceInvariantUUID":"094149e3-fe11-4574-a176-d00dbabea95c","resources":[{"resourceInstanceName":"basic_onboard_mAoAuF 0","resourceName":"basic_onboard_mAoAuF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0aaa331-bb91-438f-8240-f87ea06e29e9","resourceInvariantUUID":"f0320e74-32db-4161-82f0-0ae676e5e52c","resourceCustomizationUUID":"f1aeb705-d921-44e9-b391-ca1c5e56500d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml","artifactChecksum":"MzhmYmM3N2VhNWFhZDQ4ZjE5MDE0OWFhMmM0MzQxZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ba8ee95-9c86-4684-a2d3-63a8f8e55d43","artifactVersion":"1"},{"artifactName":"basic_onboard_maoauf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json","artifactChecksum":"YzMzMTM0ZDUyZDgwYWY3ZjljNTFkNzBhMGFlYzU1YjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83bc02b6-521a-48a7-aeed-c605d244db2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17af2f78-9dd2-4bbe-908a-9a281b912102","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b01c8826-d99d-4ad0-833e-27e7ba846dc6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69f98a52-2227-436c-8e93-630ce5afb712","artifactVersion":"2","generatedFromUUID":"17af2f78-9dd2-4bbe-908a-9a281b912102"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMaoauf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml","artifactChecksum":"MTQxMGUzNzkxMDE2YmY4NTU1OTgyOWJlMmQwYTZiOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80991adb-da18-4e8e-90e2-b3f19e698906","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMaoauf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar","artifactChecksum":"NGFkYWI0MmI3NzI4ZWY4MDhlYWIwMzg5N2Y3NTViZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71a56532-ef83-4dc9-b846-03da75ffa8c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:29:00.378Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:00.379Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:00.381Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:00.382Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:29:00.482Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:00.483Z||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-12-06T04:29:00.483Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:00.495Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:00.496Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:01.382Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:01.384Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:01.386Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:01.386Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T04:29:01.486Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:01.488Z||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-12-06T04:29:01.488Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:01.500Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:01.501Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:02.387Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:02.388Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:02.391Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:02.391Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T04:29:02.491Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:02.493Z||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-12-06T04:29:02.493Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:02.510Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:02.511Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:03.392Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:03.393Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:03.396Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:03.396Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:29:03.497Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T04:29:03.498Z||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-12-06T04:29:03.498Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:03.510Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:03.511Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:04.397Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:04.398Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:04.400Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:04.401Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T04:29:04.501Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:04.502Z||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-12-06T04:29:04.502Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:04.515Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:04.515Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:05.401Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:05.402Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:05.404Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:05.405Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:29:05.505Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:05.506Z||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-12-06T04:29:05.506Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:05.522Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:05.522Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:06.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:29:06.406Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:06.408Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:06.409Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:29:06.508Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:29:06.509Z||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-12-06T04:29:06.510Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:06.520Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:06.521Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:07.411Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"serviceName": "basic_onboard_mAoAuF",
"serviceVersion": "1.0",
"serviceUUID": "769c633c-8745-4010-9928-988dedd6af58",
"serviceDescription": "service",
"serviceInvariantUUID": "094149e3-fe11-4574-a176-d00dbabea95c",
"resources": [
{
"resourceInstanceName": "basic_onboard_mAoAuF 0",
"resourceCustomizationUUID": "f1aeb705-d921-44e9-b391-ca1c5e56500d",
"resourceName": "basic_onboard_mAoAuF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c0aaa331-bb91-438f-8240-f87ea06e29e9",
"resourceInvariantUUID": "f0320e74-32db-4161-82f0-0ae676e5e52c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_maoauf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"artifactChecksum": "YzMzMTM0ZDUyZDgwYWY3ZjljNTFkNzBhMGFlYzU1YjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83bc02b6-521a-48a7-aeed-c605d244db2e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "17af2f78-9dd2-4bbe-908a-9a281b912102",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69f98a52-2227-436c-8e93-630ce5afb712",
"generatedFromUUID": "17af2f78-9dd2-4bbe-908a-9a281b912102"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69f98a52-2227-436c-8e93-630ce5afb712",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMaoauf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"artifactChecksum": "NGFkYWI0MmI3NzI4ZWY4MDhlYWIwMzg5N2Y3NTViZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "71a56532-ef83-4dc9-b846-03da75ffa8c9"
}
],
"workloadContext": "Production"
}
2022-12-06T04:29:07.411Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:29:07.412Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 769c633c-8745-4010-9928-988dedd6af58 ASDC
2022-12-06T04:29:07.412Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:92a4c665-c671-4710-8768-d09e5de83a17
ServiceName:basic_onboard_mAoAuF
ServiceVersion:1.0
ServiceUUID:769c633c-8745-4010-9928-988dedd6af58
ServiceInvariantUUID:094149e3-fe11-4574-a176-d00dbabea95c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMaoauf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
ArtifactUUID:71a56532-ef83-4dc9-b846-03da75ffa8c9
ArtifactChecksum:NGFkYWI0MmI3NzI4ZWY4MDhlYWIwMzg5N2Y3NTViZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mAoAuF 0
ResourceCustomizationUUID:f1aeb705-d921-44e9-b391-ca1c5e56500d
ResourceInvariantUUID:f0320e74-32db-4161-82f0-0ae676e5e52c
ResourceName:basic_onboard_mAoAuF
ResourceType:VF
ResourceUUID:c0aaa331-bb91-438f-8240-f87ea06e29e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_maoauf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
ArtifactUUID:83bc02b6-521a-48a7-aeed-c605d244db2e
ArtifactChecksum:YzMzMTM0ZDUyZDgwYWY3ZjljNTFkNzBhMGFlYzU1YjE=
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/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:17af2f78-9dd2-4bbe-908a-9a281b912102
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/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
ArtifactUUID:69f98a52-2227-436c-8e93-630ce5afb712
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/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
ArtifactUUID:69f98a52-2227-436c-8e93-630ce5afb712
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-06T04:29:07.413Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769c633c-8745-4010-9928-988dedd6af58 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-12-06T04:29:07.455Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:29:07.455Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:29:07.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:29:07.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 71a56532-ef83-4dc9-b846-03da75ffa8c9 from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:07.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:07.457Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:07.566Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:07.571Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar 71a56532-ef83-4dc9-b846-03da75ffa8c9 75290
2022-12-06T04:29:07.572Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar ASDC sendASDCNotification
2022-12-06T04:29:07.572Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:07.572Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:07.573Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:07.575Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:07.576Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300947572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:07.676Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:29:07.677Z||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-12-06T04:29:07.677Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:07.697Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:07.698Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:08.576Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:29:08.578Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:29:08.579Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 71a56532-ef83-4dc9-b846-03da75ffa8c9, URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar to file: /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.579Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.580Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.581Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:08.734Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6996508363608632904/Definitions/service-BasicOnboardMaoauf-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-12-06T04:29:10.012Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mAoAuF 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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.013Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.014Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.015Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is not matching search criteria
2022-12-06T04:29:10.016Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.017Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.018Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.019Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is not matching search criteria
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b806002c-42f0-4b6d-a02f-ee1553818858
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.020Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:10.021Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mAoAuF
Description:service
Model UUID:769c633c-8745-4010-9928-988dedd6af58
Model Version:NULL
Model InvariantUuid:094149e3-fe11-4574-a176-d00dbabea95c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mAoAuF
Model UUID:53b5ed19-c119-4e3b-8d01-a51bd2604981
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0320e74-32db-4161-82f0-0ae676e5e52c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f1aeb705-d921-44e9-b391-ca1c5e56500d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ae44dd14-47a0-481e-b1be-86a9ea36539b
ModelName:BasicOnboardMaoauf..base_ubuntu18..module-0
ModelUuid:f3bf88c5-e679-49e9-b628-02e661d5271d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b806002c-42f0-4b6d-a02f-ee1553818858
ModelInvariantUuid:addf3a0c-fc14-4327-b03a-a378372b1301
ModelName:basic_onboard_mAoAuF-nodes.ubuntu18Cvfc
ModelUuid:56e36f8f-0abd-43fb-bcb1-c849d0133c3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8e93b062-c975-4c71-95c6-bac3976083fa
ModelInvariantUuid:eab54d7b-48c0-4f4b-b41b-13c800c0d527
ModelName:BasicOnboardMaoauf.compute.nodes.heat.ubuntu18
ModelUuid:6eac40d5-c027-4a71-b287-cc63d765ad07
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-12-06T04:29:10.032Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c0aaa331-bb91-438f-8240-f87ea06e29e9
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-12-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||basic_onboard_mAoAuF 0
2022-12-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0aaa331-bb91-438f-8240-f87ea06e29e9
2022-12-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83bc02b6-521a-48a7-aeed-c605d244db2e from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:10.035Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:10.036Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:10.092Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:10.092Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json 83bc02b6-521a-48a7-aeed-c605d244db2e 798
2022-12-06T04:29:10.093Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json ASDC sendASDCNotification
2022-12-06T04:29:10.093Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:10.093Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:10.094Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:10.096Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:10.096Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300950093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:10.196Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:10.198Z||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-12-06T04:29:10.198Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:10.212Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:10.213Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:11.097Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMaoauf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ae44dd14-47a0-481e-b1be-86a9ea36539b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f3bf88c5-e679-49e9-b628-02e661d5271d",
"vfModuleModelCustomizationUUID": "a83b7e34-bd88-4a51-9af2-7c91a7f8b956",
"isBase": true,
"artifacts": [
"17af2f78-9dd2-4bbe-908a-9a281b912102",
"69f98a52-2227-436c-8e93-630ce5afb712"
],
"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-12-06T04:29:11.103Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMaoauf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f3bf88c5-e679-49e9-b628-02e661d5271d
VfModuleModelInvariantUUID:ae44dd14-47a0-481e-b1be-86a9ea36539b
VfModuleModelDescription:NULL
Artifacts UUID List:{
17af2f78-9dd2-4bbe-908a-9a281b912102
,
69f98a52-2227-436c-8e93-630ce5afb712
}
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-12-06T04:29:11.105Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMaoauf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ae44dd14-47a0-481e-b1be-86a9ea36539b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f3bf88c5-e679-49e9-b628-02e661d5271d",
"vfModuleModelCustomizationUUID": "a83b7e34-bd88-4a51-9af2-7c91a7f8b956",
"isBase": true,
"artifacts": [
"17af2f78-9dd2-4bbe-908a-9a281b912102",
"69f98a52-2227-436c-8e93-630ce5afb712"
],
"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-12-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMaoauf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f3bf88c5-e679-49e9-b628-02e661d5271d
VfModuleModelInvariantUUID:ae44dd14-47a0-481e-b1be-86a9ea36539b
VfModuleModelDescription:NULL
Artifacts UUID List:{
17af2f78-9dd2-4bbe-908a-9a281b912102
,
69f98a52-2227-436c-8e93-630ce5afb712
}
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-12-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 17af2f78-9dd2-4bbe-908a-9a281b912102 from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:11.106Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:11.162Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml 17af2f78-9dd2-4bbe-908a-9a281b912102 5033
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:11.163Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:11.168Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:11.168Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300951163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:11.266Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-06T04:29:11.267Z||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-12-06T04:29:11.267Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:11.284Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:11.285Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:12.170Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 69f98a52-2227-436c-8e93-630ce5afb712 from URL: /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:12.171Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:29:12.172Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:12.267Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env 69f98a52-2227-436c-8e93-630ce5afb712 909
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:12.268Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:29:12.269Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:12.271Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:12.271Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300952268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:12.371Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:12.373Z||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-12-06T04:29:12.373Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:12.385Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:12.385Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:13.272Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 769c633c-8745-4010-9928-988dedd6af58
2022-12-06T04:29:13.273Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mAoAuF 0 c0aaa331-bb91-438f-8240-f87ea06e29e9 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-12-06T04:29:13.291Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137b36d8, org.onap.sdc.toscaparser.api.parameters.Input@47a37bf3, org.onap.sdc.toscaparser.api.parameters.Input@5b4b9b1b, org.onap.sdc.toscaparser.api.parameters.Input@174f9306, org.onap.sdc.toscaparser.api.parameters.Input@5dc8aac1]
2022-12-06T04:29:13.292Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f1aeb705-d921-44e9-b391-ca1c5e56500d
2022-12-06T04:29:13.293Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1aeb705-d921-44e9-b391-ca1c5e56500d matches Tosca VF Customization UUID: f1aeb705-d921-44e9-b391-ca1c5e56500d
2022-12-06T04:29:13.294Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f1aeb705-d921-44e9-b391-ca1c5e56500d 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-12-06T04:29:13.297Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.297Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f1aeb705-d921-44e9-b391-ca1c5e56500d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d409a67
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a83b7e34-bd88-4a51-9af2-7c91a7f8b956
2022-12-06T04:29:13.298Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a83b7e34-bd88-4a51-9af2-7c91a7f8b956
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-12-06T04:29:13.302Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.302Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.303Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is not matching search criteria
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T04:29:13.304Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T04:29:13.305Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b806002c-42f0-4b6d-a02f-ee1553818858
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-12-06T04:29:13.308Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.308Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.308Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T04:29:13.309Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.309Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mAoAuF 0 is matching search criteria
2022-12-06T04:29:13.309Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mAoAuF 0] matching following query criteria: sdcType=VF, customizationUUID=f1aeb705-d921-44e9-b391-ca1c5e56500d
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-12-06T04:29:13.312Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.312Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 769c633c-8745-4010-9928-988dedd6af58: basic_onboard_mAoAuF
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.313Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.314Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.314Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.314Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:29:13.315Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mAoAuF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:29:13.316Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_mAoAuF
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-12-06T04:29:13.417Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mAoAuF c0aaa331-bb91-438f-8240-f87ea06e29e9 1 ASDC deployResourceStructure
2022-12-06T04:29:13.417Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json ASDC sendASDCNotification
2022-12-06T04:29:13.418Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json
2022-12-06T04:29:13.418Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:13.419Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:13.422Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:13.422Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300953417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:13.522Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:13.523Z||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-12-06T04:29:13.523Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:13.536Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:13.537Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:14.424Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:14.427Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:14.427Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300954423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:14.527Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:14.528Z||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-12-06T04:29:14.528Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:14.541Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:14.542Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:29:15.429Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T04:29:15.429Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env
2022-12-06T04:29:15.429Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:15.430Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:15.432Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:15.433Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300955428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:15.533Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:15.534Z||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-12-06T04:29:15.535Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:15.551Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:15.552Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:16.434Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar ASDC sendASDCNotification
2022-12-06T04:29:16.434Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar
2022-12-06T04:29:16.435Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:29:16.436Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:16.438Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:16.438Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300956434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:16.538Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:29:16.539Z||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-12-06T04:29:16.539Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:16.553Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:16.553Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:29:17.440Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92a4c665-c671-4710-8768-d09e5de83a17
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-12-06T04:29:17.456Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92a4c665-c671-4710-8768-d09e5de83a17
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-12-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:29:17.461Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:29:17.462Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-12-06T04:29:17.469Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:29:45.522Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:29:45.524Z||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-12-06T04:29:45.524Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:46.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:46.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T04:29:46.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:29:46.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300935923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300947572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300950093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300951163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300952268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300953417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/basic_onboard_maoauf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:46.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300954423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300955428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/resourceInstances/basic_onboard_maoauf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T04:29:46.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300956434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMaoauf/1.0/artifacts/service-BasicOnboardMaoauf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:29:46.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:29:47.469Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92a4c665-c671-4710-8768-d09e5de83a17 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-12-06T04:29:47.482Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92a4c665-c671-4710-8768-d09e5de83a17 and serviceModelVersionId: 769c633c-8745-4010-9928-988dedd6af58
2022-12-06T04:29:47.483Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 094149e3-fe11-4574-a176-d00dbabea95c
2022-12-06T04:29:47.484Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0
2022-12-06T04:29:47.489Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:29:47.607Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|INFO|500||Invoke
2022-12-06T04:29:47.607Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92a4c665-c671-4710-8768-d09e5de83a17], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76d607b1-bfb5-4331-916a-9af11db02df0], X-ECOMP-RequestID=[92a4c665-c671-4710-8768-d09e5de83a17], X-TransactionId=[], X-ONAP-RequestID=[92a4c665-c671-4710-8768-d09e5de83a17], Content-Type=[application/merge-patch+json]}
2022-12-06T04:29:47.656Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T04:29:47.771Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?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/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:29:47 GMT], content-length=[0], vertex-id=[581720], x-aai-txid=[0-aai-resources-221206-04:29:47:036-90806], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:29:47.772Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:29:47.773Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/094149e3-fe11-4574-a176-d00dbabea95c/model-vers/model-ver/769c633c-8745-4010-9928-988dedd6af58?depth=0|INFO|500||InvokeReturn
2022-12-06T04:29:47.774Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:29:47.774Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-12-06T04:29:47.785Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||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-12-06T04:29:47.785Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92a4c665-c671-4710-8768-d09e5de83a17 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:29:47.785Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:29:47.786Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:29:47.788Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:29:47.788Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300987785,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:29:47.891Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-06T04:29:47.892Z||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-12-06T04:29:47.892Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:47.909Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:47.910Z||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-12-06T04:29:48.804Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:29:48.805Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:29:48.805Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:29:58.358Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:29:58.359Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:29:58.360Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:29:58.360Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:07.918Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:30:07.919Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:30:07.919Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:30:07.920Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:17.492Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:30:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:30:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:30:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:45.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:30:45.523Z||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-12-06T04:30:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:30:46.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:30:46.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-06T04:30:46.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92a4c665-c671-4710-8768-d09e5de83a17",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670300987785,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:30:46.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:30:55.110Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:31:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:31:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:31:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:31:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:31:45.523Z||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-12-06T04:31:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:31:55.098Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:31:55.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:32:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:32:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:32:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:32:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:32:45.523Z||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-12-06T04:32:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:32:55.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:32:55.088Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:33:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:33:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:33:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:33:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:33:45.523Z||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-12-06T04:33:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:33:55.076Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:33:55.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:34:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:34:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:34:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:34:45.522Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:34:45.523Z||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-12-06T04:34:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:34:55.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:34:55.080Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:35:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:35:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:35:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:35:45.522Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:35:45.523Z||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-12-06T04:35:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:35:55.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:35:55.079Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:36:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:36:45.522Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:36:45.522Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:36:45.522Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:36:45.523Z||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-12-06T04:36:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:36:55.080Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:36:55.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:37:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:37:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:37:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:37:45.522Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:37:45.523Z||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-12-06T04:37:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:37:55.071Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:37:55.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:38:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:38:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:38:45.521Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:38:45.522Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:38:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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-12-06T04:38:45.523Z|314e2931-9f60-477d-81f3-884e4ac30a0d|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:38:55.078Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:38:55.079Z|314e2931-9f60-477d-81f3-884e4ac30a0d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:39:45.519Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:39:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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-12-06T04:39:45.520Z|92a4c665-c671-4710-8768-d09e5de83a17|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:39:45.523Z||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-12-06T04:39:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:46.157Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:39:46.158Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.158Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1330ad3-6edd-4296-be03-b5d15ae7c99b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f1228fc8-7656-4005-b1dc-2d87a7ed780f","serviceDescription":"service","serviceInvariantUUID":"9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ef1f7f87-1556-4e47-b7ce-89cf1127fb8f","resourceInvariantUUID":"6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3","resourceCustomizationUUID":"8838ac28-f68d-42af-8403-e608188149b1","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":"ZTc0OTdjNDgwNmU3OThjNzZjZWY0NGYwNTQzZWQ0YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0061691a-be7e-4646-9b9a-eae9ef970798","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzNiODNjZjg5MjY5ZDg4ZDIxZWU3NjY2YTgyYTUyNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f310310-f516-4464-b5c6-e5240ecc2cfd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:39:46.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:39:46.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670301572284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "aai-ml",
"timestamp": 1670301565391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "aai-ml",
"timestamp": 1670301565391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:39:46.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670301572284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:39:46.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "cds",
"timestamp": 1670301575555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "cds",
"timestamp": 1670301575555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "aai-ml",
"timestamp": 1670301577346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:39:46.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670301577349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "cds",
"timestamp": 1670301578326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670301579101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:39:46.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "cds",
"timestamp": 1670301579335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-12-06T04:39:46.179Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:39:46.179Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:46.184Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:46.184Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301585519,
"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: 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-12-06T04:39:46.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1330ad3-6edd-4296-be03-b5d15ae7c99b
2022-12-06T04:39:46.206Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-12-06T04:39:46.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670301578862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670301580109,
"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-12-06T04:39:46.224Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1330ad3-6edd-4296-be03-b5d15ae7c99b
2022-12-06T04:39:46.224Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-12-06T04:39:46.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670301579719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670301578862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670301579719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:39:46.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "aai-ml",
"timestamp": 1670301581450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T04:39:46.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:39:46.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "aai-ml",
"timestamp": 1670301582456,
"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-12-06T04:39:46.241Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1330ad3-6edd-4296-be03-b5d15ae7c99b
2022-12-06T04:39:46.241Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-12-06T04:39:46.284Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:39:46.286Z||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-12-06T04:39:46.286Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:46.302Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:39:46.303Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:39:47.185Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:39:47.186Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:47.191Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:47.192Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301585519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:39:47.290Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-06T04:39:47.291Z||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-12-06T04:39:47.291Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:47.305Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:39:47.306Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:39:48.193Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f1228fc8-7656-4005-b1dc-2d87a7ed780f",
"serviceDescription": "service",
"serviceInvariantUUID": "9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8838ac28-f68d-42af-8403-e608188149b1",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ef1f7f87-1556-4e47-b7ce-89cf1127fb8f",
"resourceInvariantUUID": "6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3",
"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": "MzNiODNjZjg5MjY5ZDg4ZDIxZWU3NjY2YTgyYTUyNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f310310-f516-4464-b5c6-e5240ecc2cfd"
}
],
"workloadContext": "Production"
}
2022-12-06T04:39:48.194Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:39:48.194Z|92a4c665-c671-4710-8768-d09e5de83a17|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f1228fc8-7656-4005-b1dc-2d87a7ed780f ASDC
2022-12-06T04:39:48.195Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f1330ad3-6edd-4296-be03-b5d15ae7c99b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f1228fc8-7656-4005-b1dc-2d87a7ed780f
ServiceInvariantUUID:9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8
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:0f310310-f516-4464-b5c6-e5240ecc2cfd
ArtifactChecksum:MzNiODNjZjg5MjY5ZDg4ZDIxZWU3NjY2YTgyYTUyNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8838ac28-f68d-42af-8403-e608188149b1
ResourceInvariantUUID:6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ef1f7f87-1556-4e47-b7ce-89cf1127fb8f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-06T04:39:48.195Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1228fc8-7656-4005-b1dc-2d87a7ed780f 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-12-06T04:39:48.228Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0f310310-f516-4464-b5c6-e5240ecc2cfd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T04:39:48.229Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:39:48.230Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T04:39:48.307Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:39:48.311Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0f310310-f516-4464-b5c6-e5240ecc2cfd 57657
2022-12-06T04:39:48.311Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-06T04:39:48.311Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T04:39:48.312Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:39:48.312Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:48.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:48.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301588311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:39:48.414Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:39:48.416Z||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-12-06T04:39:48.416Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:48.431Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:39:48.431Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:39:49.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:39:49.316Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:39:49.316Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0f310310-f516-4464-b5c6-e5240ecc2cfd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:49.317Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-06T04:39:49.317Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:49.317Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:49.477Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8397218805969572699/Definitions/service-BasicNetwork-template.yml
2022-12-06T04:39:50.152Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.153Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:39:50.154Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.155Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.158Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.158Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f1228fc8-7656-4005-b1dc-2d87a7ed780f
Model Version:NULL
Model InvariantUuid:9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6e3a7f3d-74d2-4af6-b3a7-2bcd62d6f9d3
Model UUID:45d071a9-84f4-446c-8eda-8375d46ac270
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8838ac28-f68d-42af-8403-e608188149b1
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-12-06T04:39:50.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: ef1f7f87-1556-4e47-b7ce-89cf1127fb8f
2022-12-06T04:39:50.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||No resources found for Service: f1228fc8-7656-4005-b1dc-2d87a7ed780f
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-12-06T04:39:50.172Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||
2022-12-06T04:39:50.172Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f1228fc8-7656-4005-b1dc-2d87a7ed780f
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f1228fc8-7656-4005-b1dc-2d87a7ed780f
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-06T04:39:50.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.179Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21dd1dfc, org.onap.sdc.toscaparser.api.parameters.Input@56ded587, org.onap.sdc.toscaparser.api.parameters.Input@57d95326, org.onap.sdc.toscaparser.api.parameters.Input@5cddf644, org.onap.sdc.toscaparser.api.parameters.Input@15a632de]
2022-12-06T04:39:50.181Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f1228fc8-7656-4005-b1dc-2d87a7ed780f: Generic NeutronNet
2022-12-06T04:39:50.182Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.183Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.183Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.183Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.232Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.232Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.232Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:39:50.233Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:50.294Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-06T04:39:50.295Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-06T04:39:50.295Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T04:39:50.295Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T04:39:50.296Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:39:50.298Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:39:50.298Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301590295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T04:39:50.398Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:39:50.400Z||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-12-06T04:39:50.400Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:39:50.418Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:39:50.418Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:39:51.301Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b
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-12-06T04:39:51.314Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b
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-12-06T04:39:51.318Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T04:39:51.319Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T04:39:51.319Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:39:51.320Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:39:51.321Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T04:39:51.321Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:39:51.327Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T04:40:21.327Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b 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-12-06T04:40:21.336Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1330ad3-6edd-4296-be03-b5d15ae7c99b and serviceModelVersionId: f1228fc8-7656-4005-b1dc-2d87a7ed780f
2022-12-06T04:40:21.337Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8
2022-12-06T04:40:21.338Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0
2022-12-06T04:40:21.343Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T04:40:21.399Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?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-12-06T04:40:21.401Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0|INFO|500||Invoke
2022-12-06T04:40:21.426Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T04:40:21.547Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0|INFO|500||InvokeReturn
2022-12-06T04:40:21.548Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3e43b8-5cf6-4b96-bfdd-eb1a0b7e97d8/model-vers/model-ver/f1228fc8-7656-4005-b1dc-2d87a7ed780f?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 04:40:20 GMT], content-length=[0], vertex-id=[180424], x-aai-txid=[2-aai-resources-221206-04:40:20:798-29878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T04:40:21.549Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T04:40:21.549Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T04:40:21.549Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:40:21.556Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||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-12-06T04:40:21.556Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1330ad3-6edd-4296-be03-b5d15ae7c99b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T04:40:21.556Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T04:40:21.557Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:21.560Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:21.560Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301621556,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T04:40:21.660Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:21.662Z||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-12-06T04:40:21.662Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:21.681Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:21.682Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 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-12-06T04:40:45.520Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:40:45.521Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|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-12-06T04:40:45.521Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:45.522Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T04:40:45.523Z||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-12-06T04:40:45.523Z||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 ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:45.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:45.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T04:40:45.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1330ad3-6edd-4296-be03-b5d15ae7c99b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301585519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-06T04:40:46.156Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:46.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-06T04:40:46.157Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a449b4c3-23a8-4ab2-89f8-881899b08eec","serviceName":"Demo_pNF_vCrr8PSw08OPRlYbSUA0","serviceVersion":"1.0","serviceUUID":"5a6dadad-ed0d-43b3-a187-7d9020d8f6a7","serviceDescription":"catalog service description","serviceInvariantUUID":"9e859a2e-e51d-4f22-852e-084adbc58b91","resources":[{"resourceInstanceName":"pNF b7b272f5-c350 0","resourceName":"pNF b7b272f5-c350","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7e221cb-659c-4421-8259-7113e47f3a1e","resourceInvariantUUID":"96e7a859-a60b-4be0-a77f-f3866a9d487d","resourceCustomizationUUID":"863edc91-b40f-49b7-acd3-ae699bb28102","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml","artifactChecksum":"NTQ2NjAzNThiZmU1NGNiZWQwMTUzMTlkMzBiM2RiNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b44ca112-a567-4e3e-b502-a9f443cf59d9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar","artifactChecksum":"MDU2ZmYzOTE1NzNhNjYxNWZmM2U0Nzg1OTkxNmNjMDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56606f86-111c-4866-b859-716eef6dca69","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f64c86b2-fc40-4216-8b9b-7a0c94f047f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml","artifactChecksum":"YzIyN2Y1NzBmODYyYTk4NmIxNWE4YjVjY2Q4N2FlMWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22a51845-ef4a-4af2-89aa-e2456ebe4b91","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"820eb78c-e662-4776-a2c2-f4744007677f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bd9eba4-e01f-4f6a-97c8-f4b52117a2de","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVcrr8psw08oprlybsua0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml","artifactChecksum":"NmI1MGZiMDdkNTkxZmFhMGUzY2NjMTE3NzRmNjVlOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e9dbcf8-64ac-4075-87ec-68f1ad30771e","artifactVersion":"1"},{"artifactName":"service-DemoPnfVcrr8psw08oprlybsua0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar","artifactChecksum":"NTM0NDNlODIzNTUzMzM2ZWJlOWNiYWY5MmVmZmI0MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9052aafc-a7f4-4765-9032-4d70e4189844","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T04:40:46.160Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:46.161Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:46.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:46.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:46.265Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:46.266Z||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-12-06T04:40:46.267Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:46.280Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:46.282Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:47.165Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:47.167Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:47.169Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:47.169Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:47.269Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:47.270Z||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-12-06T04:40:47.271Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:47.284Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:47.284Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:48.170Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:48.171Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:48.173Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:48.174Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:48.274Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:48.275Z||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-12-06T04:40:48.275Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:48.288Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:48.288Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:49.174Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:49.176Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:49.178Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:49.178Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:49.279Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:49.280Z||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-12-06T04:40:49.280Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:49.292Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:49.294Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:40:50.179Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:50.181Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:50.184Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:50.184Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:50.284Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:40:50.286Z||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-12-06T04:40:50.286Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:50.300Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:50.301Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:51.185Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:51.186Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:51.188Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:51.189Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/resourceInstances/pnfb7b272f5c3500/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:51.289Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:51.290Z||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-12-06T04:40:51.290Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:51.302Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:51.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:52.189Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:52.190Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:52.193Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:52.194Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T04:40:52.294Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T04:40:52.295Z||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-12-06T04:40:52.295Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:52.312Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:52.312Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:40:53.194Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T04:40:53.196Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:53.199Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:53.199Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301645519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T04:40:53.299Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:53.300Z||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-12-06T04:40:53.301Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:53.313Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:53.314Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T04:40:54.201Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"serviceName": "Demo_pNF_vCrr8PSw08OPRlYbSUA0",
"serviceVersion": "1.0",
"serviceUUID": "5a6dadad-ed0d-43b3-a187-7d9020d8f6a7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9e859a2e-e51d-4f22-852e-084adbc58b91",
"resources": [
{
"resourceInstanceName": "pNF b7b272f5-c350 0",
"resourceCustomizationUUID": "863edc91-b40f-49b7-acd3-ae699bb28102",
"resourceName": "pNF b7b272f5-c350",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f7e221cb-659c-4421-8259-7113e47f3a1e",
"resourceInvariantUUID": "96e7a859-a60b-4be0-a77f-f3866a9d487d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
"artifactChecksum": "NTM0NDNlODIzNTUzMzM2ZWJlOWNiYWY5MmVmZmI0MTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9052aafc-a7f4-4765-9032-4d70e4189844"
}
],
"workloadContext": "Production"
}
2022-12-06T04:40:54.202Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T04:40:54.202Z|f1330ad3-6edd-4296-be03-b5d15ae7c99b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7 ASDC
2022-12-06T04:40:54.203Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a449b4c3-23a8-4ab2-89f8-881899b08eec
ServiceName:Demo_pNF_vCrr8PSw08OPRlYbSUA0
ServiceVersion:1.0
ServiceUUID:5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
ServiceInvariantUUID:9e859a2e-e51d-4f22-852e-084adbc58b91
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
ArtifactUUID:9052aafc-a7f4-4765-9032-4d70e4189844
ArtifactChecksum:NTM0NDNlODIzNTUzMzM2ZWJlOWNiYWY5MmVmZmI0MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b7b272f5-c350 0
ResourceCustomizationUUID:863edc91-b40f-49b7-acd3-ae699bb28102
ResourceInvariantUUID:96e7a859-a60b-4be0-a77f-f3866a9d487d
ResourceName:pNF b7b272f5-c350
ResourceType:PNF
ResourceUUID:f7e221cb-659c-4421-8259-7113e47f3a1e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-06T04:40:54.203Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7 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-12-06T04:40:54.240Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9052aafc-a7f4-4765-9032-4d70e4189844 from URL: /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:54.241Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-06T04:40:54.242Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:54.317Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-06T04:40:54.322Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar 9052aafc-a7f4-4765-9032-4d70e4189844 87778
2022-12-06T04:40:54.322Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar ASDC sendASDCNotification
2022-12-06T04:40:54.322Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:54.323Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T04:40:54.323Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-06T04:40:54.325Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T04:40:54.325Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a449b4c3-23a8-4ab2-89f8-881899b08eec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670301654322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T04:40:54.426Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T04:40:54.427Z||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-12-06T04:40:54.427Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ya9iBpp5CdO5p9oj) ...
2022-12-06T04:40:54.443Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T04:40:54.444Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T04:40:55.326Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T04:40:55.328Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-06T04:40:55.328Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9052aafc-a7f4-4765-9032-4d70e4189844, URL: /sdc/v1/catalog/services/DemoPnfVcrr8psw08oprlybsua0/1.0/artifacts/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar to file: /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.328Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.329Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.329Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:55.571Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5730045549177254130/Definitions/service-DemoPnfVcrr8psw08oprlybsua0-template.yml
2022-12-06T04:40:56.571Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T04:40:56.572Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:40:56.572Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.573Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b7b272f5-c350 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-DemoPnfVcrr8psw08oprlybsua0-csar.csar
2022-12-06T04:40:56.574Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-06T04:40:56.575Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.575Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.576Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Node template pNF b7b272f5-c350 0 is matching search criteria
2022-12-06T04:40:56.576Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:40:56.576Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF b7b272f5-c350 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:40:56.577Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.577Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.577Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Node template pNF b7b272f5-c350 0 is matching search criteria
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF b7b272f5-c350 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.578Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.579Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.579Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.579Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.580Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.580Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.581Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.581Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.581Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.582Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_vCrr8PSw08OPRlYbSUA0
Description:catalog service description
Model UUID:5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
Model Version:NULL
Model InvariantUuid:9e859a2e-e51d-4f22-852e-084adbc58b91
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-12-06T04:40:56.589Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f7e221cb-659c-4421-8259-7113e47f3a1e
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-12-06T04:40:56.593Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||pNF b7b272f5-c350 0
2022-12-06T04:40:56.593Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f7e221cb-659c-4421-8259-7113e47f3a1e
2022-12-06T04:40:56.593Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
2022-12-06T04:40:56.594Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7
2022-12-06T04:40:56.594Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b7b272f5-c350 0 f7e221cb-659c-4421-8259-7113e47f3a1e 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-12-06T04:40:56.599Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ec0ac0b, org.onap.sdc.toscaparser.api.parameters.Input@5b0da9df, org.onap.sdc.toscaparser.api.parameters.Input@cba2b0e, org.onap.sdc.toscaparser.api.parameters.Input@43999b9a, org.onap.sdc.toscaparser.api.parameters.Input@7882d716]
2022-12-06T04:40:56.600Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T04:40:56.600Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vCrr8PSw08OPRlYbSUA0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T04:40:56.600Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5a6dadad-ed0d-43b3-a187-7d9020d8f6a7: pNF b7b272f5-c350
2022-12-06T04:40:56.601Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||INFO|500||Processing PNF resource: f7e221cb-659c-4421-8259-7113e47f3a1e
2022-12-06T04:40:56.601Z|a449b4c3-23a8-4ab2-89f8-881899b08eec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery