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-08-02T05:39:55.554Z||main|||||INFO|500||The following profiles are active: basic
2022-08-02T05:40:09.247Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-02T05:40:09.247Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-02T05:40:09.376Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-02T05:40:13.600Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-02T05:40:13.999Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-02T05:40:14.469Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-02T05:40:14.478Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-02T05:40:14.585Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-02T05:40:14.845Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-02T05:40:15.571Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-02T05:40:17.669Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-02T05:40:20.050Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-02T05:40:20.112Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-02T05:40:20.703Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-02T05:40:20.975Z||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-08-02T05:40:22.322Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-02T05:40:23.533Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-02T05:40:23.604Z||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$$47a94641.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-08-02T05:40:23.605Z||main|||||WARN|500||The sdc end point is not alive
2022-08-02T05:40:27.969Z||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-08-02T05:40:31.117Z||main|||||WARN|500||---
2022-08-02T05:40:31.118Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-02T05:40:31.119Z||main|||||WARN|500||---
2022-08-02T05:40:31.698Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-02T05:40:37.009Z||main|||||INFO|500||Started Application in 44.808 seconds (JVM running for 47.123)
2022-08-02T05:40:37.034Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-02T05:40:37.045Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-02T05:40:37.068Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-02T05:40:37.119Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-02T05:40:37.196Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 51b66569-1dfc-4e64-b178-ef7221fd4f81 url= /sdc/v1/artifactTypes
2022-08-02T05:40:37.197Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-02T05:40:37.492Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-02T05:40:37.527Z||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-08-02T05:40:37.553Z||scheduling-1|||||DEBUG|500||create keys
2022-08-02T05:40:37.561Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-02T05:40:37.593Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:40:37.655Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5f351a78-a5f1-4f8f-8cdc-f9b0e7566761 url= /sdc/v1/registerForDistribution
2022-08-02T05:40:37.778Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5f351a78-a5f1-4f8f-8cdc-f9b0e7566761 url= /sdc/v1/registerForDistribution
2022-08-02T05:40:37.779Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-02T05:40:37.796Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-02T05:40:37.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:40:37.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:40:37.824Z||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-08-02T05:40:37.825Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:40:37.823Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T05:40:37.831Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:40:48.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:40:48.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:41:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:41:37.787Z||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-08-02T05:41:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:41:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:41:37.788Z||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-08-02T05:41:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:41:47.363Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:41:47.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:42:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:42:37.787Z||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-08-02T05:42:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:42:37.794Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:42:37.794Z||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-08-02T05:42:37.794Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:42:47.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:42:47.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:43:37.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:43:37.787Z||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-08-02T05:43:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:43:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:43:37.791Z||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-08-02T05:43:37.791Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:43:47.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:43:47.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:44:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:44:37.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:44:37.790Z||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-08-02T05:44:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:44:37.790Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T05:44:37.793Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:44:47.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:44:47.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:45:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:45:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T05:45:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:45:37.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:45:37.789Z||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-08-02T05:45:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:45:47.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:45:47.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:46:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:46:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T05:46:37.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:46:37.788Z||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-08-02T05:46:37.788Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:46:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:46:47.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:46:47.414Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:47:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:47:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T05:47:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:47:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:47:37.789Z||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-08-02T05:47:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:47:47.329Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:47:47.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:48:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:48:37.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:48:37.789Z||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-08-02T05:48:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:48:37.789Z||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-08-02T05:48:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:48:47.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:48:47.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:49:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:49:37.789Z||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-08-02T05:49:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:49:37.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:49:37.804Z||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-08-02T05:49:37.805Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:49:47.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:49:47.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:50:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:50:37.788Z||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-08-02T05:50:37.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:50:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:50:37.789Z||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-08-02T05:50:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:50:42.754Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-02T05:50:47.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:50:47.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:51:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:51:37.787Z||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-08-02T05:51:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:51:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:51:37.788Z||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-08-02T05:51:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:51:47.343Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:51:47.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:52:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:52:37.787Z||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-08-02T05:52:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:52:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:52:37.788Z||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-08-02T05:52:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:52:47.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:52:47.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:53:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:53:37.787Z||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-08-02T05:53:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:53:37.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:53:37.788Z||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-08-02T05:53:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:53:47.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:53:47.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:54:37.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:54:37.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:54:37.789Z||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-08-02T05:54:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:54:37.789Z||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-08-02T05:54:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:54:47.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:54:47.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:55:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:55:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:55:37.789Z||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-08-02T05:55:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:55:37.792Z||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-08-02T05:55:37.793Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:55:47.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:55:47.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:56:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:56:37.787Z||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-08-02T05:56:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:56:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:56:37.788Z||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-08-02T05:56:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:56:47.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:56:47.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:57:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:57:37.787Z||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-08-02T05:57:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:57:37.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:57:37.789Z||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-08-02T05:57:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:57:47.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:57:47.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:58:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:58:37.787Z||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-08-02T05:58:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:58:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:58:37.788Z||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-08-02T05:58:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:58:47.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:58:47.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:59:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:59:37.787Z||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-08-02T05:59:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:59:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T05:59:37.788Z||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-08-02T05:59:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T05:59:47.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T05:59:47.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:00:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:00:37.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:00:37.789Z||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-08-02T06:00:37.789Z||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-08-02T06:00:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:00:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:00:47.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:00:47.352Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:01:37.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:01:37.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:01:37.788Z||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-08-02T06:01:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:01:37.788Z||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-08-02T06:01:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:01:47.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:01:47.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:02:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:02:37.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:02:37.788Z||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-08-02T06:02:37.788Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:02:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:02:37.788Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:02:47.361Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:02:47.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:03:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:03:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:03:37.788Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:03:37.788Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:03:37.788Z||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-08-02T06:03:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:03:47.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:03:47.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:04:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:04:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:04:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:04:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:04:37.788Z||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-08-02T06:04:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:04:47.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:04:47.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:05:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:05:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:05:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:05:37.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:05:37.788Z||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-08-02T06:05:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:05:47.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:05:47.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:06:37.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:06:37.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:06:37.792Z||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-08-02T06:06:37.792Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:06:37.792Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:06:37.792Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:06:47.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:06:47.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:07:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:07:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:07:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:07:37.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:07:37.788Z||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-08-02T06:07:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:07:47.332Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:07:47.337Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:08:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:08:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:08:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:08:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:08:37.788Z||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-08-02T06:08:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:08:47.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:08:47.338Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:09:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:09:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:09:37.788Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:09:37.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:09:37.789Z||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-08-02T06:09:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:09:47.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:09:47.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:10:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:10:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:10:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:10:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:10:37.789Z||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-08-02T06:10:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:10:47.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:10:47.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:11:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:11:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:11:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:11:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:11:37.788Z||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-08-02T06:11:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:11:47.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:11:47.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:12:37.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:12:37.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:12:37.792Z||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-08-02T06:12:37.793Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:12:37.792Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:12:37.793Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:12:47.343Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:12:47.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:13:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:13:37.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:13:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:13:37.788Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:13:37.788Z||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-08-02T06:13:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:13:47.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:13:47.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:14:37.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:14:37.789Z||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-08-02T06:14:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:14:37.789Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:14:37.796Z||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-08-02T06:14:37.797Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:14:47.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:14:47.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:15:37.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:15:37.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:15:37.787Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:15:37.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:15:37.788Z||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-08-02T06:15:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:15:47.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:15:47.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:16:37.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:16:37.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:16:37.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:16:37.787Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:16:37.788Z||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-08-02T06:16:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:16:47.335Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:16:47.336Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:17:37.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:17:37.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:17:37.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:17:37.788Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:17:37.788Z||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-08-02T06:17:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:17:47.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:17:47.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:18:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:18:37.790Z||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-08-02T06:18:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:18:37.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:18:37.798Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:18:37.800Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:18:47.357Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:18:47.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:19:37.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:19:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:19:37.788Z||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-08-02T06:19:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:19:37.790Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:19:37.790Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:19:47.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:19:47.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:20:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:20:37.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:20:37.788Z||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-08-02T06:20:37.788Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:20:37.788Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:20:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:20:47.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:20:47.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:21:37.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:21:37.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:21:37.787Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:21:37.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:21:37.789Z||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-08-02T06:21:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:21:47.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:21:47.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:22:37.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:22:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:22:37.788Z||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-08-02T06:22:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:22:37.789Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:22:37.798Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:22:47.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:22:47.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:23:37.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:23:37.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:23:37.787Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:23:37.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:23:37.789Z||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-08-02T06:23:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:23:47.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:23:47.363Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:24:37.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:24:37.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:24:37.790Z||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-08-02T06:24:37.790Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:24:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:24:37.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:24:47.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:24:47.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:25:37.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:25:37.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:25:37.788Z||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-08-02T06:25:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:25:37.790Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T06:25:37.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:25:47.336Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:25:47.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:26:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:26:37.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:26:37.787Z||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-08-02T06:26:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:26:37.788Z||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-08-02T06:26:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:26:47.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:26:47.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:27:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:27:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:27:37.787Z||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-08-02T06:27:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:27:37.788Z||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-08-02T06:27:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:27:47.349Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:27:47.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:28:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:28:37.787Z||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-08-02T06:28:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:28:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:28:37.788Z||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-08-02T06:28:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:28:47.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:28:47.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:29:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:29:37.787Z||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-08-02T06:29:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:29:37.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:29:37.788Z||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-08-02T06:29:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:29:47.335Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:29:47.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:30:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:30:37.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:30:37.789Z||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-08-02T06:30:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:30:37.789Z||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-08-02T06:30:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:30:47.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:30:47.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:31:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:31:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:31:37.789Z||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-08-02T06:31:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:31:37.790Z||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-08-02T06:31:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:31:47.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:31:47.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:32:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:32:37.787Z||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-08-02T06:32:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:32:37.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:32:37.788Z||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-08-02T06:32:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:32:47.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:32:47.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:33:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:33:37.787Z||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-08-02T06:33:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:33:37.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:33:37.789Z||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-08-02T06:33:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:33:47.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:33:47.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:34:37.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:34:37.787Z||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-08-02T06:34:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:34:37.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:34:37.788Z||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-08-02T06:34:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:34:47.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:34:47.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:35:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:35:37.787Z||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-08-02T06:35:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:35:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:35:37.788Z||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-08-02T06:35:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:35:47.363Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:35:47.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:36:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:36:37.787Z||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-08-02T06:36:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:36:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:36:37.788Z||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-08-02T06:36:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:36:47.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:36:47.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:37:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:37:37.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:37:37.791Z||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-08-02T06:37:37.791Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:37:37.791Z||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-08-02T06:37:37.794Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:37:47.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:37:47.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:38:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:38:37.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:38:37.788Z||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-08-02T06:38:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:38:37.788Z||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-08-02T06:38:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:38:47.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:38:47.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:39:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:39:37.787Z||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-08-02T06:39:37.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:39:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:39:37.788Z||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-08-02T06:39:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:39:47.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:39:47.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:40:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:40:37.787Z||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-08-02T06:40:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:40:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:40:37.788Z||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-08-02T06:40:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:40:47.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:40:47.353Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:41:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:41:37.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:41:37.789Z||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-08-02T06:41:37.789Z||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-08-02T06:41:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:41:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:41:47.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:41:47.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:42:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:42:37.787Z||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-08-02T06:42:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:42:37.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:42:37.788Z||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-08-02T06:42:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:42:47.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:42:47.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:43:37.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:43:37.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:43:37.792Z||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-08-02T06:43:37.792Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:43:37.792Z||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-08-02T06:43:37.797Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:43:47.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:43:47.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:44:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:44:37.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:44:37.788Z||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-08-02T06:44:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:44:37.789Z||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-08-02T06:44:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:44:47.356Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:44:47.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:45:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:45:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:45:37.788Z||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-08-02T06:45:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:45:37.788Z||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-08-02T06:45:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:45:47.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:45:47.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:46:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:46:37.787Z||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-08-02T06:46:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:46:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:46:37.788Z||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-08-02T06:46:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:46:47.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:46:47.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:47:37.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:47:37.789Z||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-08-02T06:47:37.789Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:47:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:47:37.790Z||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-08-02T06:47:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:47:47.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:47:47.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:48:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:48:37.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:48:37.790Z||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-08-02T06:48:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:48:37.794Z||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-08-02T06:48:37.794Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:48:47.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:48:47.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:49:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:49:37.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:49:37.788Z||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-08-02T06:49:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:49:37.788Z||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-08-02T06:49:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:49:47.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:49:47.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:50:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:50:37.787Z||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-08-02T06:50:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:50:37.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:50:37.788Z||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-08-02T06:50:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:50:47.342Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:50:47.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:51:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:51:37.787Z||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-08-02T06:51:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:51:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:51:37.788Z||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-08-02T06:51:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:51:47.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:51:47.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:52:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:52:37.787Z||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-08-02T06:52:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:52:37.788Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:52:37.789Z||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-08-02T06:52:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:52:47.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:52:47.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:53:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:53:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:53:37.790Z||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-08-02T06:53:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:53:37.790Z||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-08-02T06:53:37.791Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:53:47.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:53:47.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:54:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:54:37.787Z||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-08-02T06:54:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:54:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:54:37.788Z||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-08-02T06:54:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:54:47.354Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:54:47.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:37.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:55:37.787Z||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-08-02T06:55:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:37.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:55:37.788Z||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-08-02T06:55:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:45.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:45.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-02T06:55:45.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"029fb8ff-5a5b-44b1-9939-47dfa9f5e395","serviceName":"vFW 2022-08-02 06-54-38","serviceVersion":"1.0","serviceUUID":"2b8279ee-a206-455d-bec4-c8c9ab61f9e8","serviceDescription":"catalog service description","serviceInvariantUUID":"071b35ce-0055-4c3e-a569-ec36b527e1f0","resources":[{"resourceInstanceName":"vFW 5d4d5aa9-a8a6 0","resourceName":"vFW 5d4d5aa9-a8a6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4057760-feb4-411d-b24f-4edf7c852a0a","resourceInvariantUUID":"712d6920-b3d5-4306-856b-5f301958df9a","resourceCustomizationUUID":"b41960b5-0b85-4fa4-9d56-03034b3a1246","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml","artifactChecksum":"MmFjNzVjNzEwZGUxZGRlMTU5N2RhY2RlMzM0MDU0YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7a9c231-4be2-4d91-91a9-a3fd018ac471","artifactVersion":"1"},{"artifactName":"vfw5d4d5aa9a8a60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json","artifactChecksum":"ZTVkMDAyNDAxZjFjNTcxZmEwNTNhYzFlN2E4OGEwOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"35a6b467-e3f2-49b7-b028-3e0dbbbdb463","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fd8ec71-a60d-4f1b-80b2-92017e5fd625","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml","artifactChecksum":"NWVmN2ZlMjc3NWJmNTZjMzRjMjNkYjFmZDE0NTQ1ZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"43abebc8-4296-49cd-885d-f7912d457fac","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d9d46df-fe3d-4c0d-a59c-74cc428831e9","artifactVersion":"2","generatedFromUUID":"4fd8ec71-a60d-4f1b-80b2-92017e5fd625"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220802065438-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml","artifactChecksum":"NDZiMDQ5ZTcyM2ZmMTdjODJlZTAzNGExODJhMjE1Yzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d06bd708-ab15-4128-aa7e-135f2fd14f40","artifactVersion":"1"},{"artifactName":"service-Vfw20220802065438-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar","artifactChecksum":"NzAwMjYxMmM3YjcwNTQ3YzBmMzc4ZjNjZjA1ZTdiODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6d70a35-7f8d-4656-95f2-c5e8e0e92014","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-02T06:55:45.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:55:45.494Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:45.507Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:45.507Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:55:45.607Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-02T06:55:45.614Z||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-08-02T06:55:45.615Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:45.628Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:45.629Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:45.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:45.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-02T06:55:45.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423339767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:55:45.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-02T06:55:46.515Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:55:46.515Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:46.522Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:46.522Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOTIFIED"
}
2022-08-02T06:55:46.618Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-02T06:55:46.619Z||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-08-02T06:55:46.619Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:46.632Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:46.633Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:47.523Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:55:47.524Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:47.526Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:47.526Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:55:47.626Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-02T06:55:47.627Z||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-08-02T06:55:47.628Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:47.641Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:47.642Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:48.527Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:55:48.528Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:48.531Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:48.531Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:55:48.631Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:55:48.632Z||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-08-02T06:55:48.632Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:48.645Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:48.645Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:49.536Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:55:49.536Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:49.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:49.539Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-02T06:55:49.639Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-02T06:55:49.640Z||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-08-02T06:55:49.640Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:49.654Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:49.654Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:50.542Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:55:50.543Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:50.546Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:50.546Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:55:50.646Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:55:50.647Z||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-08-02T06:55:50.647Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:50.666Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:50.666Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:51.547Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:55:51.547Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:51.550Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:51.550Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:55:51.650Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:55:51.651Z||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-08-02T06:55:51.651Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:51.665Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:51.666Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:52.555Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"serviceName": "vFW 2022-08-02 06-54-38",
"serviceVersion": "1.0",
"serviceUUID": "2b8279ee-a206-455d-bec4-c8c9ab61f9e8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "071b35ce-0055-4c3e-a569-ec36b527e1f0",
"resources": [
{
"resourceInstanceName": "vFW 5d4d5aa9-a8a6 0",
"resourceCustomizationUUID": "b41960b5-0b85-4fa4-9d56-03034b3a1246",
"resourceName": "vFW 5d4d5aa9-a8a6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c4057760-feb4-411d-b24f-4edf7c852a0a",
"resourceInvariantUUID": "712d6920-b3d5-4306-856b-5f301958df9a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5d4d5aa9a8a60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"artifactChecksum": "ZTVkMDAyNDAxZjFjNTcxZmEwNTNhYzFlN2E4OGEwOWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "35a6b467-e3f2-49b7-b028-3e0dbbbdb463",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4fd8ec71-a60d-4f1b-80b2-92017e5fd625",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d9d46df-fe3d-4c0d-a59c-74cc428831e9",
"generatedFromUUID": "4fd8ec71-a60d-4f1b-80b2-92017e5fd625"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d9d46df-fe3d-4c0d-a59c-74cc428831e9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220802065438-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"artifactChecksum": "NzAwMjYxMmM3YjcwNTQ3YzBmMzc4ZjNjZjA1ZTdiODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e6d70a35-7f8d-4656-95f2-c5e8e0e92014"
}
],
"workloadContext": "Production"
}
2022-08-02T06:55:52.556Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-02T06:55:52.557Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b8279ee-a206-455d-bec4-c8c9ab61f9e8 ASDC
2022-08-02T06:55:52.688Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:029fb8ff-5a5b-44b1-9939-47dfa9f5e395
ServiceName:vFW 2022-08-02 06-54-38
ServiceVersion:1.0
ServiceUUID:2b8279ee-a206-455d-bec4-c8c9ab61f9e8
ServiceInvariantUUID:071b35ce-0055-4c3e-a569-ec36b527e1f0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220802065438-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar
ArtifactUUID:e6d70a35-7f8d-4656-95f2-c5e8e0e92014
ArtifactChecksum:NzAwMjYxMmM3YjcwNTQ3YzBmMzc4ZjNjZjA1ZTdiODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5d4d5aa9-a8a6 0
ResourceCustomizationUUID:b41960b5-0b85-4fa4-9d56-03034b3a1246
ResourceInvariantUUID:712d6920-b3d5-4306-856b-5f301958df9a
ResourceName:vFW 5d4d5aa9-a8a6
ResourceType:VF
ResourceUUID:c4057760-feb4-411d-b24f-4edf7c852a0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5d4d5aa9a8a60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json
ArtifactUUID:35a6b467-e3f2-49b7-b028-3e0dbbbdb463
ArtifactChecksum:ZTVkMDAyNDAxZjFjNTcxZmEwNTNhYzFlN2E4OGEwOWE=
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/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml
ArtifactUUID:4fd8ec71-a60d-4f1b-80b2-92017e5fd625
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/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env
ArtifactUUID:4d9d46df-fe3d-4c0d-a59c-74cc428831e9
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/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env
ArtifactUUID:4d9d46df-fe3d-4c0d-a59c-74cc428831e9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-02T06:55:52.689Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b8279ee-a206-455d-bec4-c8c9ab61f9e8 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-08-02T06:55:52.968Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T06:55:52.970Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-02T06:55:52.971Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-02T06:55:52.971Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6d70a35-7f8d-4656-95f2-c5e8e0e92014 from URL: /sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:52.971Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:55:52.973Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:53.183Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:55:53.201Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar e6d70a35-7f8d-4656-95f2-c5e8e0e92014 103082
2022-08-02T06:55:53.203Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar ASDC sendASDCNotification
2022-08-02T06:55:53.203Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:53.204Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:55:53.205Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:53.207Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:53.207Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423353202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:55:53.307Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:55:53.308Z||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-08-02T06:55:53.308Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:53.325Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:53.325Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-02T06:55:54.207Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T06:55:54.208Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-02T06:55:54.209Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e6d70a35-7f8d-4656-95f2-c5e8e0e92014, URL: /sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar to file: /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:54.209Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220802065438-csar.csar
2022-08-02T06:55:54.288Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:54.288Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:55.125Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16270371765739131193/Definitions/service-Vfw20220802065438-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-08-02T06:55:57.859Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-02T06:55:57.864Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-02T06:55:57.864Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.864Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5d4d5aa9-a8a6 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.865Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.866Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.866Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.866Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.866Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220802065438-csar.csar
2022-08-02T06:55:57.866Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-02T06:55:57.872Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.873Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:55:57.877Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:55:57.878Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-02T06:55:57.879Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T06:55:57.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:55:57.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:55:57.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-02T06:55:57.882Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T06:55:57.882Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.882Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:55:57.885Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.886Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is not matching search criteria
2022-08-02T06:55:57.886Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-02T06:55:57.886Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-02T06:55:57.886Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-02T06:55:57.886Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.886Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.886Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-02T06:55:57.887Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.887Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-02T06:55:57.887Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-02T06:55:57.887Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.887Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.887Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-02T06:55:57.887Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.888Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-02T06:55:57.888Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.888Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-02T06:55:57.888Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.888Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-02T06:55:57.889Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.890Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:55:57.890Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:55:57.890Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.890Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:55:57.891Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:55:57.891Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.891Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:55:57.891Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:55:57.891Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.892Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is not matching search criteria
2022-08-02T06:55:57.892Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-02T06:55:57.892Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-02T06:55:57.892Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-02T06:55:57.892Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-02T06:55:57.892Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-02T06:55:57.893Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.893Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.893Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-02T06:55:57.893Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.893Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-02T06:55:57.893Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.894Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5bba0f-993e-4c90-9b31-5fdf7bdb59f3
2022-08-02T06:55:57.894Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.894Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is not matching search criteria
2022-08-02T06:55:57.894Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-02T06:55:57.894Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-02T06:55:57.895Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-02T06:55:57.895Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.895Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.895Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-02T06:55:57.895Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.895Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-02T06:55:57.895Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-02T06:55:57.896Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.896Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-02T06:55:57.896Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.896Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d2221d0e-fbcf-4b9a-9422-78f181afa25b
2022-08-02T06:55:57.896Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.897Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is not matching search criteria
2022-08-02T06:55:57.897Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-02T06:55:57.897Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-02T06:55:57.897Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-02T06:55:57.897Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.897Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.897Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-02T06:55:57.898Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.898Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-02T06:55:57.898Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-02T06:55:57.898Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:55:57.898Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-02T06:55:57.898Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-02T06:55:57.899Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=463b1f68-a4ff-428d-888a-02a6554d1d32
2022-08-02T06:55:57.899Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.899Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:55:57.899Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.899Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:55:57.900Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.900Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:55:57.900Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:55:57.900Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:55:57.900Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-02 06-54-38
Description:catalog service description
Model UUID:2b8279ee-a206-455d-bec4-c8c9ab61f9e8
Model Version:NULL
Model InvariantUuid:071b35ce-0055-4c3e-a569-ec36b527e1f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5d4d5aa9-a8a6
Model UUID:4249a031-e126-4f26-9669-cbe61f01c954
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:712d6920-b3d5-4306-856b-5f301958df9a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b41960b5-0b85-4fa4-9d56-03034b3a1246
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:919694b1-1b8e-4e62-b0ae-b38adfec1a6c
ModelName:Vfw5d4d5aa9A8a6..base_vfw..module-0
ModelUuid:a79d0bff-7b10-4236-8418-cad1ea059559
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2a5bba0f-993e-4c90-9b31-5fdf7bdb59f3
ModelInvariantUuid:72813324-1b81-4632-9e85-4465ee27fbef
ModelName:vFW 5d4d5aa9-a8a6-nodes.vfwCvfc
ModelUuid:d9591b57-72ca-4786-8bdf-cf97bc830358
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ad601d67-ebdf-4062-bd34-3751a3368beb
ModelInvariantUuid:3ced5311-672e-47ed-922d-6804440d3289
ModelName:Vfw5d4d5aa9A8a6.compute.nodes.heat.vfw
ModelUuid:d9c4e0fd-b935-4bfa-8eda-ec5fb4a73c74
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d2221d0e-fbcf-4b9a-9422-78f181afa25b
ModelInvariantUuid:c7b7e05d-ad9e-4871-9f5a-462348f6a2e8
ModelName:vFW 5d4d5aa9-a8a6-nodes.vsnCvfc
ModelUuid:850c7815-3805-47c0-918d-35da5843e522
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0e4ffead-85ed-48de-bcfa-0f5d09d840c6
ModelInvariantUuid:983f9668-4d8c-4944-91f4-03352b617ca3
ModelName:Vfw5d4d5aa9A8a6.compute.nodes.heat.vsn
ModelUuid:61cc2f9b-c397-4ead-9c65-f114efc1dc03
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:463b1f68-a4ff-428d-888a-02a6554d1d32
ModelInvariantUuid:5eef4479-1940-435d-a7d9-36087d8757de
ModelName:vFW 5d4d5aa9-a8a6-nodes.vpgCvfc
ModelUuid:5a204fe8-a9cd-4a51-9c82-f50d138fc714
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:43ac2a3a-8a65-40fe-8355-12f7da21dcd6
ModelInvariantUuid:de3a5549-8a7a-42b9-9a27-abc43cd467dd
ModelName:Vfw5d4d5aa9A8a6.compute.nodes.heat.vpg
ModelUuid:425c88e3-ef04-4b49-a032-41341ed98f55
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-08-02T06:55:57.922Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c4057760-feb4-411d-b24f-4edf7c852a0a
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-08-02T06:55:58.021Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||vFW 5d4d5aa9-a8a6 0
2022-08-02T06:55:58.028Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4057760-feb4-411d-b24f-4edf7c852a0a
2022-08-02T06:55:58.029Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 35a6b467-e3f2-49b7-b028-3e0dbbbdb463 from URL: /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json
2022-08-02T06:55:58.029Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:55:58.029Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json
2022-08-02T06:55:58.105Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:55:58.106Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json 35a6b467-e3f2-49b7-b028-3e0dbbbdb463 785
2022-08-02T06:55:58.106Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json ASDC sendASDCNotification
2022-08-02T06:55:58.106Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json
2022-08-02T06:55:58.107Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:55:58.107Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:58.110Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:58.110Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423358106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:55:58.210Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:55:58.211Z||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-08-02T06:55:58.211Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:58.225Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:58.226Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:55:59.111Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5d4d5aa9A8a6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "919694b1-1b8e-4e62-b0ae-b38adfec1a6c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a79d0bff-7b10-4236-8418-cad1ea059559",
"vfModuleModelCustomizationUUID": "29aca92c-2f39-4260-80d8-fd6a4c3e9f83",
"isBase": true,
"artifacts": [
"4fd8ec71-a60d-4f1b-80b2-92017e5fd625",
"4d9d46df-fe3d-4c0d-a59c-74cc428831e9"
],
"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-08-02T06:55:59.132Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5d4d5aa9A8a6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a79d0bff-7b10-4236-8418-cad1ea059559
VfModuleModelInvariantUUID:919694b1-1b8e-4e62-b0ae-b38adfec1a6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fd8ec71-a60d-4f1b-80b2-92017e5fd625
,
4d9d46df-fe3d-4c0d-a59c-74cc428831e9
}
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-08-02T06:55:59.136Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5d4d5aa9A8a6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "919694b1-1b8e-4e62-b0ae-b38adfec1a6c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a79d0bff-7b10-4236-8418-cad1ea059559",
"vfModuleModelCustomizationUUID": "29aca92c-2f39-4260-80d8-fd6a4c3e9f83",
"isBase": true,
"artifacts": [
"4fd8ec71-a60d-4f1b-80b2-92017e5fd625",
"4d9d46df-fe3d-4c0d-a59c-74cc428831e9"
],
"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-08-02T06:55:59.137Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5d4d5aa9A8a6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a79d0bff-7b10-4236-8418-cad1ea059559
VfModuleModelInvariantUUID:919694b1-1b8e-4e62-b0ae-b38adfec1a6c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fd8ec71-a60d-4f1b-80b2-92017e5fd625
,
4d9d46df-fe3d-4c0d-a59c-74cc428831e9
}
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-08-02T06:55:59.137Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4fd8ec71-a60d-4f1b-80b2-92017e5fd625 from URL: /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml
2022-08-02T06:55:59.137Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:55:59.138Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml
2022-08-02T06:55:59.202Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:55:59.204Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml 4fd8ec71-a60d-4f1b-80b2-92017e5fd625 20368
2022-08-02T06:55:59.204Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-02T06:55:59.204Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml
2022-08-02T06:55:59.204Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:55:59.205Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:55:59.207Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:55:59.207Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423359204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:55:59.307Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:55:59.309Z||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-08-02T06:55:59.309Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:55:59.332Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:55:59.333Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:56:00.208Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4d9d46df-fe3d-4c0d-a59c-74cc428831e9 from URL: /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env
2022-08-02T06:56:00.208Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:56:00.209Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env
2022-08-02T06:56:00.296Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:56:00.297Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env 4d9d46df-fe3d-4c0d-a59c-74cc428831e9 2098
2022-08-02T06:56:00.297Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-02T06:56:00.297Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env
2022-08-02T06:56:00.297Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:56:00.298Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:56:00.300Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:56:00.300Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423360297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:56:00.404Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-02T06:56:00.405Z||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-08-02T06:56:00.405Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:56:00.428Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:56:00.428Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:56:01.301Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2b8279ee-a206-455d-bec4-c8c9ab61f9e8
2022-08-02T06:56:01.302Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5d4d5aa9-a8a6 0 c4057760-feb4-411d-b24f-4edf7c852a0a 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-08-02T06:56:01.339Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4131c254, org.onap.sdc.toscaparser.api.parameters.Input@7dd31985, org.onap.sdc.toscaparser.api.parameters.Input@7d2afbc1, org.onap.sdc.toscaparser.api.parameters.Input@211f5264, org.onap.sdc.toscaparser.api.parameters.Input@6ef30771]
2022-08-02T06:56:01.343Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.343Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.343Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-02T06:56:01.343Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b41960b5-0b85-4fa4-9d56-03034b3a1246
2022-08-02T06:56:01.344Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b41960b5-0b85-4fa4-9d56-03034b3a1246 matches Tosca VF Customization UUID: b41960b5-0b85-4fa4-9d56-03034b3a1246
2022-08-02T06:56:01.344Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b41960b5-0b85-4fa4-9d56-03034b3a1246 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-08-02T06:56:01.351Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.351Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.352Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b41960b5-0b85-4fa4-9d56-03034b3a1246: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-02T06:56:01.352Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15d7f92
2022-08-02T06:56:01.352Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.353Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-02T06:56:01.353Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29aca92c-2f39-4260-80d8-fd6a4c3e9f83
2022-08-02T06:56:01.354Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29aca92c-2f39-4260-80d8-fd6a4c3e9f83
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-08-02T06:56:01.363Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.363Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:56:01.363Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:56:01.364Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.364Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:56:01.365Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:56:01.365Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.365Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is not matching search criteria
2022-08-02T06:56:01.365Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-02T06:56:01.366Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-02T06:56:01.366Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-02T06:56:01.366Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-02T06:56:01.366Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-02T06:56:01.366Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.367Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-02T06:56:01.367Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-02T06:56:01.367Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-02T06:56:01.367Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-02T06:56:01.367Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.368Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5bba0f-993e-4c90-9b31-5fdf7bdb59f3
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-08-02T06:56:01.375Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.375Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:56:01.375Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:56:01.376Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.376Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is not matching search criteria
2022-08-02T06:56:01.376Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-02T06:56:01.376Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-02T06:56:01.376Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-02T06:56:01.377Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-02T06:56:01.377Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.377Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-02T06:56:01.377Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.377Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-02T06:56:01.378Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-02T06:56:01.378Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-02T06:56:01.378Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-02T06:56:01.378Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.378Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d2221d0e-fbcf-4b9a-9422-78f181afa25b
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-08-02T06:56:01.380Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.381Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:56:01.381Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:56:01.383Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.383Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is not matching search criteria
2022-08-02T06:56:01.384Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-02T06:56:01.384Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-02T06:56:01.384Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-02T06:56:01.384Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-02T06:56:01.384Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.384Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-02T06:56:01.385Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.385Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-02T06:56:01.385Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-02T06:56:01.385Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-02T06:56:01.386Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-02T06:56:01.386Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-02T06:56:01.386Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=463b1f68-a4ff-428d-888a-02a6554d1d32
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-08-02T06:56:01.388Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.388Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:56:01.388Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:56:01.389Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.389Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Node template vFW 5d4d5aa9-a8a6 0 is matching search criteria
2022-08-02T06:56:01.389Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 5d4d5aa9-a8a6 0] matching following query criteria: sdcType=VF, customizationUUID=b41960b5-0b85-4fa4-9d56-03034b3a1246
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-08-02T06:56:01.391Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.391Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.392Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2b8279ee-a206-455d-bec4-c8c9ab61f9e8: vFW 5d4d5aa9-a8a6
2022-08-02T06:56:01.392Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.392Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.392Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.392Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.393Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.393Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.393Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.393Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.393Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:56:01.394Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-02 06-54-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:56:01.394Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-02 06-54-38
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-08-02T06:56:01.679Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5d4d5aa9-a8a6 c4057760-feb4-411d-b24f-4edf7c852a0a 1 ASDC deployResourceStructure
2022-08-02T06:56:01.679Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json ASDC sendASDCNotification
2022-08-02T06:56:01.679Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json
2022-08-02T06:56:01.680Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:56:01.680Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:56:01.682Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:56:01.682Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423361679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "DEPLOY_OK"
}
2022-08-02T06:56:01.782Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:56:01.783Z||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-08-02T06:56:01.783Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:56:01.797Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:56:01.798Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:56:02.683Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-02T06:56:02.684Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml
2022-08-02T06:56:02.684Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:56:02.685Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:56:02.687Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:56:02.687Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423362683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-02T06:56:02.787Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:56:02.788Z||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-08-02T06:56:02.788Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:56:02.802Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:56:02.802Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-02T06:56:03.688Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-02T06:56:03.707Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env
2022-08-02T06:56:03.707Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:56:03.713Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:56:03.717Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:56:03.717Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423363688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-02T06:56:03.817Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:56:03.818Z||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-08-02T06:56:03.818Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:56:03.833Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:56:03.834Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:56:04.723Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar ASDC sendASDCNotification
2022-08-02T06:56:04.723Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar
2022-08-02T06:56:04.724Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:56:04.724Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:56:04.726Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:56:04.726Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423364720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:56:04.826Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:56:04.827Z||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-08-02T06:56:04.827Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:56:04.842Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:56:04.843Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:56:05.727Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:56:05.759Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:56:05.766Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-02T06:56:05.767Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-02T06:56:05.768Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-02T06:56:35.769Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:56:35.797Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:56:35.801Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-02T06:56:35.801Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-02T06:56:35.801Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-02T06:56:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:56:37.788Z||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-08-02T06:56:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:56:37.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:56:37.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-02T06:56:37.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:56:37.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:05.802Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:57:05.814Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:57:05.823Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-02T06:57:05.823Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-02T06:57:05.823Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-02T06:57:35.824Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:57:35.835Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:57:35.837Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-02T06:57:35.838Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-02T06:57:35.838Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-02T06:57:37.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:57:37.789Z||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-08-02T06:57:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:57:38.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:57:38.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423339767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423339767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423347030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423347743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423339767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423347030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423347743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423339767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423347030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423347743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423339767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423347030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423347743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423339767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423337786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423347030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423347743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423352092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423353231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423347030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423347743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423353202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423352092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423352579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "cds",
"timestamp": 1659423354254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-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-08-02T06:57:38.357Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
2022-08-02T06:57:38.357Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 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-08-02T06:57:38.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423347030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423347743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423352092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423352579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423354844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423355575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423352092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423352579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423355856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423352092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423352579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "policy-id",
"timestamp": 1659423356861,
"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-08-02T06:57:38.377Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
2022-08-02T06:57:38.377Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 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-08-02T06:57:38.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423352092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423352579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423358106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423352092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423352579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423359204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423352579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423360285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423360297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423361518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423361679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423362585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423362683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423362772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423363746,
"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-08-02T06:57:38.394Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
2022-08-02T06:57:38.395Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-02T06:57:38.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423363688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423362772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423364775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vfw5d4d5aa9a8a60_modules.json",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423364720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423362772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423362772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423362772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/resourceInstances/vfw5d4d5aa9a8a60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423362772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:57:38.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423362772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:57:38.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:57:38.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423370511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423370630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:57:38.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "aai-ml",
"timestamp": 1659423371517,
"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-08-02T06:57:38.413Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
2022-08-02T06:57:38.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 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-08-02T06:57:38.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423376045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220802065438/1.0/artifacts/service-Vfw20220802065438-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:57:38.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:57:38.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:57:38.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423377052,
"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-08-02T06:57:38.428Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
2022-08-02T06:57:38.428Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 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-08-02T06:58:05.839Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:58:05.874Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395
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-08-02T06:58:05.880Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:58:05.881Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:58:05.882Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-02T06:58:05.893Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-02T06:58:35.894Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 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-08-02T06:58:35.908Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 and serviceModelVersionId: 2b8279ee-a206-455d-bec4-c8c9ab61f9e8
2022-08-02T06:58:35.909Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 071b35ce-0055-4c3e-a569-ec36b527e1f0
2022-08-02T06:58:37.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:58:37.789Z||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-08-02T06:58:37.790Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:58:38.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:58:38.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423474767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423472084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423472579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423474767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423472579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423472084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423474767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423472084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423472579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423474767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423472084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423472579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423482772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423474767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423472579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423472084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423482772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423474767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423472579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423472084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423482772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423474767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659423472579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423472084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423482772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423487122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423487246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:58:38.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423482772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "cds",
"timestamp": 1659423488127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-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-08-02T06:58:38.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0a8d206-e6f0-4738-9eef-4bf61817d27a
2022-08-02T06:58:38.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a8d206-e6f0-4738-9eef-4bf61817d27a 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-08-02T06:58:38.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423488404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:58:38.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423487030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423482772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423487030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423489529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:58:38.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423482772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423487030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423490600,
"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-08-02T06:58:38.530Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0a8d206-e6f0-4738-9eef-4bf61817d27a
2022-08-02T06:58:38.530Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a8d206-e6f0-4738-9eef-4bf61817d27a 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-08-02T06:58:38.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423490532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:58:38.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423487030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659423491607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423487030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423492941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423487030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659423493945,
"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-08-02T06:58:38.551Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0a8d206-e6f0-4738-9eef-4bf61817d27a
2022-08-02T06:58:38.551Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a8d206-e6f0-4738-9eef-4bf61817d27a 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-08-02T06:58:38.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423487030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423494802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423495807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "policy-id",
"timestamp": 1659423496810,
"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-08-02T06:58:38.576Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0a8d206-e6f0-4738-9eef-4bf61817d27a
2022-08-02T06:58:38.576Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a8d206-e6f0-4738-9eef-4bf61817d27a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-02T06:58:38.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423497742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423497742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423497742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423497742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423497742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423497742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:38.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423497742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:58:38.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:58:38.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423505488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:58:38.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423512683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:58:38.594Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:58:38.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:58:38.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "aai-ml",
"timestamp": 1659423513687,
"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-08-02T06:58:38.601Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0a8d206-e6f0-4738-9eef-4bf61817d27a
2022-08-02T06:58:38.601Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a8d206-e6f0-4738-9eef-4bf61817d27a 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-08-02T06:58:51.059Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/071b35ce-0055-4c3e-a569-ec36b527e1f0/model-vers/model-ver/2b8279ee-a206-455d-bec4-c8c9ab61f9e8?depth=0
2022-08-02T06:58:51.172Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-02T06:58:51.672Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071b35ce-0055-4c3e-a569-ec36b527e1f0/model-vers/model-ver/2b8279ee-a206-455d-bec4-c8c9ab61f9e8?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-08-02T06:58:51.677Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071b35ce-0055-4c3e-a569-ec36b527e1f0/model-vers/model-ver/2b8279ee-a206-455d-bec4-c8c9ab61f9e8?depth=0|INFO|500||Invoke
2022-08-02T06:58:51.790Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071b35ce-0055-4c3e-a569-ec36b527e1f0/model-vers/model-ver/2b8279ee-a206-455d-bec4-c8c9ab61f9e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-02T06:58:51.987Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071b35ce-0055-4c3e-a569-ec36b527e1f0/model-vers/model-ver/2b8279ee-a206-455d-bec4-c8c9ab61f9e8?depth=0|INFO|500||InvokeReturn
2022-08-02T06:58:51.987Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071b35ce-0055-4c3e-a569-ec36b527e1f0/model-vers/model-ver/2b8279ee-a206-455d-bec4-c8c9ab61f9e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220802-06:58:51:389-13831], vertex-id=[372744], Content-Length=[0], Date=[Tue, 02 Aug 2022 06:58:51 GMT], Content-Type=[application/json]}
2022-08-02T06:58:51.992Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-08-02T06:58:51.996Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-02T06:58:51.996Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-02T06:58:52.003Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-02T06:58:52.005Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 029fb8ff-5a5b-44b1-9939-47dfa9f5e395 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-02T06:58:52.006Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-02T06:58:52.006Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:58:52.009Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:58:52.009Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423532005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-02T06:58:52.109Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:58:52.110Z||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-08-02T06:58:52.110Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:58:52.125Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:58:52.125Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-08-02T06:58:53.022Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:58:53.023Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|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-08-02T06:58:53.023Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:58:57.660Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:58:57.661Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-02T06:58:57.661Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0a8d206-e6f0-4738-9eef-4bf61817d27a","serviceName":"basic_onboard_SchalE","serviceVersion":"1.0","serviceUUID":"083d668b-b14f-4b1f-a54b-05aa1c309951","serviceDescription":"service","serviceInvariantUUID":"454728cb-b133-4f73-a241-92981dc51a2c","resources":[{"resourceInstanceName":"basic_onboard_SchalE 0","resourceName":"basic_onboard_SchalE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bd3a6462-b9fe-4c92-b326-511d19403fbd","resourceInvariantUUID":"e45b4c4b-5b42-4b3d-97b3-7078e05e9a4a","resourceCustomizationUUID":"51a1d630-6fd0-4cc8-86cd-8777821926aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml","artifactChecksum":"YWU0MmU4NTAwOWJmZGRmZGQ2NzdjN2JlNWFlMDBjNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e605b9d-1d80-45c2-b427-a3eee6c12561","artifactVersion":"1"},{"artifactName":"basic_onboard_schale0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json","artifactChecksum":"N2U0YzVkNGNlYzRlYTZhNjA2Zjk2MTdhZjIyOGE5OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa68ab6e-1fa4-48b1-b39a-b172919c8334","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ea888fe-3456-4ffc-a9c6-a8a894d3bdda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16cc7814-ff6f-4bab-800b-4905dc24e277","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38247e05-9a21-45d2-9c12-ec0805d3e84e","artifactVersion":"2","generatedFromUUID":"3ea888fe-3456-4ffc-a9c6-a8a894d3bdda"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSchale-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml","artifactChecksum":"ZThiNzJmNTljNzYyZTg4MDRlNDYzYTRlYjM1OWEyMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c0c5095-d9a2-4958-8cf8-996abeaa2cbd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSchale-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar","artifactChecksum":"Mzc4YzkxMWFiZjIwOWJjNmZkMzNkMjMwMTZlYmI4MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0801da5a-e488-49e1-b723-ddf96d62e537","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-02T06:58:57.664Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:58:57.664Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:58:57.666Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:58:57.666Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:58:57.766Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:58:57.767Z||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-08-02T06:58:57.767Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:58:57.781Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:58:57.782Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:58:58.667Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:58:58.668Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:58:58.670Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:58:58.670Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOTIFIED"
}
2022-08-02T06:58:58.770Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:58:58.771Z||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-08-02T06:58:58.771Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:58:58.783Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:58:58.784Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:58:59.670Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:58:59.671Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:58:59.673Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:58:59.673Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:58:59.773Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:58:59.774Z||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-08-02T06:58:59.774Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:58:59.787Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:58:59.788Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:00.674Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:59:00.675Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:00.677Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:00.677Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:59:00.778Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-02T06:59:00.779Z||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-08-02T06:59:00.779Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:00.795Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:00.795Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:01.681Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:59:01.681Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:01.683Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:01.683Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-02T06:59:01.783Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:01.784Z||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-08-02T06:59:01.785Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:01.799Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:01.800Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-02T06:59:02.684Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:59:02.685Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:02.687Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:02.687Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:59:02.787Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:02.788Z||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-08-02T06:59:02.788Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:02.801Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:02.801Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:03.688Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T06:59:03.689Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:03.701Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:03.704Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:59:03.798Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-02T06:59:03.799Z||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-08-02T06:59:03.799Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:03.813Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:03.814Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:04.707Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"serviceName": "basic_onboard_SchalE",
"serviceVersion": "1.0",
"serviceUUID": "083d668b-b14f-4b1f-a54b-05aa1c309951",
"serviceDescription": "service",
"serviceInvariantUUID": "454728cb-b133-4f73-a241-92981dc51a2c",
"resources": [
{
"resourceInstanceName": "basic_onboard_SchalE 0",
"resourceCustomizationUUID": "51a1d630-6fd0-4cc8-86cd-8777821926aa",
"resourceName": "basic_onboard_SchalE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bd3a6462-b9fe-4c92-b326-511d19403fbd",
"resourceInvariantUUID": "e45b4c4b-5b42-4b3d-97b3-7078e05e9a4a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_schale0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"artifactChecksum": "N2U0YzVkNGNlYzRlYTZhNjA2Zjk2MTdhZjIyOGE5OWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aa68ab6e-1fa4-48b1-b39a-b172919c8334",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3ea888fe-3456-4ffc-a9c6-a8a894d3bdda",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38247e05-9a21-45d2-9c12-ec0805d3e84e",
"generatedFromUUID": "3ea888fe-3456-4ffc-a9c6-a8a894d3bdda"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38247e05-9a21-45d2-9c12-ec0805d3e84e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSchale-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"artifactChecksum": "Mzc4YzkxMWFiZjIwOWJjNmZkMzNkMjMwMTZlYmI4MzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0801da5a-e488-49e1-b723-ddf96d62e537"
}
],
"workloadContext": "Production"
}
2022-08-02T06:59:04.707Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-02T06:59:04.708Z|029fb8ff-5a5b-44b1-9939-47dfa9f5e395|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 083d668b-b14f-4b1f-a54b-05aa1c309951 ASDC
2022-08-02T06:59:04.709Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a0a8d206-e6f0-4738-9eef-4bf61817d27a
ServiceName:basic_onboard_SchalE
ServiceVersion:1.0
ServiceUUID:083d668b-b14f-4b1f-a54b-05aa1c309951
ServiceInvariantUUID:454728cb-b133-4f73-a241-92981dc51a2c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSchale-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar
ArtifactUUID:0801da5a-e488-49e1-b723-ddf96d62e537
ArtifactChecksum:Mzc4YzkxMWFiZjIwOWJjNmZkMzNkMjMwMTZlYmI4MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SchalE 0
ResourceCustomizationUUID:51a1d630-6fd0-4cc8-86cd-8777821926aa
ResourceInvariantUUID:e45b4c4b-5b42-4b3d-97b3-7078e05e9a4a
ResourceName:basic_onboard_SchalE
ResourceType:VF
ResourceUUID:bd3a6462-b9fe-4c92-b326-511d19403fbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_schale0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json
ArtifactUUID:aa68ab6e-1fa4-48b1-b39a-b172919c8334
ArtifactChecksum:N2U0YzVkNGNlYzRlYTZhNjA2Zjk2MTdhZjIyOGE5OWI=
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/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3ea888fe-3456-4ffc-a9c6-a8a894d3bdda
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/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env
ArtifactUUID:38247e05-9a21-45d2-9c12-ec0805d3e84e
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/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env
ArtifactUUID:38247e05-9a21-45d2-9c12-ec0805d3e84e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-02T06:59:04.709Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 083d668b-b14f-4b1f-a54b-05aa1c309951 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-08-02T06:59:04.749Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T06:59:04.749Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-02T06:59:04.749Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-02T06:59:04.750Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0801da5a-e488-49e1-b723-ddf96d62e537 from URL: /sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:04.750Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:59:04.750Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:04.895Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:59:04.902Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar 0801da5a-e488-49e1-b723-ddf96d62e537 75611
2022-08-02T06:59:04.902Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar ASDC sendASDCNotification
2022-08-02T06:59:04.902Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:04.903Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:59:04.903Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:04.908Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:04.908Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423544902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:05.008Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-02T06:59:05.009Z||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-08-02T06:59:05.009Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:05.025Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:05.026Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:05.909Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T06:59:05.910Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-02T06:59:05.910Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0801da5a-e488-49e1-b723-ddf96d62e537, URL: /sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar to file: /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:05.911Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:05.911Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:05.911Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:06.067Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1643280256944615647/Definitions/service-BasicOnboardSchale-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-08-02T06:59:07.245Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-02T06:59:07.246Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-02T06:59:07.246Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.247Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.248Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.248Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SchalE 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:07.248Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-02T06:59:07.248Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.248Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:07.248Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:07.249Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-02T06:59:07.249Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T06:59:07.249Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.249Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:07.249Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:07.249Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-02T06:59:07.249Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T06:59:07.250Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.250Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:07.250Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.250Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is not matching search criteria
2022-08-02T06:59:07.250Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-02T06:59:07.251Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-02T06:59:07.251Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-02T06:59:07.251Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-02T06:59:07.251Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-02T06:59:07.251Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.252Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-02T06:59:07.252Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.252Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:07.252Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:59:07.252Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.253Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:07.253Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:59:07.253Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.253Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:07.253Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:59:07.253Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.254Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is not matching search criteria
2022-08-02T06:59:07.254Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-02T06:59:07.254Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-02T06:59:07.254Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b65431e1-8a5d-46c3-bcc1-dbdd8d8a31e6
2022-08-02T06:59:07.254Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.254Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:07.255Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.255Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:07.255Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.255Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:07.255Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:07.255Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:07.256Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SchalE
Description:service
Model UUID:083d668b-b14f-4b1f-a54b-05aa1c309951
Model Version:NULL
Model InvariantUuid:454728cb-b133-4f73-a241-92981dc51a2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SchalE
Model UUID:22e4805b-7710-4e07-897f-93813df5abbd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e45b4c4b-5b42-4b3d-97b3-7078e05e9a4a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:51a1d630-6fd0-4cc8-86cd-8777821926aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3e703211-c872-44f1-8c3b-11243a3bff38
ModelName:BasicOnboardSchale..base_ubuntu18..module-0
ModelUuid:27f12bc7-f911-4351-bdf1-df504f10d0d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b65431e1-8a5d-46c3-bcc1-dbdd8d8a31e6
ModelInvariantUuid:97b30b18-f70b-458d-b78b-96e0eaf0094d
ModelName:basic_onboard_SchalE-nodes.ubuntu18Cvfc
ModelUuid:5c5e0b47-aa65-4106-9e73-b2b2632d6e95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3eaa30fc-6922-4464-8e82-970959470f04
ModelInvariantUuid:841d291a-0fef-46d5-bd7c-2e19a8e2c821
ModelName:BasicOnboardSchale.compute.nodes.heat.ubuntu18
ModelUuid:77590349-d296-4f1a-a779-f5d37ec26f50
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-08-02T06:59:07.263Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bd3a6462-b9fe-4c92-b326-511d19403fbd
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-08-02T06:59:07.265Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||basic_onboard_SchalE 0
2022-08-02T06:59:07.265Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bd3a6462-b9fe-4c92-b326-511d19403fbd
2022-08-02T06:59:07.265Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aa68ab6e-1fa4-48b1-b39a-b172919c8334 from URL: /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json
2022-08-02T06:59:07.266Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:59:07.266Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json
2022-08-02T06:59:07.314Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:59:07.314Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json aa68ab6e-1fa4-48b1-b39a-b172919c8334 798
2022-08-02T06:59:07.315Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json ASDC sendASDCNotification
2022-08-02T06:59:07.315Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json
2022-08-02T06:59:07.315Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:59:07.315Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:07.317Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:07.317Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423547315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:07.417Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:07.419Z||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-08-02T06:59:07.419Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:07.433Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:07.433Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-02T06:59:08.318Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSchale..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3e703211-c872-44f1-8c3b-11243a3bff38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "27f12bc7-f911-4351-bdf1-df504f10d0d2",
"vfModuleModelCustomizationUUID": "97d6b6ea-87d9-46f1-8a4c-9c9fc7ca62b1",
"isBase": true,
"artifacts": [
"3ea888fe-3456-4ffc-a9c6-a8a894d3bdda",
"38247e05-9a21-45d2-9c12-ec0805d3e84e"
],
"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-08-02T06:59:08.324Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSchale..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27f12bc7-f911-4351-bdf1-df504f10d0d2
VfModuleModelInvariantUUID:3e703211-c872-44f1-8c3b-11243a3bff38
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ea888fe-3456-4ffc-a9c6-a8a894d3bdda
,
38247e05-9a21-45d2-9c12-ec0805d3e84e
}
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-08-02T06:59:08.325Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSchale..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3e703211-c872-44f1-8c3b-11243a3bff38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "27f12bc7-f911-4351-bdf1-df504f10d0d2",
"vfModuleModelCustomizationUUID": "97d6b6ea-87d9-46f1-8a4c-9c9fc7ca62b1",
"isBase": true,
"artifacts": [
"3ea888fe-3456-4ffc-a9c6-a8a894d3bdda",
"38247e05-9a21-45d2-9c12-ec0805d3e84e"
],
"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-08-02T06:59:08.326Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSchale..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27f12bc7-f911-4351-bdf1-df504f10d0d2
VfModuleModelInvariantUUID:3e703211-c872-44f1-8c3b-11243a3bff38
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ea888fe-3456-4ffc-a9c6-a8a894d3bdda
,
38247e05-9a21-45d2-9c12-ec0805d3e84e
}
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-08-02T06:59:08.326Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3ea888fe-3456-4ffc-a9c6-a8a894d3bdda from URL: /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml
2022-08-02T06:59:08.326Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:59:08.326Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml
2022-08-02T06:59:08.373Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:59:08.373Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml 3ea888fe-3456-4ffc-a9c6-a8a894d3bdda 5033
2022-08-02T06:59:08.374Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-02T06:59:08.374Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml
2022-08-02T06:59:08.374Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:59:08.374Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:08.376Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:08.376Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423548373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:08.476Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:08.477Z||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-08-02T06:59:08.477Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:08.494Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:08.494Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:09.379Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 38247e05-9a21-45d2-9c12-ec0805d3e84e from URL: /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env
2022-08-02T06:59:09.379Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-02T06:59:09.380Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env
2022-08-02T06:59:09.428Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-02T06:59:09.429Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env 38247e05-9a21-45d2-9c12-ec0805d3e84e 909
2022-08-02T06:59:09.429Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-02T06:59:09.429Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env
2022-08-02T06:59:09.429Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T06:59:09.429Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:09.431Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:09.431Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423549429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:09.531Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:09.532Z||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-08-02T06:59:09.532Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:09.546Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:09.547Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:10.432Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 083d668b-b14f-4b1f-a54b-05aa1c309951
2022-08-02T06:59:10.433Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SchalE 0 bd3a6462-b9fe-4c92-b326-511d19403fbd 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-08-02T06:59:10.447Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411c023, org.onap.sdc.toscaparser.api.parameters.Input@581c152c, org.onap.sdc.toscaparser.api.parameters.Input@1972e5be, org.onap.sdc.toscaparser.api.parameters.Input@429e75f6, org.onap.sdc.toscaparser.api.parameters.Input@4804a55e]
2022-08-02T06:59:10.449Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.449Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.449Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-02T06:59:10.449Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 51a1d630-6fd0-4cc8-86cd-8777821926aa
2022-08-02T06:59:10.450Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51a1d630-6fd0-4cc8-86cd-8777821926aa matches Tosca VF Customization UUID: 51a1d630-6fd0-4cc8-86cd-8777821926aa
2022-08-02T06:59:10.450Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 51a1d630-6fd0-4cc8-86cd-8777821926aa 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-08-02T06:59:10.452Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.452Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.452Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 51a1d630-6fd0-4cc8-86cd-8777821926aa: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-08-02T06:59:10.453Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f58d355
2022-08-02T06:59:10.453Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.453Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-02T06:59:10.453Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97d6b6ea-87d9-46f1-8a4c-9c9fc7ca62b1
2022-08-02T06:59:10.453Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97d6b6ea-87d9-46f1-8a4c-9c9fc7ca62b1
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-08-02T06:59:10.455Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.456Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:10.456Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:59:10.456Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.456Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:10.456Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:59:10.457Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.457Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is not matching search criteria
2022-08-02T06:59:10.457Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-02T06:59:10.457Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-02T06:59:10.457Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b65431e1-8a5d-46c3-bcc1-dbdd8d8a31e6
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-08-02T06:59:10.460Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.461Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:10.461Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-02T06:59:10.461Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.461Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SchalE 0 is matching search criteria
2022-08-02T06:59:10.461Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SchalE 0] matching following query criteria: sdcType=VF, customizationUUID=51a1d630-6fd0-4cc8-86cd-8777821926aa
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-08-02T06:59:10.463Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.463Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.463Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 083d668b-b14f-4b1f-a54b-05aa1c309951: basic_onboard_SchalE
2022-08-02T06:59:10.464Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.464Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.464Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.464Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.464Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.465Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.465Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.465Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.465Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T06:59:10.465Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SchalE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T06:59:10.465Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_SchalE
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-08-02T06:59:10.549Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SchalE bd3a6462-b9fe-4c92-b326-511d19403fbd 1 ASDC deployResourceStructure
2022-08-02T06:59:10.550Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json ASDC sendASDCNotification
2022-08-02T06:59:10.550Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json
2022-08-02T06:59:10.550Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:59:10.550Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:10.553Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:10.553Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423550550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:10.653Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:10.654Z||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-08-02T06:59:10.655Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:10.671Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:10.671Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-02T06:59:11.554Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-02T06:59:11.555Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml
2022-08-02T06:59:11.555Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:59:11.555Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:11.557Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:11.557Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423551554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:11.657Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:11.658Z||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-08-02T06:59:11.658Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:11.674Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:11.674Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:12.558Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-02T06:59:12.558Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env
2022-08-02T06:59:12.558Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:59:12.559Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:12.561Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:12.561Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423552558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:12.661Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:12.662Z||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-08-02T06:59:12.662Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:12.678Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:12.678Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:13.562Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar ASDC sendASDCNotification
2022-08-02T06:59:13.562Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar
2022-08-02T06:59:13.562Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T06:59:13.563Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:13.564Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:13.565Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423553562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:13.665Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:13.666Z||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-08-02T06:59:13.666Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:13.684Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:13.685Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-02T06:59:14.565Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0a8d206-e6f0-4738-9eef-4bf61817d27a
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-08-02T06:59:14.578Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0a8d206-e6f0-4738-9eef-4bf61817d27a
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-08-02T06:59:14.584Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-02T06:59:14.584Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-02T06:59:14.584Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-02T06:59:14.584Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-02T06:59:14.584Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:59:14.584Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:59:14.585Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:59:14.585Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:59:14.585Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T06:59:14.585Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-02T06:59:14.595Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-02T06:59:37.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:59:37.788Z||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-08-02T06:59:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:38.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:38.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "029fb8ff-5a5b-44b1-9939-47dfa9f5e395",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423532005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-02T06:59:38.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:59:38.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:59:38.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "NOTIFIED"
}
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-02T06:59:38.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:59:38.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T06:59:38.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:59:38.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423533022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423544902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423547315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423548373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:38.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423549429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423550550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/basic_onboard_schale0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423551554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:38.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423552558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/resourceInstances/basic_onboard_schale0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:38.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:38.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T06:59:38.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423553562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSchale/1.0/artifacts/service-BasicOnboardSchale-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T06:59:38.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T06:59:44.596Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0a8d206-e6f0-4738-9eef-4bf61817d27a 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-08-02T06:59:44.603Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0a8d206-e6f0-4738-9eef-4bf61817d27a and serviceModelVersionId: 083d668b-b14f-4b1f-a54b-05aa1c309951
2022-08-02T06:59:44.603Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 454728cb-b133-4f73-a241-92981dc51a2c
2022-08-02T06:59:44.604Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0
2022-08-02T06:59:44.612Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-02T06:59:44.662Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0|INFO|500||Invoke
2022-08-02T06:59:44.663Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a0a8d206-e6f0-4738-9eef-4bf61817d27a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8e3eece-1f71-4fff-ad77-31bad51490dd], X-ECOMP-RequestID=[a0a8d206-e6f0-4738-9eef-4bf61817d27a], X-TransactionId=[], X-ONAP-RequestID=[a0a8d206-e6f0-4738-9eef-4bf61817d27a], Content-Type=[application/merge-patch+json]}
2022-08-02T06:59:44.696Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-02T06:59:44.907Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?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/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220802-06:59:44:294-79016], vertex-id=[192536], Content-Length=[0], Date=[Tue, 02 Aug 2022 06:59:44 GMT], Content-Type=[application/json]}
2022-08-02T06:59:44.907Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-02T06:59:44.908Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454728cb-b133-4f73-a241-92981dc51a2c/model-vers/model-ver/083d668b-b14f-4b1f-a54b-05aa1c309951?depth=0|INFO|500||InvokeReturn
2022-08-02T06:59:44.912Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-02T06:59:44.912Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-02T06:59:44.930Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-02T06:59:44.930Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0a8d206-e6f0-4738-9eef-4bf61817d27a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-02T06:59:44.931Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-02T06:59:44.931Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-02T06:59:44.932Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T06:59:44.933Z|a0a8d206-e6f0-4738-9eef-4bf61817d27a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423584930,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-02T06:59:45.033Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T06:59:45.034Z||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-08-02T06:59:45.034Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:45.050Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:45.051Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-08-02T06:59:45.949Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:59:45.950Z||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-08-02T06:59:45.950Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T06:59:55.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T06:59:55.541Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T06:59:55.541Z||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-08-02T06:59:55.541Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:00:05.139Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:00:05.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:00:05.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:00:05.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:00:14.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:00:37.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:00:37.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:00:37.787Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:00:37.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:00:37.788Z||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-08-02T07:00:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:00:38.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:00:38.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-02T07:00:38.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a8d206-e6f0-4738-9eef-4bf61817d27a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659423584930,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-02T07:00:38.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:00:47.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:01:37.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:01:37.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:01:37.787Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:01:37.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:01:37.788Z||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-08-02T07:01:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:01:47.338Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:01:47.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:02:37.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:02:37.787Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:02:37.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:02:37.787Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:02:37.788Z||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-08-02T07:02:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:02:47.340Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:02:47.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:03:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:03:37.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:03:37.789Z||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-08-02T07:03:37.789Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:03:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:03:37.789Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:03:47.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:03:47.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:04:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:04:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:04:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:04:37.788Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:04:37.792Z||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-08-02T07:04:37.793Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:04:47.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:04:47.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:05:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:05:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:05:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:05:37.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:05:37.788Z||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-08-02T07:05:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:05:47.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:05:47.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:06:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:06:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:06:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:06:37.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:06:37.788Z||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-08-02T07:06:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:06:47.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:06:47.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:07:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:07:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:07:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:07:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:07:37.788Z||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-08-02T07:07:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:07:47.341Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:07:47.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:08:37.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:08:37.787Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:08:37.787Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:08:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:08:37.788Z||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-08-02T07:08:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:08:47.337Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:08:47.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:09:37.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:09:37.787Z||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-08-02T07:09:37.787Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:09:37.787Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:09:37.788Z||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-08-02T07:09:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:09:47.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:09:47.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:10:37.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:10:37.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:10:37.789Z||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-08-02T07:10:37.789Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:10:37.789Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:10:37.789Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:10:47.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:10:47.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:11:37.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:11:37.787Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-02T07:11:37.787Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:11:37.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-02T07:11:37.788Z||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-08-02T07:11:37.788Z||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 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:11:38.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:11:38.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424252578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "cds",
"timestamp": 1659424254766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424252084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424252578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "cds",
"timestamp": 1659424254766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424252084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "cds",
"timestamp": 1659424262762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:38.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424262772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "cds",
"timestamp": 1659424263769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-08-02T07:11:38.293Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2
2022-08-02T07:11:38.293Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2 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-08-02T07:11:38.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424262772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424265533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:38.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424267251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "policy-id",
"timestamp": 1659424267030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424268255,
"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-08-02T07:11:38.321Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2
2022-08-02T07:11:38.322Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2 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-08-02T07:11:38.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "policy-id",
"timestamp": 1659424267030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "policy-id",
"timestamp": 1659424269758,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "policy-id",
"timestamp": 1659424270764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "policy-id",
"timestamp": 1659424271767,
"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-08-02T07:11:38.338Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2
2022-08-02T07:11:38.338Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2 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-08-02T07:11:38.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "aai-ml",
"timestamp": 1659424277742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "aai-ml",
"timestamp": 1659424277742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "aai-ml",
"timestamp": 1659424280476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:38.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "aai-ml",
"timestamp": 1659424284968,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T07:11:38.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "aai-ml",
"timestamp": 1659424285972,
"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-08-02T07:11:38.360Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2
2022-08-02T07:11:38.360Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2 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-08-02T07:11:38.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424272578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659424272093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424288798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:38.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424290015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-08-02T07:11:38.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1659424291020,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-08-02T07:11:38.415Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1cf54640-0019-4726-bb03-b2b643c3c7ac
2022-08-02T07:11:38.416Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf54640-0019-4726-bb03-b2b643c3c7ac and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-02T07:11:38.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424284766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424292773,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424293609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:38.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424292773,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "cds",
"timestamp": 1659424294627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-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-08-02T07:11:38.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cf54640-0019-4726-bb03-b2b643c3c7ac
2022-08-02T07:11:38.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cf54640-0019-4726-bb03-b2b643c3c7ac 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-08-02T07:11:38.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424287030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:38.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424292773,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424295835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424292773,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "policy-id",
"timestamp": 1659424296839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T07:11:38.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-02T07:11:38.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659424292773,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-02T07:11:38.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:11:38.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-02T07:11:38.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3","serviceDescription":"service","serviceInvariantUUID":"1ac260b9-a5ad-4fdf-89ee-97823b8b6cab","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5ecbfd19-48f4-4414-a124-9ea91a78b724","resourceInvariantUUID":"21f4d776-c513-48da-b50a-2b40fb0880cd","resourceCustomizationUUID":"ef70e1bf-fd91-494c-9f39-35b462c47bde","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":"NDFjYTE2NDQ5OGI1YWE0NjVhN2Q0NzhmZWIwZGQxYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c5b7a78-11d3-4785-bda5-5dfc50152960","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTI0MjYzNmNhNjEwZWNkM2ZiYTcxZGU2ZWVlNzRiNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1d69206-8201-4751-a21e-c418dcf55b5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-02T07:11:38.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:11:38.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:11:38.544Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:11:38.544Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:11:38.644Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-02T07:11:38.645Z||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-08-02T07:11:38.646Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:11:38.662Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:11:38.662Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:11:39.545Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:11:39.546Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:11:39.578Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:11:39.578Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:11:39.648Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2022-08-02T07:11:39.649Z||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-08-02T07:11:39.649Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:11:39.663Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:11:39.663Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:11:40.579Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3",
"serviceDescription": "service",
"serviceInvariantUUID": "1ac260b9-a5ad-4fdf-89ee-97823b8b6cab",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ef70e1bf-fd91-494c-9f39-35b462c47bde",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5ecbfd19-48f4-4414-a124-9ea91a78b724",
"resourceInvariantUUID": "21f4d776-c513-48da-b50a-2b40fb0880cd",
"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": "ZTI0MjYzNmNhNjEwZWNkM2ZiYTcxZGU2ZWVlNzRiNjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c1d69206-8201-4751-a21e-c418dcf55b5a"
}
],
"workloadContext": "Production"
}
2022-08-02T07:11:40.580Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-02T07:11:40.580Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3 ASDC
2022-08-02T07:11:40.581Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3
ServiceInvariantUUID:1ac260b9-a5ad-4fdf-89ee-97823b8b6cab
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:c1d69206-8201-4751-a21e-c418dcf55b5a
ArtifactChecksum:ZTI0MjYzNmNhNjEwZWNkM2ZiYTcxZGU2ZWVlNzRiNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ef70e1bf-fd91-494c-9f39-35b462c47bde
ResourceInvariantUUID:21f4d776-c513-48da-b50a-2b40fb0880cd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5ecbfd19-48f4-4414-a124-9ea91a78b724
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-08-02T07:11:40.581Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3 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-08-02T07:11:40.616Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T07:11:40.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-02T07:11:40.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-02T07:11:40.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1d69206-8201-4751-a21e-c418dcf55b5a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-02T07:11:40.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-02T07:11:40.618Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-02T07:11:40.695Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-02T07:11:40.698Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c1d69206-8201-4751-a21e-c418dcf55b5a 56530
2022-08-02T07:11:40.698Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-02T07:11:40.698Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-02T07:11:40.699Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T07:11:40.699Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:11:40.702Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:11:40.702Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424300698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:11:40.802Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:11:40.803Z||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-08-02T07:11:40.803Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:11:40.818Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:11:40.818Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-02T07:11:41.708Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T07:11:41.710Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-02T07:11:41.711Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c1d69206-8201-4751-a21e-c418dcf55b5a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-02T07:11:41.711Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-02T07:11:41.711Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-02T07:11:41.712Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-02T07:11:41.945Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11976942498228039977/Definitions/service-BasicNetwork-template.yml
2022-08-02T07:11:42.469Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-02T07:11:42.470Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-02T07:11:42.470Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-02T07:11:42.470Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-02T07:11:42.470Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.470Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.471Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.471Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.471Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.471Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.471Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.471Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.471Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-02T07:11:42.472Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.472Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.472Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-02T07:11:42.472Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-02T07:11:42.473Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T07:11:42.473Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.473Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.473Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-02T07:11:42.473Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-02T07:11:42.473Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T07:11:42.473Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.474Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.474Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.474Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.475Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.475Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.475Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.475Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.475Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.475Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.476Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3
Model Version:NULL
Model InvariantUuid:1ac260b9-a5ad-4fdf-89ee-97823b8b6cab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:21f4d776-c513-48da-b50a-2b40fb0880cd
Model UUID:1152596f-a3c1-476a-bdfc-1e3883076f1b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ef70e1bf-fd91-494c-9f39-35b462c47bde
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-08-02T07:11:42.485Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 5ecbfd19-48f4-4414-a124-9ea91a78b724
2022-08-02T07:11:42.485Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||No resources found for Service: bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3
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-08-02T07:11:42.492Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||
2022-08-02T07:11:42.492Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-08-02T07:11:42.493Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3
2022-08-02T07:11:42.494Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3
2022-08-02T07:11:42.494Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-08-02T07:11:42.494Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.500Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@685c443a, org.onap.sdc.toscaparser.api.parameters.Input@1fcda8c8, org.onap.sdc.toscaparser.api.parameters.Input@157a27c3, org.onap.sdc.toscaparser.api.parameters.Input@615bcd05, org.onap.sdc.toscaparser.api.parameters.Input@6b2c2880]
2022-08-02T07:11:42.501Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.501Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.502Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.502Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.502Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3: Generic NeutronNet
2022-08-02T07:11:42.502Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.502Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.502Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.503Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.548Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.549Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.549Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.549Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.550Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:11:42.550Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:11:42.550Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:42.616Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-08-02T07:11:42.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-02T07:11:42.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-02T07:11:42.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-02T07:11:42.617Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:11:42.619Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:11:42.619Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424302617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-02T07:11:42.719Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:11:42.720Z||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-08-02T07:11:42.720Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:11:42.735Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:11:42.735Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:11:43.621Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2
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-08-02T07:11:43.641Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2
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-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T07:11:43.644Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T07:11:43.645Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-02T07:11:43.645Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:11:43.650Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-02T07:12:13.652Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2 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-08-02T07:12:13.660Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2 and serviceModelVersionId: bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3
2022-08-02T07:12:13.660Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ac260b9-a5ad-4fdf-89ee-97823b8b6cab
2022-08-02T07:12:13.661Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ac260b9-a5ad-4fdf-89ee-97823b8b6cab/model-vers/model-ver/bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3?depth=0
2022-08-02T07:12:13.666Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-02T07:12:13.732Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac260b9-a5ad-4fdf-89ee-97823b8b6cab/model-vers/model-ver/bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3?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-08-02T07:12:13.734Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac260b9-a5ad-4fdf-89ee-97823b8b6cab/model-vers/model-ver/bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3?depth=0|INFO|500||Invoke
2022-08-02T07:12:13.759Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac260b9-a5ad-4fdf-89ee-97823b8b6cab/model-vers/model-ver/bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-02T07:12:13.926Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac260b9-a5ad-4fdf-89ee-97823b8b6cab/model-vers/model-ver/bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3?depth=0|INFO|500||InvokeReturn
2022-08-02T07:12:13.927Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac260b9-a5ad-4fdf-89ee-97823b8b6cab/model-vers/model-ver/bf59e47f-2e09-4486-a9fe-9ca8a5bb63f3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220802-07:12:13:362-27073], vertex-id=[610544], Content-Length=[0], Date=[Tue, 02 Aug 2022 07:12:13 GMT], Content-Type=[application/json]}
2022-08-02T07:12:13.931Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-08-02T07:12:13.932Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-02T07:12:13.932Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:12:13.940Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||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-08-02T07:12:13.940Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-02T07:12:13.940Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-02T07:12:13.941Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:13.943Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:13.943Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424333940,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-02T07:12:14.043Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:14.043Z||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-08-02T07:12:14.044Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:14.066Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:14.066Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-08-02T07:12:14.956Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-02T07:12:14.956Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cf54640-0019-4726-bb03-b2b643c3c7ac","serviceName":"Demo_pNF_qyGjCvci3ciciGPriEEX","serviceVersion":"1.0","serviceUUID":"a192397d-6c1a-467f-b414-f8375a7cffdf","serviceDescription":"catalog service description","serviceInvariantUUID":"4b3a98fe-ba3a-4159-a7f8-a3571fcb76c5","resources":[{"resourceInstanceName":"pNF 1a1d8114-a530 0","resourceName":"pNF 1a1d8114-a530","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a5ef9aa-b8e1-4cf5-86b9-3f9c159485bb","resourceInvariantUUID":"f05a64ca-84f0-4369-99f5-3b9a5411a5f8","resourceCustomizationUUID":"612661e6-1e96-4aab-b008-b3bb1afe76a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vf-license-model.xml","artifactChecksum":"NTk4M2JkYzNjMGNlMmExOWNjNTI5NThhOTM5M2U1OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1dd076a-d733-4429-a897-169c3ed350a9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/pNF.csar","artifactChecksum":"YzgzYmIyMTBhZDNhODU2MDc4YWJjMDY1MTA3ZGUyNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c76ff5f4-87a0-4f7e-8cf3-96f70a789cf8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fea2e62e-165f-4849-ae74-13192ef87d59","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vendor-license-model.xml","artifactChecksum":"YzgzNWRmMDJiNWJmOGFmYmExZDI3MzFmN2QxM2UwMGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"418a1c01-0daa-440e-880a-ff0adda1f733","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f96785d4-afe6-4313-b976-e1da10660cc6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9001ac63-d4fd-4c48-8f01-69b788abaae8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQygjcvci3cicigprieex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-template.yml","artifactChecksum":"MzY3NTQwOWMxNjJlMzA4ZTE4YWIxNTM1ZDNkMjk1YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48d8422c-7576-4eb9-bb36-2492d3b90dbd","artifactVersion":"1"},{"artifactName":"service-DemoPnfQygjcvci3cicigprieex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar","artifactChecksum":"ZWUzYWM3YzkyMmFjZGMxMDY2NjU3ODVhYmFlZmY2NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75ee2d0a-b095-44eb-b086-6d1f47392541","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-02T07:12:14.957Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:14.957Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:14.959Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:14.959Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:12:15.059Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:15.060Z||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-08-02T07:12:15.060Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:15.078Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:15.078Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:12:15.959Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:15.961Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:15.963Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:15.963Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:12:16.063Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:16.064Z||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-08-02T07:12:16.065Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:16.082Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:16.082Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:12:16.963Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:16.964Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:16.966Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:16.966Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:12:17.066Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:17.067Z||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-08-02T07:12:17.067Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:17.081Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:17.082Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:12:17.967Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:17.968Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:17.970Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:17.970Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:12:18.070Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:18.071Z||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-08-02T07:12:18.071Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:18.083Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:18.084Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:12:18.970Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:18.971Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:18.973Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:18.973Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:12:19.073Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:19.074Z||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-08-02T07:12:19.074Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:19.086Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:19.086Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-02T07:12:19.974Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:19.975Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:19.977Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:19.977Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/resourceInstances/pnf1a1d8114a5300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:12:20.077Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:20.077Z||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-08-02T07:12:20.078Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:20.113Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:20.114Z||pool-45-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-02T07:12:20.977Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:20.978Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:20.993Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:20.993Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-02T07:12:21.080Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-08-02T07:12:21.081Z||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-08-02T07:12:21.082Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:21.095Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:21.095Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:12:21.993Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-02T07:12:21.994Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:21.996Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:21.996Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424297786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "NOTIFIED"
}
2022-08-02T07:12:22.096Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-02T07:12:22.097Z||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-08-02T07:12:22.097Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:22.111Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:22.111Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-02T07:12:23.004Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"serviceName": "Demo_pNF_qyGjCvci3ciciGPriEEX",
"serviceVersion": "1.0",
"serviceUUID": "a192397d-6c1a-467f-b414-f8375a7cffdf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4b3a98fe-ba3a-4159-a7f8-a3571fcb76c5",
"resources": [
{
"resourceInstanceName": "pNF 1a1d8114-a530 0",
"resourceCustomizationUUID": "612661e6-1e96-4aab-b008-b3bb1afe76a7",
"resourceName": "pNF 1a1d8114-a530",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2a5ef9aa-b8e1-4cf5-86b9-3f9c159485bb",
"resourceInvariantUUID": "f05a64ca-84f0-4369-99f5-3b9a5411a5f8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"artifactChecksum": "ZWUzYWM3YzkyMmFjZGMxMDY2NjU3ODVhYmFlZmY2NDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75ee2d0a-b095-44eb-b086-6d1f47392541"
}
],
"workloadContext": "Production"
}
2022-08-02T07:12:23.004Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-02T07:12:23.005Z|eeb2e6cc-4928-4e14-a31d-a8b8e2627ba2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a192397d-6c1a-467f-b414-f8375a7cffdf ASDC
2022-08-02T07:12:23.005Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1cf54640-0019-4726-bb03-b2b643c3c7ac
ServiceName:Demo_pNF_qyGjCvci3ciciGPriEEX
ServiceVersion:1.0
ServiceUUID:a192397d-6c1a-467f-b414-f8375a7cffdf
ServiceInvariantUUID:4b3a98fe-ba3a-4159-a7f8-a3571fcb76c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQygjcvci3cicigprieex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar
ArtifactUUID:75ee2d0a-b095-44eb-b086-6d1f47392541
ArtifactChecksum:ZWUzYWM3YzkyMmFjZGMxMDY2NjU3ODVhYmFlZmY2NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a1d8114-a530 0
ResourceCustomizationUUID:612661e6-1e96-4aab-b008-b3bb1afe76a7
ResourceInvariantUUID:f05a64ca-84f0-4369-99f5-3b9a5411a5f8
ResourceName:pNF 1a1d8114-a530
ResourceType:PNF
ResourceUUID:2a5ef9aa-b8e1-4cf5-86b9-3f9c159485bb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-02T07:12:23.006Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a192397d-6c1a-467f-b414-f8375a7cffdf 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-08-02T07:12:23.036Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T07:12:23.037Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-02T07:12:23.037Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-02T07:12:23.037Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 75ee2d0a-b095-44eb-b086-6d1f47392541 from URL: /sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:23.037Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-02T07:12:23.038Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:23.113Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-02T07:12:23.117Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar 75ee2d0a-b095-44eb-b086-6d1f47392541 86674
2022-08-02T07:12:23.118Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar ASDC sendASDCNotification
2022-08-02T07:12:23.118Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:23.118Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-02T07:12:23.118Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-02T07:12:23.121Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-02T07:12:23.121Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cf54640-0019-4726-bb03-b2b643c3c7ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659424343118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-02T07:12:23.221Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-02T07:12:23.222Z||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-08-02T07:12:23.222Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9JT2hF5FXJ6F6ctZ) ...
2022-08-02T07:12:23.236Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-02T07:12:23.237Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-02T07:12:24.122Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-02T07:12:24.123Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-02T07:12:24.123Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 75ee2d0a-b095-44eb-b086-6d1f47392541, URL: /sdc/v1/catalog/services/DemoPnfQygjcvci3cicigprieex/1.0/artifacts/service-DemoPnfQygjcvci3cicigprieex-csar.csar to file: /app/ASDC/1/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.124Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.124Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.124Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.230Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13258233148911442716/Definitions/service-DemoPnfQygjcvci3cicigprieex-template.yml
2022-08-02T07:12:24.983Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-02T07:12:24.984Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-02T07:12:24.988Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.989Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-02T07:12:24.989Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||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-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.989Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.989Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||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-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.989Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||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-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.989Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||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-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.990Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||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-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.990Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a1d8114-a530 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-DemoPnfQygjcvci3cicigprieex-csar.csar
2022-08-02T07:12:24.990Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-02T07:12:24.990Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:24.990Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:24.990Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Node template pNF 1a1d8114-a530 0 is matching search criteria
2022-08-02T07:12:24.991Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-02T07:12:24.991Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 1a1d8114-a530 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T07:12:24.991Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:24.991Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:24.992Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Node template pNF 1a1d8114-a530 0 is matching search criteria
2022-08-02T07:12:24.992Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-02T07:12:24.992Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 1a1d8114-a530 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-02T07:12:24.992Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:24.992Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:24.993Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:24.993Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:24.993Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:24.993Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:24.993Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:24.993Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:24.994Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:24.994Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:24.994Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_qyGjCvci3ciciGPriEEX
Description:catalog service description
Model UUID:a192397d-6c1a-467f-b414-f8375a7cffdf
Model Version:NULL
Model InvariantUuid:4b3a98fe-ba3a-4159-a7f8-a3571fcb76c5
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-08-02T07:12:25.000Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2a5ef9aa-b8e1-4cf5-86b9-3f9c159485bb
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-08-02T07:12:25.003Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||pNF 1a1d8114-a530 0
2022-08-02T07:12:25.003Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2a5ef9aa-b8e1-4cf5-86b9-3f9c159485bb
2022-08-02T07:12:25.003Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a192397d-6c1a-467f-b414-f8375a7cffdf
2022-08-02T07:12:25.004Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a192397d-6c1a-467f-b414-f8375a7cffdf
2022-08-02T07:12:25.004Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1a1d8114-a530 0 2a5ef9aa-b8e1-4cf5-86b9-3f9c159485bb 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-08-02T07:12:25.009Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73eef1b8, org.onap.sdc.toscaparser.api.parameters.Input@316c042b, org.onap.sdc.toscaparser.api.parameters.Input@42f47308, org.onap.sdc.toscaparser.api.parameters.Input@216ac8be, org.onap.sdc.toscaparser.api.parameters.Input@258d8e1a]
2022-08-02T07:12:25.009Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-02T07:12:25.009Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_qyGjCvci3ciciGPriEEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-02T07:12:25.009Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a192397d-6c1a-467f-b414-f8375a7cffdf: pNF 1a1d8114-a530
2022-08-02T07:12:25.010Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||INFO|500||Processing PNF resource: 2a5ef9aa-b8e1-4cf5-86b9-3f9c159485bb
2022-08-02T07:12:25.010Z|1cf54640-0019-4726-bb03-b2b643c3c7ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery