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-15T03:16:53.607Z||main|||||INFO|500||The following profiles are active: basic
2022-11-15T03:17:04.968Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-15T03:17:04.969Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-15T03:17:05.083Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-15T03:17:08.848Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-15T03:17:09.211Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-15T03:17:09.631Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-15T03:17:09.643Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-15T03:17:09.746Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-15T03:17:10.019Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-15T03:17:10.599Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-15T03:17:12.261Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-15T03:17:14.696Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-15T03:17:14.761Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-15T03:17:15.387Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-15T03:17:15.609Z||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-15T03:17:16.814Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-15T03:17:17.931Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-15T03:17:17.948Z||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$$3b0cdf14.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-15T03:17:17.949Z||main|||||WARN|500||The sdc end point is not alive
2022-11-15T03:17:21.078Z||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-15T03:17:24.009Z||main|||||WARN|500||---
2022-11-15T03:17:24.010Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-15T03:17:24.010Z||main|||||WARN|500||---
2022-11-15T03:17:24.488Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-15T03:17:29.235Z||main|||||INFO|500||Started Application in 38.845 seconds (JVM running for 40.97)
2022-11-15T03:17:29.250Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-15T03:17:29.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-15T03:17:29.264Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-15T03:17:29.288Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-15T03:17:29.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 432d62d9-f82a-46c1-b997-19f43bd45e55 url= /sdc/v1/artifactTypes
2022-11-15T03:17:29.332Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-15T03:17:29.616Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-15T03:17:29.642Z||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-15T03:17:29.663Z||scheduling-1|||||DEBUG|500||create keys
2022-11-15T03:17:29.671Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-15T03:17:29.705Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:17:29.723Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9dd48ef0-6fc8-49c9-9e5c-5b6dcb558cec url= /sdc/v1/registerForDistribution
2022-11-15T03:17:29.829Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9dd48ef0-6fc8-49c9-9e5c-5b6dcb558cec url= /sdc/v1/registerForDistribution
2022-11-15T03:17:29.830Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-15T03:17:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:17:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:17:29.856Z||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-15T03:17:29.856Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:17:29.857Z||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-15T03:17:29.857Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:17:29.861Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-15T03:17:40.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:17:40.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:18:29.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:18:29.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:18:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:18:29.846Z||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-15T03:18:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:18:29.846Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:18:39.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:18:39.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:19:29.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:19:29.846Z||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-15T03:19:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:19:29.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:19:29.847Z||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-15T03:19:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:19:39.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:19:39.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:20:29.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:20:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:20:29.846Z||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-15T03:20:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:20:29.846Z||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-15T03:20:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:20:39.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:20:39.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:21:29.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:21:29.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:21:29.845Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:21:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:21:29.847Z||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-15T03:21:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:21:39.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:21:39.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:22:29.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:22:29.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:22:29.845Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:22:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:22:29.846Z||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-15T03:22:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:22:39.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:22:39.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:23:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:23:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:23:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:23:29.846Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:23:29.846Z||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-15T03:23:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:23:39.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:23:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:24:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:24:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:24:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:24:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:24:29.848Z||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-15T03:24:29.848Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:24:39.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:24:39.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:25:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:25:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:25:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:25:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:25:29.847Z||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-15T03:25:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:25:39.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:25:39.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:26:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:26:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:26:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:26:29.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:26:29.847Z||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-15T03:26:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:26:39.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:26:39.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:27:11.539Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-15T03:27:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:27:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:27:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:27:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:27:29.846Z||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-15T03:27:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:27:39.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:27:39.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:28:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:28:29.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:28:29.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:28:29.846Z||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-15T03:28:29.846Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:28:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:28:39.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:28:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:29:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:29:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:29:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:29:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:29:29.846Z||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-15T03:29:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:29:39.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:29:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:30:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:30:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:30:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:30:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:30:29.846Z||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-15T03:30:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:30:39.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:30:39.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:31:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:31:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:31:29.844Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:31:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:31:29.846Z||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-15T03:31:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:31:39.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:31:39.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:32:29.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:32:29.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:32:29.849Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:32:29.849Z||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-15T03:32:29.849Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:32:29.849Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:32:39.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:32:39.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:33:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:33:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:33:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:33:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:33:29.847Z||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-15T03:33:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:33:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:33:39.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:34:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:34:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:34:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:34:29.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:34:29.846Z||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-15T03:34:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:34:39.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:34:39.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:35:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:35:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:35:29.844Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:35:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:35:29.846Z||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-15T03:35:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:35:39.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:35:39.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:36:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:36:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:36:29.847Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:36:29.847Z||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-15T03:36:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:36:29.847Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:36:39.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:36:39.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:37:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:37:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:37:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:37:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:37:29.846Z||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-15T03:37:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:37:39.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:37:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:38:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:38:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:38:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:38:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:38:29.846Z||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-15T03:38:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:38:39.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:38:39.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:39:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:39:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:39:29.844Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:39:29.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:39:29.846Z||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-15T03:39:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:39:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:39:39.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:40:29.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:40:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:40:29.847Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:40:29.847Z||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-15T03:40:29.847Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:40:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:40:39.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:40:39.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:41:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:41:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:41:29.844Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:41:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:41:29.846Z||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-15T03:41:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:41:39.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:41:39.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:42:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:42:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:42:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:42:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:42:29.846Z||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-15T03:42:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:42:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:42:39.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:43:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:43:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:43:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:43:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:43:29.846Z||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-15T03:43:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:43:39.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:43:39.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:44:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:44:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:44:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:44:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:44:29.847Z||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-15T03:44:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:44:39.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:44:39.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:45:29.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:45:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:45:29.846Z||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-15T03:45:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:45:29.852Z||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-15T03:45:29.852Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:45:39.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:45:39.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:46:29.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:46:29.844Z||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-15T03:46:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:46:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:46:29.846Z||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-15T03:46:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:46:39.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:46:39.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:47:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:47:29.844Z||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-15T03:47:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:47:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:47:29.847Z||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-15T03:47:29.848Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:47:39.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:47:39.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:48:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:48:29.844Z||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-15T03:48:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:48:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:48:29.846Z||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-15T03:48:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:48:39.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:48:39.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:49:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:49:29.844Z||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-15T03:49:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:49:29.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:49:29.846Z||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-15T03:49:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:49:39.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:49:39.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:50:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:50:29.844Z||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-15T03:50:29.844Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:50:29.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:50:29.846Z||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-15T03:50:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:50:39.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:50:39.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:51:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:51:29.844Z||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-15T03:51:29.844Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:51:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:51:29.847Z||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-15T03:51:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:51:39.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:51:39.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:52:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:52:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:52:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:52:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:52:29.847Z||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-15T03:52:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:52:39.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:52:39.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:53:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:53:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:53:29.846Z||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-15T03:53:29.847Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:53:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:53:29.847Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:53:39.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:53:39.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:54:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:54:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:54:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:54:29.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:54:29.846Z||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-15T03:54:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:54:39.400Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:54:39.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:55:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:55:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:55:29.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:55:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:55:29.846Z||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-15T03:55:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:55:39.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:55:39.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:56:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:56:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:56:29.844Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:56:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:56:29.846Z||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-15T03:56:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:56:39.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:56:39.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:57:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:57:29.844Z||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-15T03:57:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:57:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:57:29.847Z||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-15T03:57:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:57:39.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:57:39.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:58:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:58:29.844Z||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-15T03:58:29.844Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:58:29.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:58:29.847Z||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-15T03:58:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:58:39.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:58:39.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:29.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:59:29.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T03:59:29.844Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:29.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T03:59:29.847Z||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-15T03:59:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:30.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:30.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484743817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484747725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484748628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484743817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484747725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484748628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484743817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484747725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484748628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484743817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484748628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484747725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484753613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484743817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484748628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484747725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484753760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484753613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484743817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484748628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484747725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484753760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484753613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484743817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484747725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484748628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484753760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484753613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484753760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484757751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:30.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484756869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484756815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:30.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484757547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:30.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484753613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484753760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484756869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "cds",
"timestamp": 1668484758566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-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-15T03:59:30.289Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b
2022-11-15T03:59:30.307Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b 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-15T03:59:30.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484758834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:30.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484753613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484753760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484756869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484759911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:30.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484753613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484753760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T03:59:30.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484756869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484761011,
"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-15T03:59:30.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b
2022-11-15T03:59:30.349Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b 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-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484756869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484761539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:30.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484762017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T03:59:30.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484756869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484762549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484756869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "policy-id",
"timestamp": 1668484763555,
"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-15T03:59:30.365Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b
2022-11-15T03:59:30.365Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-15T03:59:30.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484764351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484764351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484764351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484764351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484764351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484768932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T03:59:30.378Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T03:59:30.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:30.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T03:59:30.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b669e75-93c5-4f31-8eef-acdfc714ca7b","serviceName":"basic_onboard_CJCqso","serviceVersion":"1.0","serviceUUID":"d10fb359-309b-42a1-9a07-f5fde8d26cec","serviceDescription":"service","serviceInvariantUUID":"46381ab7-5798-4a4d-b260-11c99eb40227","resources":[{"resourceInstanceName":"basic_onboard_CJCqso 0","resourceName":"basic_onboard_CJCqso","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb848ac2-6107-4831-8e05-520dab39543d","resourceInvariantUUID":"18f5ed4a-f43f-4570-875d-f4e444ed1e58","resourceCustomizationUUID":"74b78619-74c9-4e5b-9947-5bcaa2f999f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml","artifactChecksum":"ZThiNGI0OThiMjUyZDhiZWZmZjAwMTAxMjdlY2QzZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66b7c20c-8ebc-490c-8e9b-0dea4a87ab7b","artifactVersion":"1"},{"artifactName":"basic_onboard_cjcqso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json","artifactChecksum":"NzQzMTgxYTU5YjExMjgwN2U1MmE0ODM0Njg5YTk5NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"152eed9b-79eb-40ec-b52a-3d75e5d739ca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62189204-4caa-41c9-8bdd-4fa4a720f527","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9898059-5909-4abe-b3c6-7697d6e5c0c4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"354429bb-b69b-4871-a51e-a03cf983d4ed","artifactVersion":"2","generatedFromUUID":"62189204-4caa-41c9-8bdd-4fa4a720f527"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCjcqso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml","artifactChecksum":"Nzc5Y2Q3YmYwMjIxNzk5MWJmOWU5YTYwYmVlYjU5NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba5e47f1-cd52-4d6a-8cdb-b43c03e64808","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCjcqso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar","artifactChecksum":"NmU4Nzc2ZmUzNTE4NzBlZmZhMTM2NmRlNzU2ZjNmMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac45b97a-a0a8-426d-bb0d-406d47a090c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T03:59:30.479Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T03:59:30.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:30.495Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:30.495Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:30.595Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-15T03:59:30.600Z||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-15T03:59:30.600Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:30.614Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:30.615Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-15T03:59:31.501Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T03:59:31.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:31.504Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:31.504Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T03:59:31.604Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:31.605Z||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-15T03:59:31.605Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:31.619Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:31.620Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:32.504Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T03:59:32.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:32.509Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:32.509Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-15T03:59:32.609Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:32.610Z||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-15T03:59:32.611Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:32.626Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:32.626Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:33.510Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T03:59:33.511Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:33.514Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:33.514Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:33.614Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:33.615Z||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-15T03:59:33.615Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:33.630Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:33.631Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-15T03:59:34.514Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T03:59:34.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:34.517Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:34.517Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-15T03:59:34.618Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:34.619Z||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-15T03:59:34.619Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:34.635Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:34.635Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:35.518Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T03:59:35.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:35.521Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:35.521Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T03:59:35.621Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T03:59:35.622Z||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-15T03:59:35.623Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:35.637Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:35.637Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-15T03:59:36.522Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T03:59:36.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:36.525Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:36.525Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T03:59:36.625Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T03:59:36.626Z||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-15T03:59:36.627Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:36.649Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:36.649Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:37.527Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"serviceName": "basic_onboard_CJCqso",
"serviceVersion": "1.0",
"serviceUUID": "d10fb359-309b-42a1-9a07-f5fde8d26cec",
"serviceDescription": "service",
"serviceInvariantUUID": "46381ab7-5798-4a4d-b260-11c99eb40227",
"resources": [
{
"resourceInstanceName": "basic_onboard_CJCqso 0",
"resourceCustomizationUUID": "74b78619-74c9-4e5b-9947-5bcaa2f999f6",
"resourceName": "basic_onboard_CJCqso",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cb848ac2-6107-4831-8e05-520dab39543d",
"resourceInvariantUUID": "18f5ed4a-f43f-4570-875d-f4e444ed1e58",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cjcqso0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"artifactChecksum": "NzQzMTgxYTU5YjExMjgwN2U1MmE0ODM0Njg5YTk5NGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "152eed9b-79eb-40ec-b52a-3d75e5d739ca",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "62189204-4caa-41c9-8bdd-4fa4a720f527",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "354429bb-b69b-4871-a51e-a03cf983d4ed",
"generatedFromUUID": "62189204-4caa-41c9-8bdd-4fa4a720f527"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "354429bb-b69b-4871-a51e-a03cf983d4ed",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCjcqso-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"artifactChecksum": "NmU4Nzc2ZmUzNTE4NzBlZmZhMTM2NmRlNzU2ZjNmMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac45b97a-a0a8-426d-bb0d-406d47a090c9"
}
],
"workloadContext": "Production"
}
2022-11-15T03:59:37.529Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T03:59:37.530Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d10fb359-309b-42a1-9a07-f5fde8d26cec ASDC
2022-11-15T03:59:37.655Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0b669e75-93c5-4f31-8eef-acdfc714ca7b
ServiceName:basic_onboard_CJCqso
ServiceVersion:1.0
ServiceUUID:d10fb359-309b-42a1-9a07-f5fde8d26cec
ServiceInvariantUUID:46381ab7-5798-4a4d-b260-11c99eb40227
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCjcqso-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar
ArtifactUUID:ac45b97a-a0a8-426d-bb0d-406d47a090c9
ArtifactChecksum:NmU4Nzc2ZmUzNTE4NzBlZmZhMTM2NmRlNzU2ZjNmMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CJCqso 0
ResourceCustomizationUUID:74b78619-74c9-4e5b-9947-5bcaa2f999f6
ResourceInvariantUUID:18f5ed4a-f43f-4570-875d-f4e444ed1e58
ResourceName:basic_onboard_CJCqso
ResourceType:VF
ResourceUUID:cb848ac2-6107-4831-8e05-520dab39543d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cjcqso0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json
ArtifactUUID:152eed9b-79eb-40ec-b52a-3d75e5d739ca
ArtifactChecksum:NzQzMTgxYTU5YjExMjgwN2U1MmE0ODM0Njg5YTk5NGE=
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/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml
ArtifactUUID:62189204-4caa-41c9-8bdd-4fa4a720f527
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/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env
ArtifactUUID:354429bb-b69b-4871-a51e-a03cf983d4ed
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/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env
ArtifactUUID:354429bb-b69b-4871-a51e-a03cf983d4ed
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-15T03:59:37.657Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d10fb359-309b-42a1-9a07-f5fde8d26cec 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-15T03:59:37.714Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T03:59:37.715Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T03:59:37.717Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T03:59:37.717Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac45b97a-a0a8-426d-bb0d-406d47a090c9 from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:37.717Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T03:59:37.719Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:37.823Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T03:59:37.844Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar ac45b97a-a0a8-426d-bb0d-406d47a090c9 71580
2022-11-15T03:59:37.846Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar ASDC sendASDCNotification
2022-11-15T03:59:37.846Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:37.847Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T03:59:37.848Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:37.851Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:37.851Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484777844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:37.951Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:37.953Z||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-15T03:59:37.953Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:37.967Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:37.968Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:38.852Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T03:59:38.853Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T03:59:38.854Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ac45b97a-a0a8-426d-bb0d-406d47a090c9, URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar to file: /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:38.854Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:38.931Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:38.932Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:39.496Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4540465112506019342/Definitions/service-BasicOnboardCjcqso-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-11-15T03:59:41.635Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T03:59:41.641Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CJCqso 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.644Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:41.644Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T03:59:41.650Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.655Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:41.660Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:41.660Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T03:59:41.662Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T03:59:41.664Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.664Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is not matching search criteria
2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is not matching search criteria
2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92a99b30-03e4-43db-922d-2dc477d53988
2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.677Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:41.677Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.677Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:41.678Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:41.678Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:41.678Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CJCqso
Description:service
Model UUID:d10fb359-309b-42a1-9a07-f5fde8d26cec
Model Version:NULL
Model InvariantUuid:46381ab7-5798-4a4d-b260-11c99eb40227
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CJCqso
Model UUID:0928bf20-4e50-4f61-989d-3f178501a209
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:18f5ed4a-f43f-4570-875d-f4e444ed1e58
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74b78619-74c9-4e5b-9947-5bcaa2f999f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:af3439cb-f232-406c-bc2e-ae61eec3c93c
ModelName:BasicOnboardCjcqso..base_ubuntu18..module-0
ModelUuid:5a41913c-47f9-450a-a296-bf78018b7001
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:92a99b30-03e4-43db-922d-2dc477d53988
ModelInvariantUuid:ec8a2997-2820-4ac3-a944-6d44e375dad1
ModelName:basic_onboard_CJCqso-nodes.ubuntu18Cvfc
ModelUuid:92c0367a-98a4-4084-b6e8-26322193152a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:acf46dca-4879-4b2c-995c-65727e37a6e6
ModelInvariantUuid:6ae64434-101b-4250-903f-91c694bb987a
ModelName:BasicOnboardCjcqso.compute.nodes.heat.ubuntu18
ModelUuid:0b91b997-9ee4-4a57-9cae-2b67e605e394
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-15T03:59:41.690Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: cb848ac2-6107-4831-8e05-520dab39543d
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-15T03:59:41.777Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||basic_onboard_CJCqso 0
2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb848ac2-6107-4831-8e05-520dab39543d
2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 152eed9b-79eb-40ec-b52a-3d75e5d739ca from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json
2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json
2022-11-15T03:59:41.836Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T03:59:41.837Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json 152eed9b-79eb-40ec-b52a-3d75e5d739ca 798
2022-11-15T03:59:41.837Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json ASDC sendASDCNotification
2022-11-15T03:59:41.837Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json
2022-11-15T03:59:41.838Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T03:59:41.838Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:41.840Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:41.840Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484781837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:41.941Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:41.942Z||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-15T03:59:41.942Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:41.956Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:41.957Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:42.841Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCjcqso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "af3439cb-f232-406c-bc2e-ae61eec3c93c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a41913c-47f9-450a-a296-bf78018b7001",
"vfModuleModelCustomizationUUID": "146d216b-b3d7-4526-bc1e-2efb73ccbd85",
"isBase": true,
"artifacts": [
"62189204-4caa-41c9-8bdd-4fa4a720f527",
"354429bb-b69b-4871-a51e-a03cf983d4ed"
],
"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-15T03:59:42.855Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCjcqso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a41913c-47f9-450a-a296-bf78018b7001
VfModuleModelInvariantUUID:af3439cb-f232-406c-bc2e-ae61eec3c93c
VfModuleModelDescription:NULL
Artifacts UUID List:{
62189204-4caa-41c9-8bdd-4fa4a720f527
,
354429bb-b69b-4871-a51e-a03cf983d4ed
}
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-15T03:59:42.857Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCjcqso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "af3439cb-f232-406c-bc2e-ae61eec3c93c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a41913c-47f9-450a-a296-bf78018b7001",
"vfModuleModelCustomizationUUID": "146d216b-b3d7-4526-bc1e-2efb73ccbd85",
"isBase": true,
"artifacts": [
"62189204-4caa-41c9-8bdd-4fa4a720f527",
"354429bb-b69b-4871-a51e-a03cf983d4ed"
],
"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-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCjcqso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a41913c-47f9-450a-a296-bf78018b7001
VfModuleModelInvariantUUID:af3439cb-f232-406c-bc2e-ae61eec3c93c
VfModuleModelDescription:NULL
Artifacts UUID List:{
62189204-4caa-41c9-8bdd-4fa4a720f527
,
354429bb-b69b-4871-a51e-a03cf983d4ed
}
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-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 62189204-4caa-41c9-8bdd-4fa4a720f527 from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml
2022-11-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml
2022-11-15T03:59:42.920Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml 62189204-4caa-41c9-8bdd-4fa4a720f527 5033
2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml
2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:42.937Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:42.937Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484782921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:43.024Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-11-15T03:59:43.025Z||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-15T03:59:43.025Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:43.041Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:43.042Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-15T03:59:43.941Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 354429bb-b69b-4871-a51e-a03cf983d4ed from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env
2022-11-15T03:59:43.941Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T03:59:43.942Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env
2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env 354429bb-b69b-4871-a51e-a03cf983d4ed 909
2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env
2022-11-15T03:59:44.006Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T03:59:44.006Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:44.010Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:44.010Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484784005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T03:59:44.111Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:44.112Z||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-15T03:59:44.112Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:44.127Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:44.127Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:45.011Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d10fb359-309b-42a1-9a07-f5fde8d26cec
2022-11-15T03:59:45.013Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CJCqso 0 cb848ac2-6107-4831-8e05-520dab39543d 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-15T03:59:45.039Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e37b1f5, org.onap.sdc.toscaparser.api.parameters.Input@3eeb35cd, org.onap.sdc.toscaparser.api.parameters.Input@55aef0c6, org.onap.sdc.toscaparser.api.parameters.Input@631dda26, org.onap.sdc.toscaparser.api.parameters.Input@501677a9]
2022-11-15T03:59:45.042Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 74b78619-74c9-4e5b-9947-5bcaa2f999f6
2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74b78619-74c9-4e5b-9947-5bcaa2f999f6 matches Tosca VF Customization UUID: 74b78619-74c9-4e5b-9947-5bcaa2f999f6
2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 74b78619-74c9-4e5b-9947-5bcaa2f999f6 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-15T03:59:45.049Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.049Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 74b78619-74c9-4e5b-9947-5bcaa2f999f6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@277ddac4
2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T03:59:45.051Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 146d216b-b3d7-4526-bc1e-2efb73ccbd85
2022-11-15T03:59:45.052Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 146d216b-b3d7-4526-bc1e-2efb73ccbd85
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-15T03:59:45.056Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.057Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:45.057Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is not matching search criteria
2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92a99b30-03e4-43db-922d-2dc477d53988
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-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.066Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria
2022-11-15T03:59:45.066Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=74b78619-74c9-4e5b-9947-5bcaa2f999f6
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-15T03:59:45.067Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.067Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.067Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d10fb359-309b-42a1-9a07-f5fde8d26cec: basic_onboard_CJCqso
2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T03:59:45.070Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_CJCqso
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-15T03:59:45.195Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CJCqso cb848ac2-6107-4831-8e05-520dab39543d 1 ASDC deployResourceStructure
2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json ASDC sendASDCNotification
2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json
2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:45.198Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:45.198Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484785196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T03:59:45.298Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:45.299Z||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-15T03:59:45.300Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:45.315Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:45.316Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:46.199Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-15T03:59:46.199Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml
2022-11-15T03:59:46.199Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T03:59:46.200Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:46.202Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:46.202Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484786199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T03:59:46.302Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T03:59:46.303Z||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-15T03:59:46.303Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:46.317Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:46.318Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:47.204Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-15T03:59:47.204Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env
2022-11-15T03:59:47.204Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T03:59:47.205Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:47.207Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:47.208Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484787203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-15T03:59:47.308Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T03:59:47.309Z||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-15T03:59:47.309Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:47.322Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:47.323Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T03:59:48.209Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar ASDC sendASDCNotification
2022-11-15T03:59:48.209Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar
2022-11-15T03:59:48.209Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T03:59:48.210Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T03:59:48.211Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T03:59:48.212Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484788209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T03:59:48.312Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T03:59:48.313Z||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-15T03:59:48.313Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T03:59:48.333Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T03:59:48.334Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-15T03:59:49.213Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T03:59:49.230Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T03:59:49.233Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T03:59:49.233Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T03:59:49.233Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T04:00:19.234Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:00:19.244Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:00:19.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:00:19.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T04:00:19.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T04:00:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:00:29.846Z||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-15T04:00:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:00:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:00:29.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:00:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484770142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:00:29.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:00:49.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:00:49.260Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:00:49.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:00:49.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T04:00:49.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T04:01:19.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:01:19.275Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:01:19.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:01:19.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T04:01:19.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T04:01:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:01:29.847Z||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-15T04:01:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:01:29.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:01:29.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:01:29.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484764351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:01:29.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:01:49.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:01:49.288Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:01:49.290Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:01:49.291Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T04:01:49.291Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T04:02:19.291Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:02:19.302Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:02:19.305Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:02:19.305Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T04:02:19.305Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T04:02:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:02:29.847Z||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-15T04:02:29.848Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:02:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:02:29.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:02:29.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "aai-ml",
"timestamp": 1668484769938,
"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-15T04:02:29.895Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b
2022-11-15T04:02:29.895Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b 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-15T04:02:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484771245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:02:29.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484764351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:02:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T04:02:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "clamp",
"timestamp": 1668484772251,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-15T04:02:29.913Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b
2022-11-15T04:02:29.913Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName clamp
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-15T04:02:29.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484772166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:02:29.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-15T04:02:29.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:02:29.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-15T04:02:29.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484776436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484769843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:02:29.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:02:29.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484777441,
"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-15T04:02:29.929Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b
2022-11-15T04:02:29.929Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b 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-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484777844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:02:29.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484781837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:02:29.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484782921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:02:29.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484784005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:02:29.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484785196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484786199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484787203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-15T04:02:29.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:29.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:02:29.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668484788209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:02:29.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:02:49.306Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:02:49.326Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b
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-15T04:02:49.329Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:02:49.331Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:02:49.331Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:02:49.331Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T04:02:49.337Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T04:03:19.338Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b 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-15T04:03:19.356Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b and serviceModelVersionId: d10fb359-309b-42a1-9a07-f5fde8d26cec
2022-11-15T04:03:19.356Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46381ab7-5798-4a4d-b260-11c99eb40227
2022-11-15T04:03:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:03:29.847Z||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-15T04:03:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:30.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:30.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484893817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484896869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484898628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484893759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484903612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484893817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484896869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484898628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484893759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484903612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484893817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484896869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484898628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484893759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484903612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484893817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484896869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484898628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484893759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484903612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484893817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484896869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484898628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484893759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484903612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484907725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484893817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484896869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484898628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484893759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484903612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484907725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484893817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "ves-openapi-manager",
"timestamp": 1668484896869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484898628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484893759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484903612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484907725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484910321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484909596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484910284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484907725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "cds",
"timestamp": 1668484911327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-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-15T04:03:30.415Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969
2022-11-15T04:03:30.416Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 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-15T04:03:30.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484911287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:30.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484907725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "policy-id",
"timestamp": 1668484912292,
"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-15T04:03:30.430Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969
2022-11-15T04:03:30.430Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 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-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484907725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484907725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484914351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484915487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484914351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484916601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484914351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484917672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484918155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484914351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484918698,
"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-15T04:03:30.447Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969
2022-11-15T04:03:30.447Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484914351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668484919711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484920166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484914351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484919862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:30.458Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "clamp",
"timestamp": 1668484921171,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-15T04:03:30.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969
2022-11-15T04:03:30.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName clamp
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-15T04:03:30.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484914351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:03:30.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T04:03:30.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "aai-ml",
"timestamp": 1668484920866,
"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-15T04:03:30.476Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969
2022-11-15T04:03:30.477Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 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-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484922114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:30.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484925437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:30.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:03:30.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T04:03:30.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668484926442,
"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-15T04:03:30.489Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969
2022-11-15T04:03:30.489Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 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-15T04:03:34.699Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0
2022-11-15T04:03:34.810Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T04:03:35.301Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|INFO|500||Invoke
2022-11-15T04:03:35.309Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b669e75-93c5-4f31-8eef-acdfc714ca7b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09467651-09f2-4d41-bf90-177b1f7f1d28], X-ECOMP-RequestID=[0b669e75-93c5-4f31-8eef-acdfc714ca7b], X-TransactionId=[], X-ONAP-RequestID=[0b669e75-93c5-4f31-8eef-acdfc714ca7b], Content-Type=[application/merge-patch+json]}
2022-11-15T04:03:35.423Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-15T04:03:35.600Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?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/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221115-04:03:34:700-94363], vertex-id=[164000], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:03:34 GMT], Content-Type=[application/json]}
2022-11-15T04:03:35.602Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T04:03:35.603Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|INFO|500||InvokeReturn
2022-11-15T04:03:35.606Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T04:03:35.606Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T04:03:35.612Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T04:03:35.613Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b669e75-93c5-4f31-8eef-acdfc714ca7b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T04:03:35.614Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T04:03:35.615Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:35.617Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:35.617Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485015613,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T04:03:35.718Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:35.719Z||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-15T04:03:35.724Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:35.739Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:35.740Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-15T04:03:36.630Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:03:36.631Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T04:03:36.631Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:41.115Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:41.116Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T04:03:41.116Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd82e16c-4cfb-4858-9ad5-959b7ca1c969","serviceName":"vFW 2022-11-15 04-01-00","serviceVersion":"1.0","serviceUUID":"800e53f6-618e-467e-ba62-1c3dc6b615ba","serviceDescription":"catalog service description","serviceInvariantUUID":"18d4f336-8617-485d-8469-9e4757970974","resources":[{"resourceInstanceName":"vFW b1d11e62-487e 0","resourceName":"vFW b1d11e62-487e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd5ac101-3f00-480c-8cda-b7b775d0c124","resourceInvariantUUID":"2cc164f0-5b43-4da8-931d-7b97a369a814","resourceCustomizationUUID":"08f89e25-0666-4eed-96c0-a740965154db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml","artifactChecksum":"NjVjMGY3NDQ2NDAxZTFlNWEwOTU4MDZiMDU2ZDU1YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3503c11-aa2c-44fe-9b54-df8384c1eac6","artifactVersion":"1"},{"artifactName":"vfwb1d11e62487e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json","artifactChecksum":"NDBjYjg0ODg2MmI2NWI1OWI4MmRkN2E5ZjliMTQ0NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c03f3da7-94f6-47e4-8e26-027ef272bad0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ac80248-b9de-4b1f-ab57-bc0a913dc5b2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDA1NGIzZjcxNDUyNDQzOWU5ODVjYTBiN2VmM2VmODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10b77662-5b98-4929-9ee8-3efd45aca636","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01ed3c86-6489-4f5e-b0f8-7ccaed4adddc","artifactVersion":"2","generatedFromUUID":"4ac80248-b9de-4b1f-ab57-bc0a913dc5b2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221115040100-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml","artifactChecksum":"YmQyN2M4OTNjZWY3OTM3MTE3YTU1NGE3YTJmN2RkMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1157f70-a7cd-464f-b0fc-36d8e631ac56","artifactVersion":"1"},{"artifactName":"service-Vfw20221115040100-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar","artifactChecksum":"YzU1ZmUyNzkxOGJkNjNhOWRkZGRmZTI5YzBmYmMzYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3be55a00-f3cc-413c-b4d5-1c77d95f5882","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T04:03:41.121Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:03:41.122Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:41.125Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:41.125Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:41.225Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:41.226Z||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-15T04:03:41.226Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:41.242Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:41.242Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:03:42.126Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:03:42.127Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:42.130Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:42.130Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T04:03:42.230Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:42.231Z||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-15T04:03:42.231Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:42.245Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:42.246Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:43.131Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:03:43.132Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:43.134Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:43.134Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-15T04:03:43.234Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:43.235Z||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-15T04:03:43.235Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:43.258Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:43.259Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:03:44.134Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:03:44.136Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:44.138Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:44.138Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:44.239Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T04:03:44.240Z||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-15T04:03:44.240Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:44.258Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:44.259Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:03:45.139Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:03:45.140Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:45.142Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:45.142Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-15T04:03:45.242Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T04:03:45.243Z||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-15T04:03:45.243Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:45.261Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:45.262Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:46.143Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:03:46.144Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:46.147Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:46.147Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:03:46.247Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:46.248Z||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-15T04:03:46.248Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:46.264Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:46.264Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:47.148Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:03:47.148Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:47.151Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:47.151Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:03:47.251Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:47.252Z||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-15T04:03:47.252Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:47.268Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:47.269Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:48.154Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"serviceName": "vFW 2022-11-15 04-01-00",
"serviceVersion": "1.0",
"serviceUUID": "800e53f6-618e-467e-ba62-1c3dc6b615ba",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "18d4f336-8617-485d-8469-9e4757970974",
"resources": [
{
"resourceInstanceName": "vFW b1d11e62-487e 0",
"resourceCustomizationUUID": "08f89e25-0666-4eed-96c0-a740965154db",
"resourceName": "vFW b1d11e62-487e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dd5ac101-3f00-480c-8cda-b7b775d0c124",
"resourceInvariantUUID": "2cc164f0-5b43-4da8-931d-7b97a369a814",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb1d11e62487e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"artifactChecksum": "NDBjYjg0ODg2MmI2NWI1OWI4MmRkN2E5ZjliMTQ0NmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c03f3da7-94f6-47e4-8e26-027ef272bad0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4ac80248-b9de-4b1f-ab57-bc0a913dc5b2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01ed3c86-6489-4f5e-b0f8-7ccaed4adddc",
"generatedFromUUID": "4ac80248-b9de-4b1f-ab57-bc0a913dc5b2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01ed3c86-6489-4f5e-b0f8-7ccaed4adddc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221115040100-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"artifactChecksum": "YzU1ZmUyNzkxOGJkNjNhOWRkZGRmZTI5YzBmYmMzYzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3be55a00-f3cc-413c-b4d5-1c77d95f5882"
}
],
"workloadContext": "Production"
}
2022-11-15T04:03:48.154Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T04:03:48.154Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 800e53f6-618e-467e-ba62-1c3dc6b615ba ASDC
2022-11-15T04:03:48.155Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cd82e16c-4cfb-4858-9ad5-959b7ca1c969
ServiceName:vFW 2022-11-15 04-01-00
ServiceVersion:1.0
ServiceUUID:800e53f6-618e-467e-ba62-1c3dc6b615ba
ServiceInvariantUUID:18d4f336-8617-485d-8469-9e4757970974
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221115040100-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar
ArtifactUUID:3be55a00-f3cc-413c-b4d5-1c77d95f5882
ArtifactChecksum:YzU1ZmUyNzkxOGJkNjNhOWRkZGRmZTI5YzBmYmMzYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b1d11e62-487e 0
ResourceCustomizationUUID:08f89e25-0666-4eed-96c0-a740965154db
ResourceInvariantUUID:2cc164f0-5b43-4da8-931d-7b97a369a814
ResourceName:vFW b1d11e62-487e
ResourceType:VF
ResourceUUID:dd5ac101-3f00-480c-8cda-b7b775d0c124
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb1d11e62487e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json
ArtifactUUID:c03f3da7-94f6-47e4-8e26-027ef272bad0
ArtifactChecksum:NDBjYjg0ODg2MmI2NWI1OWI4MmRkN2E5ZjliMTQ0NmU=
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/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml
ArtifactUUID:4ac80248-b9de-4b1f-ab57-bc0a913dc5b2
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/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env
ArtifactUUID:01ed3c86-6489-4f5e-b0f8-7ccaed4adddc
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/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env
ArtifactUUID:01ed3c86-6489-4f5e-b0f8-7ccaed4adddc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-15T04:03:48.155Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 800e53f6-618e-467e-ba62-1c3dc6b615ba 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-15T04:03:48.189Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3be55a00-f3cc-413c-b4d5-1c77d95f5882 from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:48.267Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T04:03:48.273Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar 3be55a00-f3cc-413c-b4d5-1c77d95f5882 99032
2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar ASDC sendASDCNotification
2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:48.277Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:48.277Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485028273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:48.377Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:48.379Z||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-15T04:03:48.379Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:48.393Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:48.394Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:03:49.277Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T04:03:49.278Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T04:03:49.279Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3be55a00-f3cc-413c-b4d5-1c77d95f5882, URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar to file: /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:49.279Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221115040100-csar.csar
2022-11-15T04:03:49.280Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:49.280Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:49.482Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5347224778914746955/Definitions/service-Vfw20221115040100-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-15T04:03:51.695Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T04:03:51.696Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1d11e62-487e 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:51.701Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:51.701Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T04:03:51.701Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T04:03:51.702Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.702Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:51.702Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:51.704Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.704Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria
2022-11-15T04:03:51.704Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T04:03:51.708Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.708Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T04:03:51.708Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:51.710Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.710Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:51.710Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.712Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria
2022-11-15T04:03:51.712Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T04:03:51.712Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-15T04:03:51.713Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T04:03:51.713Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T04:03:51.713Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2bc5c76f-f075-44d6-8b07-fe61e26b28c3
2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria
2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dd01f17-a071-4942-b5ae-da02f51601d2
2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria
2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4d06aedc-a248-48bc-9335-b3b319156455
2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:51.725Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:51.725Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-15 04-01-00
Description:catalog service description
Model UUID:800e53f6-618e-467e-ba62-1c3dc6b615ba
Model Version:NULL
Model InvariantUuid:18d4f336-8617-485d-8469-9e4757970974
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b1d11e62-487e
Model UUID:94115716-1594-45cc-8423-ec4a3ad3f3be
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2cc164f0-5b43-4da8-931d-7b97a369a814
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:08f89e25-0666-4eed-96c0-a740965154db
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b570c55c-9680-4732-b1f9-02d36c13d7fa
ModelName:VfwB1d11e62487e..base_vfw..module-0
ModelUuid:0a4927b8-fa54-4d9b-90d5-e43c8943f33d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2bc5c76f-f075-44d6-8b07-fe61e26b28c3
ModelInvariantUuid:6dd2dbcc-8333-4d0a-8f50-390d6c01ef82
ModelName:vFW b1d11e62-487e-nodes.vfwCvfc
ModelUuid:0c907c9f-f2cd-4d53-bdc5-ddac954ae37e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6ac7b09d-6a9a-47d0-9cee-fe742ae91d21
ModelInvariantUuid:0a8bc640-c709-4b57-bb25-9a1ea26acdcd
ModelName:VfwB1d11e62487e.compute.nodes.heat.vfw
ModelUuid:592780e0-78cc-429c-8ae3-f2db08a125b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7dd01f17-a071-4942-b5ae-da02f51601d2
ModelInvariantUuid:4fc31577-32fc-469d-9416-1fbe20fb394e
ModelName:vFW b1d11e62-487e-nodes.vsnCvfc
ModelUuid:c67601f4-e5cf-4e07-a71f-05f3067928b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:296222be-d816-4d96-a8f2-2662c0267aaa
ModelInvariantUuid:0356ff48-9dc9-42c2-9fd6-00b5687b5e6e
ModelName:VfwB1d11e62487e.compute.nodes.heat.vsn
ModelUuid:ef89d205-abdb-4024-9873-f4f68041ab8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4d06aedc-a248-48bc-9335-b3b319156455
ModelInvariantUuid:6ee4b8f4-ef61-47db-8313-7df26ee70de6
ModelName:vFW b1d11e62-487e-nodes.vpgCvfc
ModelUuid:d765cbd3-cab5-4903-8ce6-b2040eb5555d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:88f08e2d-a8ef-4d0f-9c9c-05e45d041ede
ModelInvariantUuid:f3e3eff0-be8e-4edf-babd-c410d79eb90a
ModelName:VfwB1d11e62487e.compute.nodes.heat.vpg
ModelUuid:74016ff2-5d3f-46d2-84ea-27debae1cbd6
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-15T04:03:51.731Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dd5ac101-3f00-480c-8cda-b7b775d0c124
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-15T04:03:51.734Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||vFW b1d11e62-487e 0
2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd5ac101-3f00-480c-8cda-b7b775d0c124
2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c03f3da7-94f6-47e4-8e26-027ef272bad0 from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json
2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json
2022-11-15T04:03:51.826Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T04:03:51.826Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json c03f3da7-94f6-47e4-8e26-027ef272bad0 785
2022-11-15T04:03:51.827Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json ASDC sendASDCNotification
2022-11-15T04:03:51.827Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json
2022-11-15T04:03:51.827Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T04:03:51.828Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:51.834Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:51.834Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485031827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:51.934Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T04:03:51.936Z||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-15T04:03:51.937Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:51.956Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:51.957Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:52.835Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB1d11e62487e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b570c55c-9680-4732-b1f9-02d36c13d7fa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0a4927b8-fa54-4d9b-90d5-e43c8943f33d",
"vfModuleModelCustomizationUUID": "04abbb8f-5de1-4e77-b59e-2e2fb7d6114c",
"isBase": true,
"artifacts": [
"4ac80248-b9de-4b1f-ab57-bc0a913dc5b2",
"01ed3c86-6489-4f5e-b0f8-7ccaed4adddc"
],
"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-15T04:03:52.841Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1d11e62487e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a4927b8-fa54-4d9b-90d5-e43c8943f33d
VfModuleModelInvariantUUID:b570c55c-9680-4732-b1f9-02d36c13d7fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ac80248-b9de-4b1f-ab57-bc0a913dc5b2
,
01ed3c86-6489-4f5e-b0f8-7ccaed4adddc
}
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-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB1d11e62487e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b570c55c-9680-4732-b1f9-02d36c13d7fa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0a4927b8-fa54-4d9b-90d5-e43c8943f33d",
"vfModuleModelCustomizationUUID": "04abbb8f-5de1-4e77-b59e-2e2fb7d6114c",
"isBase": true,
"artifacts": [
"4ac80248-b9de-4b1f-ab57-bc0a913dc5b2",
"01ed3c86-6489-4f5e-b0f8-7ccaed4adddc"
],
"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-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1d11e62487e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a4927b8-fa54-4d9b-90d5-e43c8943f33d
VfModuleModelInvariantUUID:b570c55c-9680-4732-b1f9-02d36c13d7fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ac80248-b9de-4b1f-ab57-bc0a913dc5b2
,
01ed3c86-6489-4f5e-b0f8-7ccaed4adddc
}
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-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4ac80248-b9de-4b1f-ab57-bc0a913dc5b2 from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml
2022-11-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T04:03:52.844Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml
2022-11-15T04:03:52.942Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml 4ac80248-b9de-4b1f-ab57-bc0a913dc5b2 20368
2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml
2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T04:03:52.945Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:52.967Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:52.967Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485032944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:53.047Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-11-15T04:03:53.048Z||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-15T04:03:53.048Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:53.068Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:53.068Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:03:53.970Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01ed3c86-6489-4f5e-b0f8-7ccaed4adddc from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env
2022-11-15T04:03:53.971Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T04:03:53.971Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env
2022-11-15T04:03:54.023Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T04:03:54.024Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env 01ed3c86-6489-4f5e-b0f8-7ccaed4adddc 2098
2022-11-15T04:03:54.024Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-15T04:03:54.025Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env
2022-11-15T04:03:54.025Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T04:03:54.025Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:54.028Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:54.028Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485034024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:03:54.128Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:54.129Z||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-15T04:03:54.130Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:54.146Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:54.146Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:55.028Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 800e53f6-618e-467e-ba62-1c3dc6b615ba
2022-11-15T04:03:55.029Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1d11e62-487e 0 dd5ac101-3f00-480c-8cda-b7b775d0c124 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-15T04:03:55.048Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e869333, org.onap.sdc.toscaparser.api.parameters.Input@3fed0a1, org.onap.sdc.toscaparser.api.parameters.Input@292d5508, org.onap.sdc.toscaparser.api.parameters.Input@278c7377, org.onap.sdc.toscaparser.api.parameters.Input@db963be]
2022-11-15T04:03:55.050Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.050Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 08f89e25-0666-4eed-96c0-a740965154db
2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08f89e25-0666-4eed-96c0-a740965154db matches Tosca VF Customization UUID: 08f89e25-0666-4eed-96c0-a740965154db
2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 08f89e25-0666-4eed-96c0-a740965154db 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-15T04:03:55.053Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.054Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 08f89e25-0666-4eed-96c0-a740965154db: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fa295b9
2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T04:03:55.056Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04abbb8f-5de1-4e77-b59e-2e2fb7d6114c
2022-11-15T04:03:55.056Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04abbb8f-5de1-4e77-b59e-2e2fb7d6114c
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-15T04:03:55.058Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.058Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:55.059Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:55.059Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.060Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:55.060Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:55.060Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.061Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria
2022-11-15T04:03:55.061Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T04:03:55.061Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-15T04:03:55.062Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T04:03:55.062Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T04:03:55.062Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T04:03:55.063Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.063Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:55.063Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T04:03:55.064Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:55.064Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T04:03:55.064Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.065Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2bc5c76f-f075-44d6-8b07-fe61e26b28c3
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-15T04:03:55.066Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.067Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:55.067Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria
2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T04:03:55.069Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:55.069Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.070Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T04:03:55.070Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.070Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T04:03:55.071Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-15T04:03:55.071Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T04:03:55.071Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:55.072Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T04:03:55.072Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.072Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dd01f17-a071-4942-b5ae-da02f51601d2
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-15T04:03:55.074Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.074Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:55.074Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:55.078Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.078Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria
2022-11-15T04:03:55.078Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T04:03:55.080Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.080Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T04:03:55.080Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T04:03:55.081Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T04:03:55.081Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T04:03:55.081Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T04:03:55.082Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-15T04:03:55.082Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4d06aedc-a248-48bc-9335-b3b319156455
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-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.085Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria
2022-11-15T04:03:55.085Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=08f89e25-0666-4eed-96c0-a740965154db
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-15T04:03:55.086Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.087Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.087Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 800e53f6-618e-467e-ba62-1c3dc6b615ba: vFW b1d11e62-487e
2022-11-15T04:03:55.087Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.088Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.088Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.089Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.089Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.089Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.090Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.090Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.090Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:03:55.091Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:03:55.091Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-15 04-01-00
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-15T04:03:55.218Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1d11e62-487e dd5ac101-3f00-480c-8cda-b7b775d0c124 1 ASDC deployResourceStructure
2022-11-15T04:03:55.219Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json ASDC sendASDCNotification
2022-11-15T04:03:55.219Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json
2022-11-15T04:03:55.220Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T04:03:55.220Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:55.222Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:55.223Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485035219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:55.326Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-15T04:03:55.327Z||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-15T04:03:55.327Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:55.342Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:55.343Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:56.224Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-15T04:03:56.224Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml
2022-11-15T04:03:56.225Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T04:03:56.225Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:56.228Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:56.228Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485036224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:56.328Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:56.329Z||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-15T04:03:56.329Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:56.347Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:56.347Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:57.229Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-15T04:03:57.230Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env
2022-11-15T04:03:57.230Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T04:03:57.230Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:57.232Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:57.232Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485037229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:57.333Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T04:03:57.333Z||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-15T04:03:57.334Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:57.349Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:57.350Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:58.234Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar ASDC sendASDCNotification
2022-11-15T04:03:58.234Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar
2022-11-15T04:03:58.235Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T04:03:58.235Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:03:58.238Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:03:58.238Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485038234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:03:58.338Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:03:58.339Z||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-15T04:03:58.339Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:03:58.358Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:03:58.359Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:03:59.239Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969
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-15T04:03:59.252Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969
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-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T04:03:59.262Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T04:04:29.263Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969 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-15T04:04:29.272Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and serviceModelVersionId: 800e53f6-618e-467e-ba62-1c3dc6b615ba
2022-11-15T04:04:29.272Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18d4f336-8617-485d-8469-9e4757970974
2022-11-15T04:04:29.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0
2022-11-15T04:04:29.280Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T04:04:29.334Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|INFO|500||Invoke
2022-11-15T04:04:29.335Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd82e16c-4cfb-4858-9ad5-959b7ca1c969], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05fc6d6a-fe45-43c2-bf1b-e35eea21f685], X-ECOMP-RequestID=[cd82e16c-4cfb-4858-9ad5-959b7ca1c969], X-TransactionId=[], X-ONAP-RequestID=[cd82e16c-4cfb-4858-9ad5-959b7ca1c969], Content-Type=[application/merge-patch+json]}
2022-11-15T04:04:29.362Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-15T04:04:29.454Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?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/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221115-04:04:28:636-28879], vertex-id=[192584], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:04:28 GMT], Content-Type=[application/json]}
2022-11-15T04:04:29.454Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T04:04:29.455Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|INFO|500||InvokeReturn
2022-11-15T04:04:29.456Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T04:04:29.456Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T04:04:29.461Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T04:04:29.461Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T04:04:29.461Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T04:04:29.462Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:04:29.464Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:04:29.464Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485069461,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T04:04:29.564Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:04:29.565Z||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-15T04:04:29.565Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:04:29.585Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:04:29.586Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:04:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:04:29.847Z||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-15T04:04:29.847Z||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 CE9wJzh13UJJQYY9) ...
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-15T04:04:30.476Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:04:30.476Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T04:04:30.476Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:04:30.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:04:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485015613,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T04:04:30.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485016630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:04:30.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T04:04:30.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485028273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:04:30.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485031827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485032944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485034024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:04:30.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485035219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485036224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485037229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-15T04:04:30.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485038234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:04:30.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485069461,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T04:04:30.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:04:40.019Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:04:40.021Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:04:40.022Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T04:04:40.022Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:04:49.565Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:04:49.566Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:04:49.568Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T04:04:49.568Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:04:59.130Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:04:59.131Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:04:59.133Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T04:04:59.133Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:05:08.680Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:05:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:05:29.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:05:29.847Z||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-15T04:05:29.847Z||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-15T04:05:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:05:29.847Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:05:39.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:05:39.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:06:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:06:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:06:29.845Z||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-15T04:06:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:06:29.846Z||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-15T04:06:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:06:39.417Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:06:39.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:07:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:07:29.845Z||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-15T04:07:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:07:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:07:29.846Z||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-15T04:07:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:07:39.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:07:39.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:08:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:08:29.844Z||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-15T04:08:29.844Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:08:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:08:29.846Z||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-15T04:08:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:08:39.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:08:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:09:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:09:29.844Z||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-15T04:09:29.844Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:09:29.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:09:29.846Z||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-15T04:09:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:09:39.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:09:39.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:10:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:10:29.844Z||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-15T04:10:29.844Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:10:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:10:29.846Z||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-15T04:10:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:10:39.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:10:39.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:11:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:11:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:11:29.846Z||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-15T04:11:29.846Z||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-15T04:11:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:11:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:11:39.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:11:39.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:12:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:12:29.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:12:29.848Z||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-15T04:12:29.849Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:12:29.852Z||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-15T04:12:29.852Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:12:39.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:12:39.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:13:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:13:29.844Z||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-15T04:13:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:13:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:13:29.846Z||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-15T04:13:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:13:39.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:13:39.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:14:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:14:29.844Z||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-15T04:14:29.845Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:14:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T04:14:29.846Z||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-15T04:14:29.846Z||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 CE9wJzh13UJJQYY9) ...
2022-11-15T04:14:30.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:14:30.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485627725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "cds",
"timestamp": 1668485628817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "policy-id",
"timestamp": 1668485633759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485634351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485627725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "cds",
"timestamp": 1668485628817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "policy-id",
"timestamp": 1668485633759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485634351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "cds",
"timestamp": 1668485636406,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "policy-id",
"timestamp": 1668485636497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485637104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "cds",
"timestamp": 1668485637415,
"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-15T04:14:30.115Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33
2022-11-15T04:14:30.116Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 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-15T04:14:30.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485636869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "policy-id",
"timestamp": 1668485637501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:14:30.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485636869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "policy-id",
"timestamp": 1668485638504,
"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-15T04:14:30.133Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33
2022-11-15T04:14:30.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 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-15T04:14:30.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485638858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:14:30.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485639862,
"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-15T04:14:30.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33
2022-11-15T04:14:30.159Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 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-15T04:14:30.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485643816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "aai-ml",
"timestamp": 1668485651385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485652559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "cds",
"timestamp": 1668485653564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-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-15T04:14:30.195Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee
2022-11-15T04:14:30.195Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee 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-15T04:14:30.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "clamp",
"timestamp": 1668485653613,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "clamp",
"timestamp": 1668485653613,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485647725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "aai-ml",
"timestamp": 1668485655432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:14:30.209Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "aai-ml",
"timestamp": 1668485656439,
"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-15T04:14:30.219Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33
2022-11-15T04:14:30.220Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 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-15T04:14:30.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485658816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485658816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485658816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485653759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485658816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485662486,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485658816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485663491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:14:30.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "clamp",
"timestamp": 1668485664282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485658816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "policy-id",
"timestamp": 1668485664494,
"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-15T04:14:30.259Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee
2022-11-15T04:14:30.259Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee 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-15T04:14:30.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485664351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485648628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485658816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485665669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485664351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "clamp",
"timestamp": 1668485666292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "aai-ml",
"timestamp": 1668485665540,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485666569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:30.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485666897,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T04:14:30.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485664351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "clamp",
"timestamp": 1668485667297,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-15T04:14:30.276Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33
2022-11-15T04:14:30.276Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 and ComponentName clamp
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-15T04:14:30.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "cds",
"timestamp": 1668485667578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-15T04:14:30.297Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80672fd1-8773-47af-892f-bfdbccc10b25
2022-11-15T04:14:30.297Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80672fd1-8773-47af-892f-bfdbccc10b25 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-15T04:14:30.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485667904,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T04:14:30.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee
2022-11-15T04:14:30.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-15T04:14:30.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485664351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "clamp",
"timestamp": 1668485653613,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485667725,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "ves-openapi-manager",
"timestamp": 1668485656869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668485664351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "clamp",
"timestamp": 1668485653613,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668485667725,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T04:14:30.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-15T04:14:30.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:14:30.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T04:14:30.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"61afd70c-f721-4254-8fc4-3606a0aa9e33","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c016f39e-d3b2-4b55-9ad2-4333442ef389","serviceDescription":"service","serviceInvariantUUID":"0eacc58a-4d5f-45d7-9490-dff88500caff","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"47d697fe-53de-4498-825e-a2a71b9c5a4d","resourceInvariantUUID":"b0ba593e-0a95-4046-b4c5-8432e4713f28","resourceCustomizationUUID":"6a380618-a29c-4136-be2c-399a2eddf9fd","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":"NmMzYjkzN2Q5NzVjM2ZjYTA3MzA2YjdjZGM3NGM0ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea228c94-8b7e-4383-b21b-ebe6c47242cd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2UwZjcxZjRlODljY2M5ODc4OWQxMmNjNTMwNTBiYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83d0dff6-772c-40ca-ab80-89ef514f26cd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T04:14:30.487Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:14:30.487Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:14:30.493Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:14:30.493Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:14:30.593Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T04:14:30.594Z||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-15T04:14:30.594Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:14:30.610Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:14:30.611Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:14:31.495Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:14:31.497Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:14:31.500Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:14:31.500Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:14:31.600Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:14:31.601Z||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-15T04:14:31.601Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:14:31.617Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:14:31.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:14:32.501Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c016f39e-d3b2-4b55-9ad2-4333442ef389",
"serviceDescription": "service",
"serviceInvariantUUID": "0eacc58a-4d5f-45d7-9490-dff88500caff",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6a380618-a29c-4136-be2c-399a2eddf9fd",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "47d697fe-53de-4498-825e-a2a71b9c5a4d",
"resourceInvariantUUID": "b0ba593e-0a95-4046-b4c5-8432e4713f28",
"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": "M2UwZjcxZjRlODljY2M5ODc4OWQxMmNjNTMwNTBiYTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83d0dff6-772c-40ca-ab80-89ef514f26cd"
}
],
"workloadContext": "Production"
}
2022-11-15T04:14:32.502Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T04:14:32.502Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c016f39e-d3b2-4b55-9ad2-4333442ef389 ASDC
2022-11-15T04:14:32.503Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:61afd70c-f721-4254-8fc4-3606a0aa9e33
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c016f39e-d3b2-4b55-9ad2-4333442ef389
ServiceInvariantUUID:0eacc58a-4d5f-45d7-9490-dff88500caff
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:83d0dff6-772c-40ca-ab80-89ef514f26cd
ArtifactChecksum:M2UwZjcxZjRlODljY2M5ODc4OWQxMmNjNTMwNTBiYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6a380618-a29c-4136-be2c-399a2eddf9fd
ResourceInvariantUUID:b0ba593e-0a95-4046-b4c5-8432e4713f28
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:47d697fe-53de-4498-825e-a2a71b9c5a4d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-15T04:14:32.503Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c016f39e-d3b2-4b55-9ad2-4333442ef389 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-15T04:14:32.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T04:14:32.542Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-15T04:14:32.542Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-15T04:14:32.543Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83d0dff6-772c-40ca-ab80-89ef514f26cd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-15T04:14:32.543Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-15T04:14:32.543Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-15T04:14:32.612Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-15T04:14:32.614Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 83d0dff6-772c-40ca-ab80-89ef514f26cd 52508
2022-11-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:14:32.618Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:14:32.618Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485672614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:14:32.718Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:14:32.719Z||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-15T04:14:32.719Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:14:32.735Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:14:32.735Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:14:33.618Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T04:14:33.620Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-15T04:14:33.621Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 83d0dff6-772c-40ca-ab80-89ef514f26cd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T04:14:33.621Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-15T04:14:33.622Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T04:14:33.622Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T04:14:33.815Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18187303387060041758/Definitions/service-BasicNetwork-template.yml
2022-11-15T04:14:34.535Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|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-BasicNetwork-csar.csar
2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.541Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.541Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.541Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c016f39e-d3b2-4b55-9ad2-4333442ef389
Model Version:NULL
Model InvariantUuid:0eacc58a-4d5f-45d7-9490-dff88500caff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b0ba593e-0a95-4046-b4c5-8432e4713f28
Model UUID:9ad04430-7eed-4ad1-8f23-ee94ce2f2f07
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6a380618-a29c-4136-be2c-399a2eddf9fd
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-15T04:14:34.547Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 47d697fe-53de-4498-825e-a2a71b9c5a4d
2022-11-15T04:14:34.547Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||No resources found for Service: c016f39e-d3b2-4b55-9ad2-4333442ef389
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-15T04:14:34.554Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||
2022-11-15T04:14:34.554Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-15T04:14:34.555Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c016f39e-d3b2-4b55-9ad2-4333442ef389
2022-11-15T04:14:34.555Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c016f39e-d3b2-4b55-9ad2-4333442ef389
2022-11-15T04:14:34.555Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-15T04:14:34.556Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.561Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4698e962, org.onap.sdc.toscaparser.api.parameters.Input@198d4547, org.onap.sdc.toscaparser.api.parameters.Input@67f2cd64, org.onap.sdc.toscaparser.api.parameters.Input@56545c05, org.onap.sdc.toscaparser.api.parameters.Input@57867c54]
2022-11-15T04:14:34.565Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.565Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.565Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c016f39e-d3b2-4b55-9ad2-4333442ef389: Generic NeutronNet
2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.567Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.567Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.600Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.600Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.601Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.601Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.601Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:14:34.602Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:14:34.602Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.645Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-15T04:14:34.645Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.645Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||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-15T04:14:34.646Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T04:14:34.646Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:14:34.648Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:14:34.648Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485674645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T04:14:34.748Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T04:14:34.749Z||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-15T04:14:34.749Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:14:34.767Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:14:34.768Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:14:35.650Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33
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-15T04:14:35.662Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33
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-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:14:35.667Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:14:35.667Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T04:14:35.667Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|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-15T04:14:35.678Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T04:15:05.679Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33 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-15T04:15:05.686Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33 and serviceModelVersionId: c016f39e-d3b2-4b55-9ad2-4333442ef389
2022-11-15T04:15:05.687Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0eacc58a-4d5f-45d7-9490-dff88500caff
2022-11-15T04:15:05.688Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0
2022-11-15T04:15:05.694Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T04:15:05.751Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|INFO|500||Invoke
2022-11-15T04:15:05.751Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61afd70c-f721-4254-8fc4-3606a0aa9e33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dee1cf3c-2138-4f09-b208-eede5b7659e1], X-ECOMP-RequestID=[61afd70c-f721-4254-8fc4-3606a0aa9e33], X-TransactionId=[], X-ONAP-RequestID=[61afd70c-f721-4254-8fc4-3606a0aa9e33], Content-Type=[application/merge-patch+json]}
2022-11-15T04:15:05.774Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-15T04:15:05.854Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?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/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-04:15:05:046-35147], vertex-id=[204872], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:15:05 GMT], Content-Type=[application/json]}
2022-11-15T04:15:05.855Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T04:15:05.856Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|INFO|500||InvokeReturn
2022-11-15T04:15:05.856Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T04:15:05.857Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|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-15T04:15:05.861Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|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-15T04:15:05.862Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61afd70c-f721-4254-8fc4-3606a0aa9e33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T04:15:05.862Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T04:15:05.863Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:05.865Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:05.865Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485705862,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T04:15:05.965Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:05.966Z||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-15T04:15:05.966Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:05.983Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:05.983Z||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-15T04:15:06.878Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-15T04:15:06.878Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"839d0b6a-2ffc-4fda-9667-028a0c0399ee","serviceName":"Demo_pNF_AAKyjzRA9c1kLpIUtXPl","serviceVersion":"1.0","serviceUUID":"456c4eb0-4c82-4d04-af9a-e02d879effbd","serviceDescription":"catalog service description","serviceInvariantUUID":"25a95de5-9841-4478-97d6-725d5c51437e","resources":[{"resourceInstanceName":"pNF 813557b6-8b1f 0","resourceName":"pNF 813557b6-8b1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4d09251c-ddb6-4e3d-b970-83128c37e41a","resourceInvariantUUID":"3e7628a3-4687-40dc-9299-c48d205e544a","resourceCustomizationUUID":"20f6fce9-9a55-42fb-8061-5ad06b1ae685","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MyZTgxZjcxZTRmZmQyYThmMGNiYjg3ZmZhZTUxOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"921ef5f5-59c4-42c9-be24-a333086e4e93","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar","artifactChecksum":"MWZjOThkYTM2NDk1YjcxNGQ0YTQwMzZkN2VmMjk4MmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e37b784-c97b-4f36-b9eb-f1839bc2ab61","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70e25036-0a29-430d-b7c6-bc489ece1fd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQ3NTAyZDA3MjRlMGNmZTNmMzg2Mzg5NTVjYzIwYjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d86457f2-17cb-46cd-a40e-e460d927f536","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43b100ab-9280-4b54-9a74-cbbc61f97ff1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ef79c38-6205-4913-9cfc-7415f2550546","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAakyjzra9c1klpiutxpl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml","artifactChecksum":"ZDRmZjQ0ZWMyZWQ5OGU4ZmY0YmE1OWE2YjkzZTYwMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ee16688-234f-4427-b0cb-ee643c0354bd","artifactVersion":"1"},{"artifactName":"service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar","artifactChecksum":"MGE4ZDMyZjQ4Y2ZkOTM1NzY0NDRmMzcxMDZiOWE3Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a01456c-b782-4d0f-bc10-06a86ed375a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T04:15:06.879Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:06.879Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:06.881Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:06.881Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:15:06.981Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:06.982Z||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-15T04:15:06.982Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:06.997Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:06.998Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:15:07.882Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:07.882Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:07.885Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:07.885Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:15:07.985Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:07.987Z||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-15T04:15:07.987Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:08.001Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:08.001Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:15:08.886Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:08.887Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:08.889Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:08.889Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:15:08.989Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:08.990Z||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-15T04:15:08.990Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:09.005Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:09.006Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:15:09.889Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:09.890Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:09.893Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:09.893Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:15:09.993Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:09.994Z||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-15T04:15:09.994Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:10.008Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:10.009Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:15:10.893Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:10.894Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:10.896Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:10.896Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:15:10.996Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:10.997Z||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-15T04:15:10.997Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:11.013Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:11.013Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:15:11.897Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:11.898Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:11.899Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:11.900Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:15:12.000Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:12.001Z||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-15T04:15:12.001Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:12.014Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:12.014Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:15:12.900Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:12.901Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:12.928Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:12.929Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T04:15:13.003Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-11-15T04:15:13.004Z||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-15T04:15:13.004Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:13.020Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:13.021Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:15:13.930Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T04:15:13.931Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:13.933Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:13.933Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485669843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T04:15:14.033Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:14.034Z||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-15T04:15:14.034Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:14.047Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:14.048Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T04:15:14.934Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"serviceName": "Demo_pNF_AAKyjzRA9c1kLpIUtXPl",
"serviceVersion": "1.0",
"serviceUUID": "456c4eb0-4c82-4d04-af9a-e02d879effbd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "25a95de5-9841-4478-97d6-725d5c51437e",
"resources": [
{
"resourceInstanceName": "pNF 813557b6-8b1f 0",
"resourceCustomizationUUID": "20f6fce9-9a55-42fb-8061-5ad06b1ae685",
"resourceName": "pNF 813557b6-8b1f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4d09251c-ddb6-4e3d-b970-83128c37e41a",
"resourceInvariantUUID": "3e7628a3-4687-40dc-9299-c48d205e544a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"artifactChecksum": "MGE4ZDMyZjQ4Y2ZkOTM1NzY0NDRmMzcxMDZiOWE3Mzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a01456c-b782-4d0f-bc10-06a86ed375a9"
}
],
"workloadContext": "Production"
}
2022-11-15T04:15:14.935Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T04:15:14.935Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 456c4eb0-4c82-4d04-af9a-e02d879effbd ASDC
2022-11-15T04:15:14.935Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:839d0b6a-2ffc-4fda-9667-028a0c0399ee
ServiceName:Demo_pNF_AAKyjzRA9c1kLpIUtXPl
ServiceVersion:1.0
ServiceUUID:456c4eb0-4c82-4d04-af9a-e02d879effbd
ServiceInvariantUUID:25a95de5-9841-4478-97d6-725d5c51437e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
ArtifactUUID:7a01456c-b782-4d0f-bc10-06a86ed375a9
ArtifactChecksum:MGE4ZDMyZjQ4Y2ZkOTM1NzY0NDRmMzcxMDZiOWE3Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 813557b6-8b1f 0
ResourceCustomizationUUID:20f6fce9-9a55-42fb-8061-5ad06b1ae685
ResourceInvariantUUID:3e7628a3-4687-40dc-9299-c48d205e544a
ResourceName:pNF 813557b6-8b1f
ResourceType:PNF
ResourceUUID:4d09251c-ddb6-4e3d-b970-83128c37e41a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-15T04:15:14.936Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 456c4eb0-4c82-4d04-af9a-e02d879effbd 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-15T04:15:14.961Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T04:15:14.961Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-15T04:15:14.961Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-15T04:15:14.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7a01456c-b782-4d0f-bc10-06a86ed375a9 from URL: /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:14.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-15T04:15:14.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:15.025Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-15T04:15:15.028Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 7a01456c-b782-4d0f-bc10-06a86ed375a9 82642
2022-11-15T04:15:15.029Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar ASDC sendASDCNotification
2022-11-15T04:15:15.029Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:15.029Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T04:15:15.030Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-15T04:15:15.032Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T04:15:15.032Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668485715029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T04:15:15.132Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T04:15:15.133Z||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-15T04:15:15.133Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ...
2022-11-15T04:15:15.145Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T04:15:15.146Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-15T04:15:16.033Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T04:15:16.033Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-15T04:15:16.034Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7a01456c-b782-4d0f-bc10-06a86ed375a9, URL: /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar to file: /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.034Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.035Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.035Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.153Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11183692867595647919/Definitions/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml
2022-11-15T04:15:16.894Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T04:15:16.894Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 813557b6-8b1f 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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar
2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.897Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.897Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Node template pNF 813557b6-8b1f 0 is matching search criteria
2022-11-15T04:15:16.897Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 813557b6-8b1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Node template pNF 813557b6-8b1f 0 is matching search criteria
2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 813557b6-8b1f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_AAKyjzRA9c1kLpIUtXPl
Description:catalog service description
Model UUID:456c4eb0-4c82-4d04-af9a-e02d879effbd
Model Version:NULL
Model InvariantUuid:25a95de5-9841-4478-97d6-725d5c51437e
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-15T04:15:16.905Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4d09251c-ddb6-4e3d-b970-83128c37e41a
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-15T04:15:16.907Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||pNF 813557b6-8b1f 0
2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4d09251c-ddb6-4e3d-b970-83128c37e41a
2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 456c4eb0-4c82-4d04-af9a-e02d879effbd
2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 456c4eb0-4c82-4d04-af9a-e02d879effbd
2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 813557b6-8b1f 0 4d09251c-ddb6-4e3d-b970-83128c37e41a 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-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b238bf6, org.onap.sdc.toscaparser.api.parameters.Input@314b1c07, org.onap.sdc.toscaparser.api.parameters.Input@511b21c, org.onap.sdc.toscaparser.api.parameters.Input@10b8e417, org.onap.sdc.toscaparser.api.parameters.Input@2773a1cd]
2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 456c4eb0-4c82-4d04-af9a-e02d879effbd: pNF 813557b6-8b1f
2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4d09251c-ddb6-4e3d-b970-83128c37e41a
2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery