By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-18T11:52:08.519Z||main|||||INFO|500||The following profiles are active: basic
2022-11-18T11:52:21.120Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-18T11:52:21.121Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-18T11:52:21.239Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-18T11:52:25.681Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-18T11:52:26.125Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-18T11:52:26.617Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-18T11:52:26.667Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-18T11:52:26.807Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-18T11:52:27.067Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-18T11:52:27.700Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-18T11:52:29.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T11:52:32.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T11:52:32.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-18T11:52:32.787Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T11:52:33.056Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-18T11:52:34.380Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T11:52:35.506Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-18T11:52:35.524Z||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$$7b5c92.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-18T11:52:35.525Z||main|||||WARN|500||The sdc end point is not alive
2022-11-18T11:52:38.918Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-18T11:52:41.954Z||main|||||WARN|500||---
2022-11-18T11:52:41.955Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-18T11:52:41.955Z||main|||||WARN|500||---
2022-11-18T11:52:42.442Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-18T11:52:48.478Z||main|||||INFO|500||Started Application in 43.367 seconds (JVM running for 45.82)
2022-11-18T11:52:48.516Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T11:52:48.517Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T11:52:48.538Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T11:52:48.579Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T11:52:48.637Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 124a307f-6a3c-4a5c-ae83-9ad773fab334 url= /sdc/v1/artifactTypes
2022-11-18T11:52:48.637Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-18T11:52:49.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-18T11:52:49.230Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-18T11:52:49.257Z||scheduling-1|||||DEBUG|500||create keys
2022-11-18T11:52:49.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-18T11:52:49.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:52:49.344Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1884da4c-f3fd-4f50-bf48-8713c16a34a7 url= /sdc/v1/registerForDistribution
2022-11-18T11:52:49.615Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1884da4c-f3fd-4f50-bf48-8713c16a34a7 url= /sdc/v1/registerForDistribution
2022-11-18T11:52:49.616Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-18T11:52:49.629Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:52:49.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:52:49.639Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-18T11:52:49.658Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:52:49.658Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:52:49.662Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:52:49.663Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:52:59.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:52:59.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:53:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:53:49.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:53:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:53:49.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:53:49.629Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:53:49.630Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:53:59.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:53:59.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:54:49.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:54:49.623Z||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-11-18T11:54:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:54:49.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:54:49.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:54:49.628Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:54:59.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:54:59.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:55:49.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:55:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:55:49.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:55:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:55:49.631Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:55:49.631Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:55:59.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:55:59.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:56:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:56:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:56:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T11:56:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:56:49.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:56:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:56:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:56:59.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:57:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:57:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:57:49.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T11:57:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:57:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:57:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:57:59.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:57:59.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:58:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:58:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:58:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T11:58:49.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:58:49.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:58:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:58:59.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:58:59.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:59:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:59:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:59:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T11:59:49.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:59:49.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:59:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T11:59:59.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:59:59.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:00:49.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:00:49.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:00:49.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:00:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:00:49.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:00:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:00:59.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:00:59.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:01:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:01:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:01:49.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:01:49.625Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:01:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:01:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:01:59.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:01:59.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:02:03.855Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-18T12:02:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:02:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:02:49.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:02:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:02:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:02:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:02:59.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:02:59.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:03:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:03:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:03:49.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:03:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:03:49.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:03:49.628Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:03:59.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:03:59.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:04:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:04:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:04:49.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:04:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:04:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:04:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:04:59.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:04:59.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:05:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:05:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:05:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:05:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:05:49.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:05:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:05:59.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:05:59.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:06:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:06:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:06:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:06:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:06:49.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:06:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:06:59.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:06:59.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:07:49.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:07:49.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:07:49.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:07:49.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:07:49.625Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:07:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:07:59.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:07:59.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:08:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:08:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:08:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:08:49.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:08:49.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:08:49.627Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:08:59.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:08:59.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:09:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:09:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:09:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:09:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:09:49.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:09:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:09:59.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:09:59.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:10:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:10:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:10:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:10:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:10:49.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:10:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:10:59.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:10:59.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:11:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:11:49.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:11:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:11:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:11:49.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:11:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:11:59.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:11:59.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:12:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:12:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:12:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:12:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:12:49.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:12:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:12:59.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:12:59.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:13:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:13:49.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:13:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:13:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:13:49.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:13:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:13:59.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:13:59.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:14:49.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:14:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:14:49.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:14:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:14:49.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:14:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:14:59.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:14:59.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:15:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:15:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:15:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:15:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:15:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:15:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:15:59.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:15:59.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:16:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:16:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:16:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:16:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:16:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:16:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:16:59.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:16:59.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:17:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:17:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:17:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:17:49.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:17:49.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:17:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:17:59.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:17:59.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:18:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:18:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:18:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:18:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:18:49.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:18:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:18:59.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:18:59.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:19:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:19:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:19:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:19:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:19:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:19:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:19:59.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:19:59.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:20:49.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:20:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:20:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:20:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:20:49.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:20:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:20:59.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:20:59.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:21:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:21:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:21:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:21:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:21:49.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:21:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:21:59.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:21:59.220Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:22:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:22:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:22:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:22:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:22:49.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:22:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:22:59.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:22:59.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:23:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:23:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:23:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:23:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:23:49.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:23:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:23:59.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:23:59.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:24:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:24:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:24:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:24:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:24:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:24:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:24:59.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:24:59.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:25:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:25:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:25:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:25:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:25:49.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:25:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:25:59.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:25:59.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:26:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:26:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:26:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:26:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:26:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:26:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:26:59.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:26:59.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:27:49.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:27:49.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:27:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:27:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:27:49.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:27:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:27:59.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:27:59.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:28:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:28:49.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:28:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:28:49.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:28:49.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:28:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:28:59.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:28:59.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:29:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:29:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:29:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:29:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:29:49.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:29:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:29:59.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:29:59.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:30:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:30:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:30:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:30:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:30:49.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:30:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:30:59.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:30:59.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:31:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:31:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:31:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:31:49.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:31:49.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:31:49.627Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:31:59.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:31:59.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:32:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:32:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:32:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:32:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:32:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:32:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:32:59.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:32:59.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:33:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:33:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:33:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:33:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:33:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:33:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:33:59.181Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:33:59.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:34:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:34:49.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:34:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:34:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:34:49.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:34:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:34:59.207Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:34:59.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:35:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:35:49.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:35:49.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:35:49.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:35:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:35:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:35:59.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:35:59.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:36:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:36:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:36:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:36:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:36:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:36:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:36:59.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:36:59.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:37:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:37:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:37:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:37:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:37:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:37:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:37:59.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:37:59.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:38:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:38:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:38:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:38:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:38:49.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:38:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:38:59.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:38:59.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:39:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:39:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:39:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:39:49.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:39:49.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:39:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:39:59.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:39:59.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:40:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:40:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:40:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:40:49.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:40:49.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:40:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:40:59.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:40:59.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:41:49.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:41:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:41:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:41:49.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:41:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:41:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:41:59.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:41:59.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:42:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:42:49.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:42:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:42:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:42:49.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:42:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:42:59.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:42:59.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:43:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:43:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:43:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:43:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:43:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:43:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:43:59.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:43:59.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:44:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:44:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:44:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:44:49.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:44:49.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:44:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:44:59.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:44:59.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:45:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:45:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:45:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:45:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:45:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:45:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:45:59.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:45:59.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:49.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:46:49.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:46:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:46:49.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:46:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:50.257Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:50.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:50.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c55cd01-1e5c-4676-887d-321b1cf05d54","serviceName":"vFW 2022-11-18 12-44-47","serviceVersion":"1.0","serviceUUID":"a2772ac4-5809-45e8-9e18-5858e3125797","serviceDescription":"catalog service description","serviceInvariantUUID":"5c8ecded-556d-4252-845c-d5d4a7d318f0","resources":[{"resourceInstanceName":"vFW 22080bdf-ade0 0","resourceName":"vFW 22080bdf-ade0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6adde0cb-0e8b-42a5-903f-c3bf3ad1e770","resourceInvariantUUID":"c97260d4-d082-437f-a290-be7c648a8e73","resourceCustomizationUUID":"15698c34-3698-4376-98ab-e32d92ab1ae6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml","artifactChecksum":"ZTYwNDJjNTgyZTllMjkyNWE3MDVlMWZkZDQwN2ZkMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"683c7cdf-b88e-49a9-8dce-a1ac1837a8c4","artifactVersion":"1"},{"artifactName":"vfw22080bdfade00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json","artifactChecksum":"NTY1ZGIxNjE5OWUzNmRkOTVhYjFkN2I2YWU1ZmY1YTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8295455-ebcb-41b7-8dea-a03c990a54bc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc94e111-08aa-47be-a023-5f48aad2f9f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml","artifactChecksum":"MmNiYmYxODBiZWFkZjZkMTkwNTkzNjNmY2MxMjIzZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25205ad4-f273-4a5c-981e-b0a820613ad1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d144efbb-a961-484a-8262-5abcd23a7830","artifactVersion":"2","generatedFromUUID":"fc94e111-08aa-47be-a023-5f48aad2f9f5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118124447-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml","artifactChecksum":"NjViNDEzYjMzMWQxNjljNTA0MWM3MGY1OTVmMWJjOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4fa3de0-6e4c-4bb2-88d5-463a53c6060e","artifactVersion":"1"},{"artifactName":"service-Vfw20221118124447-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar","artifactChecksum":"NDA1ZWFjZjU3MjQwZmE1ZTdkNmExMWIwZDZkNmE1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d393373-918e-4390-b913-7b9436a406f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T12:46:50.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775554461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:46:50.277Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:50.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775561548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775560273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775561548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775554461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "NOTIFIED"
}
2022-11-18T12:46:50.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775560273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775561548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.292Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:50.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.292Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775554461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T12:46:50.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775560273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775554461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775561548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775560273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775554461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T12:46:50.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775561548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775560273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775554461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775561548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775560273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775554461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:46:50.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775561548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775560273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:46:50.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:46:50.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775569724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775570556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:46:50.304Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775569716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775571157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:46:50.305Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775569724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "cds",
"timestamp": 1668775571594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:46:50.392Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-18T12:46:50.396Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:50.396Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:50.410Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:50.411Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:46:50.496Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54
2022-11-18T12:46:50.516Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775569716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775569724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775572231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:46:50.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775569716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775569724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775573318,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:46:50.555Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54
2022-11-18T12:46:50.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:46:50.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775569716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775569724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775574324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T12:46:50.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775569716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775569724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775569716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:50.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775569724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:46:50.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775569716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:46:50.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775577859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:46:50.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775577605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:46:50.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775588541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:46:50.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775589552,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:46:50.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54
2022-11-18T12:46:50.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:46:50.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775593352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:46:50.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:46:50.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:46:50.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "aai-ml",
"timestamp": 1668775594357,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:46:50.592Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c55cd01-1e5c-4676-887d-321b1cf05d54
2022-11-18T12:46:50.592Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c55cd01-1e5c-4676-887d-321b1cf05d54 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:46:51.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:46:51.301Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:51.303Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:51.303Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "NOTIFIED"
}
2022-11-18T12:46:51.403Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:46:51.404Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:51.405Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:51.415Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:51.416Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:46:52.303Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:46:52.305Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:52.306Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:52.307Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T12:46:52.407Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:46:52.408Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:52.408Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:52.419Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:52.420Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:46:53.307Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:46:53.308Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:53.310Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:53.311Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:53.411Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:46:53.414Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:53.414Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:53.429Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:53.429Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:46:54.311Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:46:54.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:54.314Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:54.314Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T12:46:54.415Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T12:46:54.416Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:54.416Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:54.428Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:54.429Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:46:55.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:46:55.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:55.317Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:55.317Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:46:55.417Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:46:55.419Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:55.419Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:55.445Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:55.446Z||pool-8-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:46:56.318Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:46:56.319Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:56.320Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:56.321Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:46:56.421Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:46:56.422Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:56.422Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:56.434Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:56.435Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:46:57.322Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"serviceName": "vFW 2022-11-18 12-44-47",
"serviceVersion": "1.0",
"serviceUUID": "a2772ac4-5809-45e8-9e18-5858e3125797",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5c8ecded-556d-4252-845c-d5d4a7d318f0",
"resources": [
{
"resourceInstanceName": "vFW 22080bdf-ade0 0",
"resourceCustomizationUUID": "15698c34-3698-4376-98ab-e32d92ab1ae6",
"resourceName": "vFW 22080bdf-ade0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6adde0cb-0e8b-42a5-903f-c3bf3ad1e770",
"resourceInvariantUUID": "c97260d4-d082-437f-a290-be7c648a8e73",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw22080bdfade00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"artifactChecksum": "NTY1ZGIxNjE5OWUzNmRkOTVhYjFkN2I2YWU1ZmY1YTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d8295455-ebcb-41b7-8dea-a03c990a54bc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fc94e111-08aa-47be-a023-5f48aad2f9f5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d144efbb-a961-484a-8262-5abcd23a7830",
"generatedFromUUID": "fc94e111-08aa-47be-a023-5f48aad2f9f5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d144efbb-a961-484a-8262-5abcd23a7830",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221118124447-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"artifactChecksum": "NDA1ZWFjZjU3MjQwZmE1ZTdkNmExMWIwZDZkNmE1MjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d393373-918e-4390-b913-7b9436a406f9"
}
],
"workloadContext": "Production"
}
2022-11-18T12:46:57.324Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T12:46:57.324Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a2772ac4-5809-45e8-9e18-5858e3125797 ASDC
2022-11-18T12:46:57.430Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6c55cd01-1e5c-4676-887d-321b1cf05d54
ServiceName:vFW 2022-11-18 12-44-47
ServiceVersion:1.0
ServiceUUID:a2772ac4-5809-45e8-9e18-5858e3125797
ServiceInvariantUUID:5c8ecded-556d-4252-845c-d5d4a7d318f0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221118124447-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar
ArtifactUUID:4d393373-918e-4390-b913-7b9436a406f9
ArtifactChecksum:NDA1ZWFjZjU3MjQwZmE1ZTdkNmExMWIwZDZkNmE1MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 22080bdf-ade0 0
ResourceCustomizationUUID:15698c34-3698-4376-98ab-e32d92ab1ae6
ResourceInvariantUUID:c97260d4-d082-437f-a290-be7c648a8e73
ResourceName:vFW 22080bdf-ade0
ResourceType:VF
ResourceUUID:6adde0cb-0e8b-42a5-903f-c3bf3ad1e770
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw22080bdfade00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json
ArtifactUUID:d8295455-ebcb-41b7-8dea-a03c990a54bc
ArtifactChecksum:NTY1ZGIxNjE5OWUzNmRkOTVhYjFkN2I2YWU1ZmY1YTA=
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/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml
ArtifactUUID:fc94e111-08aa-47be-a023-5f48aad2f9f5
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/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env
ArtifactUUID:d144efbb-a961-484a-8262-5abcd23a7830
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/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env
ArtifactUUID:d144efbb-a961-484a-8262-5abcd23a7830
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T12:46:57.430Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2772ac4-5809-45e8-9e18-5858e3125797 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T12:46:57.480Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T12:46:57.481Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T12:46:57.482Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T12:46:57.482Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4d393373-918e-4390-b913-7b9436a406f9 from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar
2022-11-18T12:46:57.483Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:46:57.484Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar
2022-11-18T12:46:57.804Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:46:57.821Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar 4d393373-918e-4390-b913-7b9436a406f9 100685
2022-11-18T12:46:57.822Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar ASDC sendASDCNotification
2022-11-18T12:46:57.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar
2022-11-18T12:46:57.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:46:57.824Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:46:57.826Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:46:57.826Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775617821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:46:57.926Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:46:57.927Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:46:57.928Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:46:57.950Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:46:57.951Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:46:58.827Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T12:46:58.828Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T12:46:58.828Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4d393373-918e-4390-b913-7b9436a406f9, URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar to file: /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:46:58.829Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118124447-csar.csar
2022-11-18T12:46:58.918Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:46:58.918Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:46:59.612Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5685318430556016653/Definitions/service-Vfw20221118124447-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-18T12:47:02.354Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T12:47:02.372Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T12:47:02.372Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.373Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-18T12:47:02.373Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.373Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.374Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 22080bdf-ade0 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.375Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:02.376Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T12:47:02.383Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.384Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:02.388Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:02.389Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T12:47:02.391Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:02.393Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T12:47:02.394Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T12:47:02.394Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.394Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:02.398Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.398Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria
2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.399Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T12:47:02.400Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.401Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.402Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T12:47:02.403Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.403Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T12:47:02.405Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.405Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:02.405Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:02.406Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.406Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:02.406Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:02.407Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria
2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T12:47:02.408Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T12:47:02.409Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T12:47:02.409Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T12:47:02.409Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.410Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T12:47:02.411Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.411Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3995af71-23f0-4df0-8046-31ddf83034a4
2022-11-18T12:47:02.411Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria
2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T12:47:02.412Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.413Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.414Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T12:47:02.415Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.415Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c4111f-8f67-410a-a2a9-b9496b1c2a8e
2022-11-18T12:47:02.415Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.416Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria
2022-11-18T12:47:02.416Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T12:47:02.416Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.417Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:02.418Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:02.419Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T12:47:02.419Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a695edd0-7fc1-4198-955f-56ca96dc6620
2022-11-18T12:47:02.419Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:02.420Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.421Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:02.421Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:02.421Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:02.422Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-18 12-44-47
Description:catalog service description
Model UUID:a2772ac4-5809-45e8-9e18-5858e3125797
Model Version:NULL
Model InvariantUuid:5c8ecded-556d-4252-845c-d5d4a7d318f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 22080bdf-ade0
Model UUID:f8a0d519-83f2-4a13-91fc-7a925b22df62
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c97260d4-d082-437f-a290-be7c648a8e73
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:15698c34-3698-4376-98ab-e32d92ab1ae6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:813b36b1-a58e-4cce-8898-9b3034bdcdf3
ModelName:Vfw22080bdfAde0..base_vfw..module-0
ModelUuid:34079896-0b28-4922-84da-079f6333f736
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3995af71-23f0-4df0-8046-31ddf83034a4
ModelInvariantUuid:032c430d-04f1-43c4-997e-9210665de1a2
ModelName:vFW 22080bdf-ade0-nodes.vfwCvfc
ModelUuid:aab51369-17b4-4467-b7ad-cbdee1a33ba7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e5c6e250-8765-4813-b931-49da1648bda9
ModelInvariantUuid:72138c6e-9e32-430a-b942-474b98f06c1f
ModelName:Vfw22080bdfAde0.compute.nodes.heat.vfw
ModelUuid:68edc089-a3aa-4141-be26-6c1464521633
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:98c4111f-8f67-410a-a2a9-b9496b1c2a8e
ModelInvariantUuid:a1d0826f-9f50-464a-8c75-ddc3665dde81
ModelName:vFW 22080bdf-ade0-nodes.vsnCvfc
ModelUuid:02cd684a-ca2b-4921-b80f-a04ec36145e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:02febaf7-1ab8-460f-a84f-73edc242915b
ModelInvariantUuid:a974e44d-253e-4111-ac0c-5bb7f32c7650
ModelName:Vfw22080bdfAde0.compute.nodes.heat.vsn
ModelUuid:20ee2b07-aed9-4250-b72a-01e547b8981a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a695edd0-7fc1-4198-955f-56ca96dc6620
ModelInvariantUuid:6ab0adbc-7e15-4cf2-8efe-19e299757d2f
ModelName:vFW 22080bdf-ade0-nodes.vpgCvfc
ModelUuid:4bf3dca2-c97b-4c2d-b6e1-eae53c4ec940
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9ef7d1e4-a861-480e-8112-2c1f20f092b0
ModelInvariantUuid:ba5b63ed-7269-45fc-bef1-dfa37eb7215b
ModelName:Vfw22080bdfAde0.compute.nodes.heat.vpg
ModelUuid:8f6ba7c3-e034-4a9f-a7c0-09de5aa6f34a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T12:47:02.434Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T12:47:02.529Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||vFW 22080bdf-ade0 0
2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770
2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d8295455-ebcb-41b7-8dea-a03c990a54bc from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json
2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:47:02.536Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json
2022-11-18T12:47:02.615Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json d8295455-ebcb-41b7-8dea-a03c990a54bc 785
2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json ASDC sendASDCNotification
2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json
2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:47:02.616Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:02.619Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:02.619Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775622616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:47:02.720Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:02.721Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:02.721Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:02.732Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:02.733Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:47:03.625Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw22080bdfAde0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "813b36b1-a58e-4cce-8898-9b3034bdcdf3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34079896-0b28-4922-84da-079f6333f736",
"vfModuleModelCustomizationUUID": "c239a7c2-dea7-4394-9e9d-6b6b7a7277ba",
"isBase": true,
"artifacts": [
"fc94e111-08aa-47be-a023-5f48aad2f9f5",
"d144efbb-a961-484a-8262-5abcd23a7830"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T12:47:03.647Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw22080bdfAde0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34079896-0b28-4922-84da-079f6333f736
VfModuleModelInvariantUUID:813b36b1-a58e-4cce-8898-9b3034bdcdf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc94e111-08aa-47be-a023-5f48aad2f9f5
,
d144efbb-a961-484a-8262-5abcd23a7830
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T12:47:03.651Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw22080bdfAde0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "813b36b1-a58e-4cce-8898-9b3034bdcdf3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34079896-0b28-4922-84da-079f6333f736",
"vfModuleModelCustomizationUUID": "c239a7c2-dea7-4394-9e9d-6b6b7a7277ba",
"isBase": true,
"artifacts": [
"fc94e111-08aa-47be-a023-5f48aad2f9f5",
"d144efbb-a961-484a-8262-5abcd23a7830"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T12:47:03.651Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw22080bdfAde0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34079896-0b28-4922-84da-079f6333f736
VfModuleModelInvariantUUID:813b36b1-a58e-4cce-8898-9b3034bdcdf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc94e111-08aa-47be-a023-5f48aad2f9f5
,
d144efbb-a961-484a-8262-5abcd23a7830
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T12:47:03.651Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc94e111-08aa-47be-a023-5f48aad2f9f5 from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml
2022-11-18T12:47:03.652Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:47:03.652Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml
2022-11-18T12:47:03.726Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:47:03.728Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml fc94e111-08aa-47be-a023-5f48aad2f9f5 20368
2022-11-18T12:47:03.728Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T12:47:03.728Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml
2022-11-18T12:47:03.729Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:47:03.729Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:03.732Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:03.732Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775623728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:47:03.832Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:03.833Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:03.833Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:03.873Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:03.874Z||pool-12-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:47:04.735Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d144efbb-a961-484a-8262-5abcd23a7830 from URL: /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env
2022-11-18T12:47:04.735Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:47:04.735Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env
2022-11-18T12:47:04.817Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:47:04.818Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env d144efbb-a961-484a-8262-5abcd23a7830 2098
2022-11-18T12:47:04.818Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T12:47:04.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env
2022-11-18T12:47:04.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:47:04.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:04.822Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:04.822Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775624818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:47:04.922Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:04.923Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:04.923Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:04.943Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:04.943Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:47:05.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a2772ac4-5809-45e8-9e18-5858e3125797
2022-11-18T12:47:05.823Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 22080bdf-ade0 0 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770 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-11-18T12:47:05.856Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26368c75, org.onap.sdc.toscaparser.api.parameters.Input@6df6d3a1, org.onap.sdc.toscaparser.api.parameters.Input@5d95d940, org.onap.sdc.toscaparser.api.parameters.Input@668a22e6, org.onap.sdc.toscaparser.api.parameters.Input@74cd5f66]
2022-11-18T12:47:05.859Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 15698c34-3698-4376-98ab-e32d92ab1ae6
2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15698c34-3698-4376-98ab-e32d92ab1ae6 matches Tosca VF Customization UUID: 15698c34-3698-4376-98ab-e32d92ab1ae6
2022-11-18T12:47:05.860Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 15698c34-3698-4376-98ab-e32d92ab1ae6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T12:47:05.867Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.867Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.868Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 15698c34-3698-4376-98ab-e32d92ab1ae6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T12:47:05.868Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dbdadea
2022-11-18T12:47:05.868Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.869Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T12:47:05.869Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c239a7c2-dea7-4394-9e9d-6b6b7a7277ba
2022-11-18T12:47:05.870Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c239a7c2-dea7-4394-9e9d-6b6b7a7277ba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T12:47:05.875Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.876Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:05.876Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:05.876Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria
2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T12:47:05.877Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:05.878Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.879Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3995af71-23f0-4df0-8046-31ddf83034a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T12:47:05.885Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria
2022-11-18T12:47:05.886Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T12:47:05.887Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T12:47:05.888Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.889Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c4111f-8f67-410a-a2a9-b9496b1c2a8e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T12:47:05.890Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.891Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:05.891Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is not matching search criteria
2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:05.894Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T12:47:05.895Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T12:47:05.896Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a695edd0-7fc1-4198-955f-56ca96dc6620
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.898Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Node template vFW 22080bdf-ade0 0 is matching search criteria
2022-11-18T12:47:05.899Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22080bdf-ade0 0] matching following query criteria: sdcType=VF, customizationUUID=15698c34-3698-4376-98ab-e32d92ab1ae6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T12:47:05.901Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.901Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.901Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a2772ac4-5809-45e8-9e18-5858e3125797: vFW 22080bdf-ade0
2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.902Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.903Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.904Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:47:05.904Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 12-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:47:05.904Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-18 12-44-47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:47:06.156Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 22080bdf-ade0 6adde0cb-0e8b-42a5-903f-c3bf3ad1e770 1 ASDC deployResourceStructure
2022-11-18T12:47:06.157Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json ASDC sendASDCNotification
2022-11-18T12:47:06.157Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json
2022-11-18T12:47:06.157Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:47:06.158Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:06.160Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:06.161Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775626157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T12:47:06.261Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:06.262Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:06.262Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:06.277Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:06.278Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:47:07.165Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T12:47:07.166Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml
2022-11-18T12:47:07.166Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:47:07.166Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:07.168Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:07.168Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775627165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T12:47:07.268Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:07.269Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:07.269Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:07.282Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:07.283Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:47:08.169Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T12:47:08.170Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env
2022-11-18T12:47:08.170Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:47:08.170Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:08.172Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:08.173Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775628169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T12:47:08.273Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:08.274Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:08.274Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:08.298Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:08.299Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar ASDC sendASDCNotification
2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar
2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:47:09.178Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:09.181Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:09.181Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775629174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:47:09.281Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:09.282Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:09.282Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:09.294Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:09.294Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:47:10.183Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:47:10.204Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:47:10.208Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T12:47:10.208Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:47:10.209Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:47:10.210Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:47:10.215Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T12:47:40.216Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T12:47:40.229Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c55cd01-1e5c-4676-887d-321b1cf05d54 and serviceModelVersionId: a2772ac4-5809-45e8-9e18-5858e3125797
2022-11-18T12:47:40.229Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c8ecded-556d-4252-845c-d5d4a7d318f0
2022-11-18T12:47:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:47:49.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:47:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:49.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:49.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:47:49.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:47:49.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:47:55.066Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0
2022-11-18T12:47:55.186Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T12:47:55.701Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|INFO|500||Invoke
2022-11-18T12:47:55.708Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c55cd01-1e5c-4676-887d-321b1cf05d54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23c96f78-ae55-47cf-8157-d0b9dccd65b4], X-ECOMP-RequestID=[6c55cd01-1e5c-4676-887d-321b1cf05d54], X-TransactionId=[], X-ONAP-RequestID=[6c55cd01-1e5c-4676-887d-321b1cf05d54], Content-Type=[application/merge-patch+json]}
2022-11-18T12:47:55.819Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T12:47:56.018Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?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/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-12:47:56:311-60163], vertex-id=[188520], Content-Length=[0], Date=[Fri, 18 Nov 2022 12:47:56 GMT], Content-Type=[application/json]}
2022-11-18T12:47:56.019Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T12:47:56.020Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c8ecded-556d-4252-845c-d5d4a7d318f0/model-vers/model-ver/a2772ac4-5809-45e8-9e18-5858e3125797?depth=0|INFO|500||InvokeReturn
2022-11-18T12:47:56.023Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T12:47:56.023Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T12:47:56.041Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T12:47:56.042Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c55cd01-1e5c-4676-887d-321b1cf05d54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T12:47:56.043Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T12:47:56.043Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:47:56.046Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:47:56.047Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775676042,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T12:47:56.147Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:47:56.148Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:47:56.148Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:47:56.161Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:47:56.162Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T12:47:57.062Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:47:57.062Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:47:57.063Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:48:06.643Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:48:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:48:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:48:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:48:49.626Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:48:49.626Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:48:49.627Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:48:49.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:48:49.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "NOTIFIED"
}
2022-11-18T12:48:49.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T12:48:49.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:48:49.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T12:48:49.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:48:49.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775609622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:48:49.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775617821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:48:49.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:49.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775622616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:48:49.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775623728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:48:49.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775624818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775626157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/vfw22080bdfade00_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775627165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:49.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775628169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/resourceInstances/vfw22080bdfade00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T12:48:49.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:49.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T12:48:49.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775629174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118124447/1.0/artifacts/service-Vfw20221118124447-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:48:49.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:48:59.176Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:49:49.622Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:49:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:49:49.624Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:49:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:49:49.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:49:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:49:50.148Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:49:50.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:49:50.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c55cd01-1e5c-4676-887d-321b1cf05d54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775676042,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T12:49:50.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:49:59.198Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:49.622Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:50:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:50:49.623Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:50:49.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:50:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:50.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:50.253Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:50.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775841547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.254Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.254Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6383705-a04a-4fd9-bc22-d1a4ee01efae","serviceName":"basic_onboard_fHlLWc","serviceVersion":"1.0","serviceUUID":"9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb","serviceDescription":"service","serviceInvariantUUID":"0321665f-b32c-47ed-93c7-e64806a97213","resources":[{"resourceInstanceName":"basic_onboard_fHlLWc 0","resourceName":"basic_onboard_fHlLWc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61c6552f-e7d6-46c6-985e-36e2c7ae0e9e","resourceInvariantUUID":"1c6fec5c-d1a9-4b28-83cd-6db28010a2cf","resourceCustomizationUUID":"6d6df98b-518d-4c70-9d09-e0a0ed90bcba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml","artifactChecksum":"NmYyNTgyODA0NjQ0YTQxZWVjOWMwM2U0MTIxMTI0NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"702aac21-ba0b-4b89-b765-72e4262be533","artifactVersion":"1"},{"artifactName":"basic_onboard_fhllwc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json","artifactChecksum":"ZDU5ODJiMjE2NThlMmJlMzM4NmY1MjE2MmQzZDNhMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90e0872e-6fe0-4de4-b5be-613086a80099","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"125c34bd-e9b5-483c-8b4f-49a4e4d73856","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7dce02b3-0f3c-4294-9212-037dc924cabe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"58e63ba9-acab-48d8-8c56-b6c9cf2bbd57","artifactVersion":"2","generatedFromUUID":"125c34bd-e9b5-483c-8b4f-49a4e4d73856"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFhllwc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml","artifactChecksum":"NTliOTk4MTE4ZTljNzI2ZTFiMjdmOTU1MWQ1M2NiMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d36ff09-cc0e-4c24-833a-d0b817b6dbd5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFhllwc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar","artifactChecksum":"NDhhOTZiOGEwZDc0MTFlNGU2Y2ExYmJlOTU3ZDBkN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cbf9cce-fbac-4526-af8e-ea2b980c68ea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T12:50:50.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775839716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775839725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775845272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775841547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775839716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775845272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775839725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775841547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775839716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775845272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:50:50.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775839725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:50:50.258Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:50:50.259Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:50.262Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:50.262Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:50.362Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:50:50.363Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:50.364Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:50.375Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:50.375Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:50:51.263Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:50:51.264Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:51.266Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:51.266Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T12:50:51.366Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:50:51.367Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:51.368Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:51.394Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:51.395Z||pool-20-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:50:52.267Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:50:52.268Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:52.270Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:52.270Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T12:50:52.370Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T12:50:52.371Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:52.371Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:52.382Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:52.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:50:53.271Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:50:53.273Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:53.275Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:53.275Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:53.377Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T12:50:53.378Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:53.378Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:53.390Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:53.390Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1}
2022-11-18T12:50:54.276Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:50:54.277Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:54.279Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:54.280Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T12:50:54.380Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:50:54.381Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:54.381Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:54.402Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:54.402Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:50:55.280Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:50:55.281Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:55.284Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:55.285Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:50:55.384Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T12:50:55.385Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:55.385Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:55.398Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:55.398Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:50:56.285Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T12:50:56.286Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:56.289Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:56.289Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:50:56.389Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:50:56.390Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:56.390Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:56.400Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:56.401Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:50:57.291Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"serviceName": "basic_onboard_fHlLWc",
"serviceVersion": "1.0",
"serviceUUID": "9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb",
"serviceDescription": "service",
"serviceInvariantUUID": "0321665f-b32c-47ed-93c7-e64806a97213",
"resources": [
{
"resourceInstanceName": "basic_onboard_fHlLWc 0",
"resourceCustomizationUUID": "6d6df98b-518d-4c70-9d09-e0a0ed90bcba",
"resourceName": "basic_onboard_fHlLWc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "61c6552f-e7d6-46c6-985e-36e2c7ae0e9e",
"resourceInvariantUUID": "1c6fec5c-d1a9-4b28-83cd-6db28010a2cf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fhllwc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"artifactChecksum": "ZDU5ODJiMjE2NThlMmJlMzM4NmY1MjE2MmQzZDNhMGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "90e0872e-6fe0-4de4-b5be-613086a80099",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "125c34bd-e9b5-483c-8b4f-49a4e4d73856",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "58e63ba9-acab-48d8-8c56-b6c9cf2bbd57",
"generatedFromUUID": "125c34bd-e9b5-483c-8b4f-49a4e4d73856"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "58e63ba9-acab-48d8-8c56-b6c9cf2bbd57",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFhllwc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"artifactChecksum": "NDhhOTZiOGEwZDc0MTFlNGU2Y2ExYmJlOTU3ZDBkN2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cbf9cce-fbac-4526-af8e-ea2b980c68ea"
}
],
"workloadContext": "Production"
}
2022-11-18T12:50:57.291Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T12:50:57.292Z|6c55cd01-1e5c-4676-887d-321b1cf05d54|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb ASDC
2022-11-18T12:50:57.292Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b6383705-a04a-4fd9-bc22-d1a4ee01efae
ServiceName:basic_onboard_fHlLWc
ServiceVersion:1.0
ServiceUUID:9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb
ServiceInvariantUUID:0321665f-b32c-47ed-93c7-e64806a97213
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFhllwc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar
ArtifactUUID:6cbf9cce-fbac-4526-af8e-ea2b980c68ea
ArtifactChecksum:NDhhOTZiOGEwZDc0MTFlNGU2Y2ExYmJlOTU3ZDBkN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_fHlLWc 0
ResourceCustomizationUUID:6d6df98b-518d-4c70-9d09-e0a0ed90bcba
ResourceInvariantUUID:1c6fec5c-d1a9-4b28-83cd-6db28010a2cf
ResourceName:basic_onboard_fHlLWc
ResourceType:VF
ResourceUUID:61c6552f-e7d6-46c6-985e-36e2c7ae0e9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fhllwc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json
ArtifactUUID:90e0872e-6fe0-4de4-b5be-613086a80099
ArtifactChecksum:ZDU5ODJiMjE2NThlMmJlMzM4NmY1MjE2MmQzZDNhMGE=
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/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:125c34bd-e9b5-483c-8b4f-49a4e4d73856
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/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env
ArtifactUUID:58e63ba9-acab-48d8-8c56-b6c9cf2bbd57
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/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env
ArtifactUUID:58e63ba9-acab-48d8-8c56-b6c9cf2bbd57
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T12:50:57.293Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:50:57.329Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T12:50:57.330Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T12:50:57.330Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T12:50:57.330Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6cbf9cce-fbac-4526-af8e-ea2b980c68ea from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:57.331Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:50:57.331Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:57.480Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:50:57.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar 6cbf9cce-fbac-4526-af8e-ea2b980c68ea 75297
2022-11-18T12:50:57.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar ASDC sendASDCNotification
2022-11-18T12:50:57.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:57.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:50:57.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:50:57.487Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:50:57.487Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775857484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:50:57.587Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:50:57.588Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:50:57.588Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:50:57.600Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:50:57.600Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:50:58.488Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T12:50:58.489Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-18T12:50:58.489Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6cbf9cce-fbac-4526-af8e-ea2b980c68ea, URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar to file: /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:58.489Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:58.490Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:58.490Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:58.649Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11317066986107917505/Definitions/service-BasicOnboardFhllwc-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-18T12:50:59.958Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T12:50:59.959Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T12:50:59.959Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fHlLWc 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.960Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-18T12:50:59.961Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T12:50:59.962Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:50:59.963Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.964Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is not matching search criteria
2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T12:50:59.965Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.966Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:50:59.967Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.968Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is not matching search criteria
2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13042d96-1bbd-4620-b0fe-a5dcf2142b87
2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.969Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:50:59.970Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:50:59.971Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:50:59.971Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_fHlLWc
Description:service
Model UUID:9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb
Model Version:NULL
Model InvariantUuid:0321665f-b32c-47ed-93c7-e64806a97213
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_fHlLWc
Model UUID:9428630e-14a3-44c7-a50a-1c4fe97aae6c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c6fec5c-d1a9-4b28-83cd-6db28010a2cf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6d6df98b-518d-4c70-9d09-e0a0ed90bcba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:44e6351e-381d-4d48-8898-af9b7fd0050e
ModelName:BasicOnboardFhllwc..base_ubuntu18..module-0
ModelUuid:daf790bc-cdbc-4bbd-a93a-af1834dcd0e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:13042d96-1bbd-4620-b0fe-a5dcf2142b87
ModelInvariantUuid:a2f1a38a-903b-4b87-b6fe-2088c51e00b0
ModelName:basic_onboard_fHlLWc-nodes.ubuntu18Cvfc
ModelUuid:6033b5f4-f9b8-49ab-9230-5416f27ecd03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e1911892-2cfa-4155-bdf9-0ce2e584ea36
ModelInvariantUuid:9c54ec21-2d55-48c1-9e17-3a141f6f24b5
ModelName:BasicOnboardFhllwc.compute.nodes.heat.ubuntu18
ModelUuid:521e2629-3ad0-452a-8e72-0c6162c97f4b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T12:51:00.007Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T12:51:00.011Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||basic_onboard_fHlLWc 0
2022-11-18T12:51:00.011Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e
2022-11-18T12:51:00.012Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90e0872e-6fe0-4de4-b5be-613086a80099 from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json
2022-11-18T12:51:00.012Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:51:00.012Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json
2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json 90e0872e-6fe0-4de4-b5be-613086a80099 798
2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json ASDC sendASDCNotification
2022-11-18T12:51:00.136Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json
2022-11-18T12:51:00.137Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:51:00.137Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:51:00.139Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:51:00.139Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775860136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:51:00.239Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:51:00.240Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:51:00.240Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:00.250Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:00.251Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:51:01.140Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFhllwc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "44e6351e-381d-4d48-8898-af9b7fd0050e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "daf790bc-cdbc-4bbd-a93a-af1834dcd0e0",
"vfModuleModelCustomizationUUID": "ba7b2d72-8365-4dc5-b972-a433a8d93fb1",
"isBase": true,
"artifacts": [
"125c34bd-e9b5-483c-8b4f-49a4e4d73856",
"58e63ba9-acab-48d8-8c56-b6c9cf2bbd57"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T12:51:01.145Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFhllwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daf790bc-cdbc-4bbd-a93a-af1834dcd0e0
VfModuleModelInvariantUUID:44e6351e-381d-4d48-8898-af9b7fd0050e
VfModuleModelDescription:NULL
Artifacts UUID List:{
125c34bd-e9b5-483c-8b4f-49a4e4d73856
,
58e63ba9-acab-48d8-8c56-b6c9cf2bbd57
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T12:51:01.147Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFhllwc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "44e6351e-381d-4d48-8898-af9b7fd0050e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "daf790bc-cdbc-4bbd-a93a-af1834dcd0e0",
"vfModuleModelCustomizationUUID": "ba7b2d72-8365-4dc5-b972-a433a8d93fb1",
"isBase": true,
"artifacts": [
"125c34bd-e9b5-483c-8b4f-49a4e4d73856",
"58e63ba9-acab-48d8-8c56-b6c9cf2bbd57"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFhllwc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daf790bc-cdbc-4bbd-a93a-af1834dcd0e0
VfModuleModelInvariantUUID:44e6351e-381d-4d48-8898-af9b7fd0050e
VfModuleModelDescription:NULL
Artifacts UUID List:{
125c34bd-e9b5-483c-8b4f-49a4e4d73856
,
58e63ba9-acab-48d8-8c56-b6c9cf2bbd57
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 125c34bd-e9b5-483c-8b4f-49a4e4d73856 from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml
2022-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:51:01.148Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml
2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml 125c34bd-e9b5-483c-8b4f-49a4e4d73856 5033
2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T12:51:01.234Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml
2022-11-18T12:51:01.235Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:51:01.235Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:51:01.237Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:51:01.237Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775861234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:51:01.337Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:51:01.338Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:51:01.338Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:01.348Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:01.349Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:51:02.238Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 from URL: /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env
2022-11-18T12:51:02.239Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-18T12:51:02.239Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env
2022-11-18T12:51:02.316Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env 58e63ba9-acab-48d8-8c56-b6c9cf2bbd57 909
2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env
2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T12:51:02.317Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:51:02.319Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:51:02.319Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775862317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:51:02.419Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T12:51:02.420Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:51:02.421Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:02.451Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:02.452Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:51:03.320Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb
2022-11-18T12:51:03.322Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fHlLWc 0 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T12:51:03.336Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49f33b8c, org.onap.sdc.toscaparser.api.parameters.Input@4a864beb, org.onap.sdc.toscaparser.api.parameters.Input@5689217d, org.onap.sdc.toscaparser.api.parameters.Input@70a6ebbd, org.onap.sdc.toscaparser.api.parameters.Input@20d9817e]
2022-11-18T12:51:03.337Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.338Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.338Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-18T12:51:03.338Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6d6df98b-518d-4c70-9d09-e0a0ed90bcba
2022-11-18T12:51:03.339Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d6df98b-518d-4c70-9d09-e0a0ed90bcba matches Tosca VF Customization UUID: 6d6df98b-518d-4c70-9d09-e0a0ed90bcba
2022-11-18T12:51:03.339Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6d6df98b-518d-4c70-9d09-e0a0ed90bcba matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T12:51:03.341Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.341Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.342Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6d6df98b-518d-4c70-9d09-e0a0ed90bcba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T12:51:03.342Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d9ef64
2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba7b2d72-8365-4dc5-b972-a433a8d93fb1
2022-11-18T12:51:03.343Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba7b2d72-8365-4dc5-b972-a433a8d93fb1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T12:51:03.346Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.346Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:51:03.346Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:51:03.347Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.347Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:51:03.348Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:51:03.348Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.348Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is not matching search criteria
2022-11-18T12:51:03.349Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T12:51:03.349Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T12:51:03.349Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13042d96-1bbd-4620-b0fe-a5dcf2142b87
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T12:51:03.352Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.352Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:51:03.353Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T12:51:03.353Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.353Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fHlLWc 0 is matching search criteria
2022-11-18T12:51:03.354Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fHlLWc 0] matching following query criteria: sdcType=VF, customizationUUID=6d6df98b-518d-4c70-9d09-e0a0ed90bcba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T12:51:03.356Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.356Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.357Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb: basic_onboard_fHlLWc
2022-11-18T12:51:03.357Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.357Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.360Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.361Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.362Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T12:51:03.362Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fHlLWc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T12:51:03.362Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_fHlLWc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:51:03.448Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fHlLWc 61c6552f-e7d6-46c6-985e-36e2c7ae0e9e 1 ASDC deployResourceStructure
2022-11-18T12:51:03.448Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json ASDC sendASDCNotification
2022-11-18T12:51:03.449Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json
2022-11-18T12:51:03.449Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:51:03.449Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:51:03.451Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:51:03.451Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775863448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T12:51:03.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:51:03.552Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:51:03.553Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:03.564Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:03.565Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:51:04.452Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T12:51:04.452Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml
2022-11-18T12:51:04.452Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:51:04.453Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:51:04.455Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:51:04.455Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775864452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T12:51:04.555Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:51:04.556Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:51:04.556Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:04.571Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:04.571Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:51:05.456Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T12:51:05.456Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env
2022-11-18T12:51:05.457Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:51:05.457Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:51:05.459Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:51:05.459Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775865456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T12:51:05.559Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:51:05.560Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:51:05.560Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:05.574Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:05.575Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T12:51:06.460Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar ASDC sendASDCNotification
2022-11-18T12:51:06.461Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar
2022-11-18T12:51:06.461Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T12:51:06.461Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:51:06.463Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:51:06.463Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775866460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:51:06.564Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:51:06.564Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:51:06.564Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:06.579Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:06.579Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T12:51:07.465Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:51:07.482Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:51:07.484Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T12:51:07.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T12:51:07.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T12:51:37.485Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:51:37.494Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:51:37.496Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T12:51:37.496Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T12:51:37.496Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T12:51:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:51:49.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:51:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:51:49.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:51:49.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T12:51:49.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775841547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:51:49.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:07.497Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:52:07.508Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:52:07.510Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T12:52:07.510Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T12:52:07.510Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T12:52:37.511Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:52:37.519Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:52:37.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T12:52:37.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T12:52:37.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T12:52:49.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:52:49.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:52:49.627Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:52:50.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:52:50.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775839716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775845272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775839725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775841547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775839716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775845272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775839725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775841547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775839716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775845272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775839725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775839716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "ves-openapi-manager",
"timestamp": 1668775841547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775845272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775839725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775854899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775855395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775855421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775854461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "cds",
"timestamp": 1668775856432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:52:50.188Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae
2022-11-18T12:52:50.188Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:52:50.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775854461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775849622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775854461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775857484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775854461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775854461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775859697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:52:50.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775854461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T12:52:50.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668775860709,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:52:50.209Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae
2022-11-18T12:52:50.209Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:52:50.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775860136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775854461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T12:52:50.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-18T12:52:50.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775861234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775862241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775862379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:52:50.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775862317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775863343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "aai-ml",
"timestamp": 1668775863384,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:52:50.233Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae
2022-11-18T12:52:50.233Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:52:50.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775863448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T12:52:50.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775864398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T12:52:50.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775864452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T12:52:50.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775865432,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:52:50.252Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6383705-a04a-4fd9-bc22-d1a4ee01efae
2022-11-18T12:52:50.252Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6383705-a04a-4fd9-bc22-d1a4ee01efae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T12:52:50.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775865456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T12:52:50.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668775866447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/resourceInstances/basic_onboard_fhllwc0/artifacts/basic_onboard_fhllwc0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T12:52:50.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:52:50.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:52:50.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668775866460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhllwc/1.0/artifacts/service-BasicOnboardFhllwc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T12:52:50.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:53:07.521Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:53:07.533Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:53:07.537Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:53:07.538Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T12:53:07.538Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T12:53:07.543Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T12:53:37.543Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T12:53:37.550Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6383705-a04a-4fd9-bc22-d1a4ee01efae and serviceModelVersionId: 9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb
2022-11-18T12:53:37.551Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0321665f-b32c-47ed-93c7-e64806a97213
2022-11-18T12:53:37.551Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0
2022-11-18T12:53:37.559Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T12:53:37.613Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|INFO|500||Invoke
2022-11-18T12:53:37.613Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6383705-a04a-4fd9-bc22-d1a4ee01efae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c76ed78b-20b8-4612-8287-b55254b08349], X-ECOMP-RequestID=[b6383705-a04a-4fd9-bc22-d1a4ee01efae], X-TransactionId=[], X-ONAP-RequestID=[b6383705-a04a-4fd9-bc22-d1a4ee01efae], Content-Type=[application/merge-patch+json]}
2022-11-18T12:53:37.639Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T12:53:37.803Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?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/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-12:53:38:130-79748], vertex-id=[151640], Content-Length=[0], Date=[Fri, 18 Nov 2022 12:53:38 GMT], Content-Type=[application/json]}
2022-11-18T12:53:37.803Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T12:53:37.804Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0321665f-b32c-47ed-93c7-e64806a97213/model-vers/model-ver/9ec8f673-41f6-42a8-b48b-0fb0fce3e7cb?depth=0|INFO|500||InvokeReturn
2022-11-18T12:53:37.804Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T12:53:37.804Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6383705-a04a-4fd9-bc22-d1a4ee01efae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T12:53:37.809Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-18T12:53:37.812Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T12:53:37.812Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776017809,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T12:53:37.912Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T12:53:37.913Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T12:53:37.914Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T12:53:37.931Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:53:37.932Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T12:53:38.831Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:53:38.831Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:53:38.831Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:53:49.153Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:53:49.154Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:53:49.155Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:53:49.155Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:53:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:53:49.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:53:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:53:50.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:53:50.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T12:53:50.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6383705-a04a-4fd9-bc22-d1a4ee01efae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776017809,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T12:53:50.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T12:53:58.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:53:58.705Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:53:58.706Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:53:58.706Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:54:08.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:54:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:54:49.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:54:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:54:49.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:54:49.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:54:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:54:59.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:54:59.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:55:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:55:49.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:55:49.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:55:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:55:49.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:55:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:55:59.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:55:59.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:56:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:56:49.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:56:49.624Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:56:49.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:56:49.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:56:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:56:59.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:56:59.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:57:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:57:49.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:57:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:57:49.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:57:49.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:57:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:57:59.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:57:59.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:58:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:58:49.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:58:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:58:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:58:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:58:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:58:59.191Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:58:59.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:59:49.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:59:49.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:59:49.623Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:59:49.624Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T12:59:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T12:59:49.625Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|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 fbB3oYJJtYnhfEed) ...
2022-11-18T12:59:59.174Z|b6383705-a04a-4fd9-bc22-d1a4ee01efae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T12:59:59.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:00:49.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T13:00:49.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T13:00:49.623Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:00:49.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T13:00:49.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T13:00:49.625Z||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 fbB3oYJJtYnhfEed) ...
2022-11-18T13:00:50.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:00:50.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668776434461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "cds",
"timestamp": 1668776430271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668776434461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "cds",
"timestamp": 1668776430271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T13:00:50.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668776439725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "cds",
"timestamp": 1668776440576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T13:00:50.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T13:00:50.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "aai-ml",
"timestamp": 1668776439716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668776439725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T13:00:50.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "cds",
"timestamp": 1668776441594,
"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-11-18T13:00:50.201Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9939e43-e4be-41a1-bc10-d8277147565a
2022-11-18T13:00:50.202Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9939e43-e4be-41a1-bc10-d8277147565a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T13:00:50.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "aai-ml",
"timestamp": 1668776439716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T13:00:50.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668776442604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T13:00:50.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "aai-ml",
"timestamp": 1668776442452,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T13:00:50.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "ves-openapi-manager",
"timestamp": 1668776441547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "ves-openapi-manager",
"timestamp": 1668776441547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668776445497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T13:00:50.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T13:00:50.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668776446510,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T13:00:50.225Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9939e43-e4be-41a1-bc10-d8277147565a
2022-11-18T13:00:50.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9939e43-e4be-41a1-bc10-d8277147565a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T13:00:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "aai-ml",
"timestamp": 1668776446607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T13:00:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T13:00:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "aai-ml",
"timestamp": 1668776447611,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T13:00:50.243Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9939e43-e4be-41a1-bc10-d8277147565a
2022-11-18T13:00:50.243Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9939e43-e4be-41a1-bc10-d8277147565a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "cds",
"timestamp": 1668776445273,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "cds",
"timestamp": 1668776445273,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-18T13:00:50.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:00:50.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T13:00:50.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9939e43-e4be-41a1-bc10-d8277147565a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6a752d43-b6a4-446d-815e-97fd52de9f6f","serviceDescription":"service","serviceInvariantUUID":"35e97d9b-ec1c-4298-af2a-625d7e06d744","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"edd8918d-b379-4260-bd7c-2bf4f43b18c2","resourceInvariantUUID":"a8687664-9ede-4343-925d-6fa247332c45","resourceCustomizationUUID":"67a1c6d7-f986-4280-959e-afb4386c07bb","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":"NGExYWM2Y2I0OGJhNWE1NmNjMTZkZTQyZjJjMWNjMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fb8018d-cadc-42dc-a24e-26bae138c73b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjU3YjJiMTljY2E2ZTkzMzhlYmM4MDg0NjlhNjhjZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a33472d1-7571-4d04-8faf-63f26a6f4723","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T13:00:50.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:00:50.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:00:50.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:00:50.268Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:00:50.370Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T13:00:50.371Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:00:50.372Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:00:50.387Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:00:50.387Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-18T13:00:51.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:00:51.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:00:51.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:00:51.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T13:00:51.371Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:00:51.372Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:00:51.372Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:00:51.386Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:00:51.387Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T13:00:52.273Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "6a752d43-b6a4-446d-815e-97fd52de9f6f",
"serviceDescription": "service",
"serviceInvariantUUID": "35e97d9b-ec1c-4298-af2a-625d7e06d744",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "67a1c6d7-f986-4280-959e-afb4386c07bb",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "edd8918d-b379-4260-bd7c-2bf4f43b18c2",
"resourceInvariantUUID": "a8687664-9ede-4343-925d-6fa247332c45",
"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": "YjU3YjJiMTljY2E2ZTkzMzhlYmM4MDg0NjlhNjhjZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a33472d1-7571-4d04-8faf-63f26a6f4723"
}
],
"workloadContext": "Production"
}
2022-11-18T13:00:52.273Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T13:00:52.273Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a752d43-b6a4-446d-815e-97fd52de9f6f ASDC
2022-11-18T13:00:52.274Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a9939e43-e4be-41a1-bc10-d8277147565a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6a752d43-b6a4-446d-815e-97fd52de9f6f
ServiceInvariantUUID:35e97d9b-ec1c-4298-af2a-625d7e06d744
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:a33472d1-7571-4d04-8faf-63f26a6f4723
ArtifactChecksum:YjU3YjJiMTljY2E2ZTkzMzhlYmM4MDg0NjlhNjhjZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:67a1c6d7-f986-4280-959e-afb4386c07bb
ResourceInvariantUUID:a8687664-9ede-4343-925d-6fa247332c45
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:edd8918d-b379-4260-bd7c-2bf4f43b18c2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-18T13:00:52.275Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a752d43-b6a4-446d-815e-97fd52de9f6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T13:00:52.310Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a33472d1-7571-4d04-8faf-63f26a6f4723 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-18T13:00:52.311Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T13:00:52.415Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-18T13:00:52.418Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a33472d1-7571-4d04-8faf-63f26a6f4723 57658
2022-11-18T13:00:52.418Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T13:00:52.418Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T13:00:52.419Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T13:00:52.419Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:00:52.421Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:00:52.421Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776452418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T13:00:52.521Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:00:52.522Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:00:52.523Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:00:52.536Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:00:52.536Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T13:00:53.422Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T13:00:53.423Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-18T13:00:53.423Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a33472d1-7571-4d04-8faf-63f26a6f4723, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:53.424Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-18T13:00:53.424Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:53.424Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:53.613Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1554724167441352847/Definitions/service-BasicNetwork-template.yml
2022-11-18T13:00:54.106Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.107Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T13:00:54.108Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T13:00:54.109Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.110Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.111Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:6a752d43-b6a4-446d-815e-97fd52de9f6f
Model Version:NULL
Model InvariantUuid:35e97d9b-ec1c-4298-af2a-625d7e06d744
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a8687664-9ede-4343-925d-6fa247332c45
Model UUID:fdab637a-9f5b-41e5-b1b9-9d45bc61391a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:67a1c6d7-f986-4280-959e-afb4386c07bb
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T13:00:54.119Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: edd8918d-b379-4260-bd7c-2bf4f43b18c2
2022-11-18T13:00:54.119Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||No resources found for Service: 6a752d43-b6a4-446d-815e-97fd52de9f6f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T13:00:54.124Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||
2022-11-18T13:00:54.124Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-18T13:00:54.125Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6a752d43-b6a4-446d-815e-97fd52de9f6f
2022-11-18T13:00:54.125Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6a752d43-b6a4-446d-815e-97fd52de9f6f
2022-11-18T13:00:54.126Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-18T13:00:54.126Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T13:00:54.130Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d0b82db, org.onap.sdc.toscaparser.api.parameters.Input@676ed9ca, org.onap.sdc.toscaparser.api.parameters.Input@708a19e7, org.onap.sdc.toscaparser.api.parameters.Input@4e49c243, org.onap.sdc.toscaparser.api.parameters.Input@6f758c0b]
2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.132Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.133Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6a752d43-b6a4-446d-815e-97fd52de9f6f: Generic NeutronNet
2022-11-18T13:00:54.133Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.133Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.134Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.134Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-18T13:00:54.160Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.161Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.161Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.161Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.162Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:00:54.162Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:00:54.162Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T13:00:54.222Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:00:54.224Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:00:54.224Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776454222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T13:00:54.324Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:00:54.325Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:00:54.325Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:00:54.337Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:00:54.338Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T13:00:55.225Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9939e43-e4be-41a1-bc10-d8277147565a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T13:00:55.272Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9939e43-e4be-41a1-bc10-d8277147565a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T13:00:55.276Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T13:00:55.276Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T13:00:55.277Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T13:00:55.299Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T13:01:25.300Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9939e43-e4be-41a1-bc10-d8277147565a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T13:01:25.306Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9939e43-e4be-41a1-bc10-d8277147565a and serviceModelVersionId: 6a752d43-b6a4-446d-815e-97fd52de9f6f
2022-11-18T13:01:25.306Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35e97d9b-ec1c-4298-af2a-625d7e06d744
2022-11-18T13:01:25.307Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0
2022-11-18T13:01:25.312Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T13:01:25.366Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|INFO|500||Invoke
2022-11-18T13:01:25.366Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9939e43-e4be-41a1-bc10-d8277147565a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b5eae80-abe9-4c02-ba2e-76e8b99953f0], X-ECOMP-RequestID=[a9939e43-e4be-41a1-bc10-d8277147565a], X-TransactionId=[], X-ONAP-RequestID=[a9939e43-e4be-41a1-bc10-d8277147565a], Content-Type=[application/merge-patch+json]}
2022-11-18T13:01:25.392Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T13:01:25.556Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?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/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-13:01:25:888-77299], vertex-id=[454792], Content-Length=[0], Date=[Fri, 18 Nov 2022 13:01:25 GMT], Content-Type=[application/json]}
2022-11-18T13:01:25.556Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T13:01:25.557Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e97d9b-ec1c-4298-af2a-625d7e06d744/model-vers/model-ver/6a752d43-b6a4-446d-815e-97fd52de9f6f?depth=0|INFO|500||InvokeReturn
2022-11-18T13:01:25.558Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T13:01:25.558Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T13:01:25.562Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T13:01:25.563Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9939e43-e4be-41a1-bc10-d8277147565a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T13:01:25.563Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T13:01:25.563Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:25.565Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:25.565Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a9939e43-e4be-41a1-bc10-d8277147565a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776485563,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T13:01:25.665Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:25.666Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:25.666Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:25.684Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:25.684Z||pool-39-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-11-18T13:01:26.578Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T13:01:26.578Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"25b6dc47-e642-47ce-92aa-5304ba9ada54","serviceName":"Demo_pNF_B5YADkOgoPDYLIs0fkT6","serviceVersion":"1.0","serviceUUID":"86e92735-f995-454d-acea-0ec359b7b828","serviceDescription":"catalog service description","serviceInvariantUUID":"94ba6a49-7a1b-4496-95b8-ce8b0b4447c7","resources":[{"resourceInstanceName":"pNF fee72390-585f 0","resourceName":"pNF fee72390-585f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fc2a1179-0831-43af-8a51-3693935983f8","resourceInvariantUUID":"b030de88-6df8-4280-82a5-c2f847209ef6","resourceCustomizationUUID":"6aac7721-1050-4e20-b14b-89f5719f9772","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml","artifactChecksum":"NTdjYTcxNTU5NzExYTI3ZmU0MzFjMmUzYzU4MjlhNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e43ee8b-9154-422e-a861-24757f33570c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar","artifactChecksum":"NWEzMDM0YTQ2NzRjOWViN2RhNDYwM2U3NjkwOTdhYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b8ae3bf-5103-4ba2-aedd-ef2d43c1d9f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4855e094-4f7e-4d97-9f24-9bde3706d1ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml","artifactChecksum":"MjUwMDMwOTFiZGQ1MmEzODAxNWM2Y2QzZjFkYWYyZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbc66bc1-4cfd-4d8b-b9de-987e53c02502","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d390641e-23f1-4103-9e87-6b995bf671e7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34dfea74-e94b-4935-b2f6-4068eae3b7f2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB5yadkogopdylis0fkt6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml","artifactChecksum":"MmRlMTU4Y2I1OTgyZWRlNTk3OTg2MTM4NDVlMjMyYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7c05f06-3e2b-4b40-95a3-fa1d07a94c6e","artifactVersion":"1"},{"artifactName":"service-DemoPnfB5yadkogopdylis0fkt6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar","artifactChecksum":"NTViNmRiZjdmYmYyMGY4Zjk4ZmUwYmQzYTMyMWNkNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bc06868-fae8-4aad-b1b8-40e5428f2c8f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T13:01:26.579Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:26.579Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:26.581Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:26.581Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:01:26.681Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:26.682Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:26.682Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:26.696Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:26.697Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T13:01:27.581Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:27.582Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:27.584Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:27.584Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:01:27.684Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:27.685Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:27.685Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:27.712Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:27.712Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-18T13:01:28.585Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:28.585Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:28.587Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:28.587Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:01:28.687Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:28.688Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:28.688Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:28.699Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:28.699Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T13:01:29.588Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:29.589Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:29.590Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:29.591Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:01:29.692Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T13:01:29.693Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:29.694Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:29.706Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:29.706Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T13:01:30.591Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:30.592Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:30.594Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:30.594Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:01:30.694Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:30.695Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:30.695Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:30.708Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:30.708Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T13:01:31.595Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:31.595Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:31.597Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:31.597Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/resourceInstances/pnffee72390585f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:01:31.697Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:31.699Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:31.699Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:31.714Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:31.715Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T13:01:32.598Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:32.599Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:32.600Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:32.600Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T13:01:32.700Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:32.701Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:32.702Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:32.713Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:32.714Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T13:01:33.601Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T13:01:33.602Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:33.604Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:33.604Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776449622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T13:01:33.704Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T13:01:33.705Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:33.705Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:33.725Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:33.725Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-18T13:01:34.605Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"serviceName": "Demo_pNF_B5YADkOgoPDYLIs0fkT6",
"serviceVersion": "1.0",
"serviceUUID": "86e92735-f995-454d-acea-0ec359b7b828",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "94ba6a49-7a1b-4496-95b8-ce8b0b4447c7",
"resources": [
{
"resourceInstanceName": "pNF fee72390-585f 0",
"resourceCustomizationUUID": "6aac7721-1050-4e20-b14b-89f5719f9772",
"resourceName": "pNF fee72390-585f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "fc2a1179-0831-43af-8a51-3693935983f8",
"resourceInvariantUUID": "b030de88-6df8-4280-82a5-c2f847209ef6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfB5yadkogopdylis0fkt6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar",
"artifactChecksum": "NTViNmRiZjdmYmYyMGY4Zjk4ZmUwYmQzYTMyMWNkNTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0bc06868-fae8-4aad-b1b8-40e5428f2c8f"
}
],
"workloadContext": "Production"
}
2022-11-18T13:01:34.605Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T13:01:34.605Z|a9939e43-e4be-41a1-bc10-d8277147565a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86e92735-f995-454d-acea-0ec359b7b828 ASDC
2022-11-18T13:01:34.605Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:25b6dc47-e642-47ce-92aa-5304ba9ada54
ServiceName:Demo_pNF_B5YADkOgoPDYLIs0fkT6
ServiceVersion:1.0
ServiceUUID:86e92735-f995-454d-acea-0ec359b7b828
ServiceInvariantUUID:94ba6a49-7a1b-4496-95b8-ce8b0b4447c7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
ArtifactUUID:0bc06868-fae8-4aad-b1b8-40e5428f2c8f
ArtifactChecksum:NTViNmRiZjdmYmYyMGY4Zjk4ZmUwYmQzYTMyMWNkNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fee72390-585f 0
ResourceCustomizationUUID:6aac7721-1050-4e20-b14b-89f5719f9772
ResourceInvariantUUID:b030de88-6df8-4280-82a5-c2f847209ef6
ResourceName:pNF fee72390-585f
ResourceType:PNF
ResourceUUID:fc2a1179-0831-43af-8a51-3693935983f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-18T13:01:34.606Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86e92735-f995-454d-acea-0ec359b7b828 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T13:01:34.669Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T13:01:34.669Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0bc06868-fae8-4aad-b1b8-40e5428f2c8f from URL: /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-18T13:01:34.670Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:34.860Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-18T13:01:34.868Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar 0bc06868-fae8-4aad-b1b8-40e5428f2c8f 87777
2022-11-18T13:01:34.868Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar ASDC sendASDCNotification
2022-11-18T13:01:34.869Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:34.869Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T13:01:34.869Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-18T13:01:34.871Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T13:01:34.871Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25b6dc47-e642-47ce-92aa-5304ba9ada54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668776494868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T13:01:34.972Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T13:01:34.972Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T13:01:34.972Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fbB3oYJJtYnhfEed) ...
2022-11-18T13:01:34.984Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T13:01:34.985Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T13:01:35.872Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T13:01:35.873Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-18T13:01:35.874Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0bc06868-fae8-4aad-b1b8-40e5428f2c8f, URL: /sdc/v1/catalog/services/DemoPnfB5yadkogopdylis0fkt6/1.0/artifacts/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar to file: /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:35.875Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:35.875Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:35.876Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:35.975Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15821075094894016251/Definitions/service-DemoPnfB5yadkogopdylis0fkt6-template.yml
2022-11-18T13:01:36.769Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T13:01:36.770Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-18T13:01:36.770Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.770Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||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-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||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-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||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-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fee72390-585f 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-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.771Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||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-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfB5yadkogopdylis0fkt6-csar.csar
2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Node template pNF fee72390-585f 0 is matching search criteria
2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-18T13:01:36.772Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF fee72390-585f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Node template pNF fee72390-585f 0 is matching search criteria
2022-11-18T13:01:36.773Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF fee72390-585f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.774Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.775Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.776Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.776Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.776Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_B5YADkOgoPDYLIs0fkT6
Description:catalog service description
Model UUID:86e92735-f995-454d-acea-0ec359b7b828
Model Version:NULL
Model InvariantUuid:94ba6a49-7a1b-4496-95b8-ce8b0b4447c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T13:01:36.783Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: fc2a1179-0831-43af-8a51-3693935983f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T13:01:36.785Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||pNF fee72390-585f 0
2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fc2a1179-0831-43af-8a51-3693935983f8
2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 86e92735-f995-454d-acea-0ec359b7b828
2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 86e92735-f995-454d-acea-0ec359b7b828
2022-11-18T13:01:36.786Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fee72390-585f 0 fc2a1179-0831-43af-8a51-3693935983f8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1da0795f, org.onap.sdc.toscaparser.api.parameters.Input@27ccd965, org.onap.sdc.toscaparser.api.parameters.Input@60690dd5, org.onap.sdc.toscaparser.api.parameters.Input@51e53c23, org.onap.sdc.toscaparser.api.parameters.Input@4f11cdc1]
2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_B5YADkOgoPDYLIs0fkT6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 86e92735-f995-454d-acea-0ec359b7b828: pNF fee72390-585f
2022-11-18T13:01:36.791Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||INFO|500||Processing PNF resource: fc2a1179-0831-43af-8a51-3693935983f8
2022-11-18T13:01:36.792Z|25b6dc47-e642-47ce-92aa-5304ba9ada54|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery