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-10-27T03:21:36.820Z||main|||||INFO|500||The following profiles are active: basic
2022-10-27T03:21:48.701Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-27T03:21:48.702Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-27T03:21:48.819Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-27T03:21:52.752Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-27T03:21:53.194Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-27T03:21:53.644Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-27T03:21:53.654Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-27T03:21:53.773Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-27T03:21:54.203Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-27T03:21:54.867Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-27T03:21:56.767Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-27T03:21:59.077Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-27T03:21:59.140Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-27T03:21:59.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-27T03:22:00.013Z||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-10-27T03:22:01.203Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-27T03:22:02.261Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-27T03:22:02.276Z||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$$2538ded1.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-10-27T03:22:02.277Z||main|||||WARN|500||The sdc end point is not alive
2022-10-27T03:22:05.398Z||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-10-27T03:22:08.426Z||main|||||WARN|500||---
2022-10-27T03:22:08.427Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-27T03:22:08.427Z||main|||||WARN|500||---
2022-10-27T03:22:08.862Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-27T03:22:13.317Z||main|||||INFO|500||Started Application in 39.669 seconds (JVM running for 41.945)
2022-10-27T03:22:13.333Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-27T03:22:13.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-27T03:22:13.347Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-27T03:22:13.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-27T03:22:13.413Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2065a51b-5398-4829-b7ce-5560d2c0d618 url= /sdc/v1/artifactTypes
2022-10-27T03:22:13.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-27T03:22:13.652Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-27T03:22:13.677Z||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-10-27T03:22:13.738Z||scheduling-1|||||DEBUG|500||create keys
2022-10-27T03:22:13.747Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-27T03:22:13.780Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:22:13.800Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fd5c3f33-450d-4f97-af25-f57523604669 url= /sdc/v1/registerForDistribution
2022-10-27T03:22:13.910Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fd5c3f33-450d-4f97-af25-f57523604669 url= /sdc/v1/registerForDistribution
2022-10-27T03:22:13.911Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-27T03:22:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:22:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:22:13.932Z||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-10-27T03:22:13.932Z||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-10-27T03:22:13.932Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-27T03:22:13.932Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:22:13.932Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:22:24.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:22:24.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:23:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:23:13.921Z||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-10-27T03:23:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:23:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:23:13.924Z||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-10-27T03:23:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:23:23.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:23:23.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:24:13.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:24:13.921Z||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-10-27T03:24:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:24:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:24:13.924Z||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-10-27T03:24:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:24:23.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:24:23.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:25:13.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:25:13.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:25:13.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:25:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:25:13.924Z||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-10-27T03:25:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:25:23.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:25:23.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:26:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:26:13.921Z||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-10-27T03:26:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:26:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:26:13.924Z||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-10-27T03:26:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:26:23.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:26:23.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:27:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:27:13.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:27:13.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:27:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:27:13.924Z||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-10-27T03:27:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:27:23.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:27:23.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:28:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:28:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:28:13.924Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:28:13.924Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:28:13.924Z||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-10-27T03:28:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:28:23.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:28:23.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:29:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:29:13.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:29:13.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:29:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:29:13.927Z||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-10-27T03:29:13.927Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:29:23.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:29:23.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:30:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:30:13.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:30:13.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:30:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:30:13.924Z||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-10-27T03:30:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:30:23.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:30:23.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:31:13.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:31:13.921Z||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-10-27T03:31:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:31:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:31:13.924Z||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-10-27T03:31:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:31:23.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:31:23.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:31:41.003Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-27T03:32:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:32:13.921Z||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-10-27T03:32:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:32:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:32:13.924Z||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-10-27T03:32:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:32:23.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:32:23.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:33:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:33:13.921Z||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-10-27T03:33:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:33:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:33:13.925Z||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-10-27T03:33:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:33:23.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:33:23.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:34:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:34:13.921Z||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-10-27T03:34:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:34:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:34:13.924Z||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-10-27T03:34:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:34:23.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:34:23.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:35:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:35:13.922Z||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-10-27T03:35:13.922Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:35:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:35:13.924Z||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-10-27T03:35:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:35:23.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:35:23.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:36:13.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:36:13.922Z||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-10-27T03:36:13.922Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:36:13.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:36:13.924Z||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-10-27T03:36:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:36:23.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:36:23.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:37:13.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:37:13.921Z||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-10-27T03:37:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:37:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:37:13.925Z||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-10-27T03:37:13.926Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:37:23.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:37:23.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:38:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:38:13.921Z||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-10-27T03:38:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:38:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:38:13.924Z||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-10-27T03:38:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:38:23.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:38:23.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:39:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:39:13.921Z||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-10-27T03:39:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:39:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:39:13.924Z||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-10-27T03:39:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:39:23.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:39:23.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:40:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:40:13.921Z||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-10-27T03:40:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:40:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:40:13.924Z||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-10-27T03:40:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:40:23.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:40:23.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:41:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:41:13.921Z||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-10-27T03:41:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:41:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:41:13.924Z||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-10-27T03:41:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:41:23.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:41:23.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:42:13.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:42:13.923Z||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-10-27T03:42:13.923Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:42:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:42:13.924Z||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-10-27T03:42:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:42:23.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:42:23.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:43:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:43:13.921Z||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-10-27T03:43:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:43:13.925Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:43:13.926Z||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-10-27T03:43:13.926Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:43:23.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:43:23.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:44:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:44:13.921Z||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-10-27T03:44:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:44:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:44:13.924Z||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-10-27T03:44:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:44:23.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:44:23.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:45:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:45:13.921Z||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-10-27T03:45:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:45:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:45:13.924Z||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-10-27T03:45:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:45:23.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:45:23.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:46:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:46:13.921Z||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-10-27T03:46:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:46:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:46:13.924Z||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-10-27T03:46:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:46:23.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:46:23.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:47:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:47:13.921Z||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-10-27T03:47:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:47:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:47:13.924Z||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-10-27T03:47:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:47:23.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:47:23.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:48:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:48:13.921Z||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-10-27T03:48:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:48:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:48:13.924Z||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-10-27T03:48:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:48:23.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:48:23.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:49:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:49:13.921Z||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-10-27T03:49:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:49:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:49:13.924Z||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-10-27T03:49:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:49:23.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:49:23.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:50:13.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:50:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:50:13.924Z||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-10-27T03:50:13.924Z||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-10-27T03:50:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:50:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:50:23.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:50:23.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:51:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:51:13.920Z||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-10-27T03:51:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:51:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:51:13.924Z||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-10-27T03:51:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:51:23.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:51:23.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:52:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:52:13.921Z||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-10-27T03:52:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:52:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:52:13.924Z||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-10-27T03:52:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:52:23.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:52:23.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:53:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:53:13.920Z||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-10-27T03:53:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:53:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:53:13.924Z||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-10-27T03:53:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:53:23.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:53:23.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:54:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:54:13.920Z||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-10-27T03:54:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:54:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:54:13.924Z||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-10-27T03:54:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:54:23.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:54:23.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:55:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:55:13.921Z||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-10-27T03:55:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:55:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:55:13.924Z||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-10-27T03:55:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:55:23.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:55:23.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:56:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:56:13.921Z||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-10-27T03:56:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:56:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:56:13.924Z||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-10-27T03:56:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:56:23.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:56:23.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:57:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:57:13.922Z||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-10-27T03:57:13.922Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:57:13.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:57:13.924Z||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-10-27T03:57:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:57:23.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:57:23.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:58:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:58:13.921Z||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-10-27T03:58:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:58:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:58:13.924Z||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-10-27T03:58:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:58:23.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:58:23.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:59:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:59:13.920Z||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-10-27T03:59:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:59:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:59:13.924Z||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-10-27T03:59:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:59:23.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T03:59:23.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:00:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:00:13.921Z||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-10-27T04:00:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:00:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:00:13.924Z||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-10-27T04:00:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:00:23.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:00:23.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:01:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:01:13.920Z||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-10-27T04:01:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:01:13.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:01:13.924Z||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-10-27T04:01:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:01:23.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:01:23.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:02:13.921Z||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-10-27T04:02:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:02:13.924Z||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-10-27T04:02:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:14.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:14.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f79c398f-200f-4b3c-92a4-84c6b778a3f8","serviceName":"vFW 2022-10-27 04-00-40","serviceVersion":"1.0","serviceUUID":"709bd4f9-ce4e-4489-9034-2dd97b85e03f","serviceDescription":"catalog service description","serviceInvariantUUID":"a0b324b2-faf8-4ecf-afce-783178958983","resources":[{"resourceInstanceName":"vFW 22ad662a-6d0a 0","resourceName":"vFW 22ad662a-6d0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0561a628-6349-4067-beea-d50b86098981","resourceInvariantUUID":"70f6cb9e-bb62-422a-b75d-9f6ec0317673","resourceCustomizationUUID":"59310610-ff83-4723-bd4a-d172deb4fee8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml","artifactChecksum":"Mzk4Mjk2MWQwNzkxZmY5OTJhODA2MThjYWUzYjgzMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b58e2e06-eafa-4d81-9657-cd0fa05a7a3f","artifactVersion":"1"},{"artifactName":"vfw22ad662a6d0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json","artifactChecksum":"Njk0MTM4Zjg1MzcyMGY4NmFiOGM3MDY5ZDIxZDBlOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"acd60201-faeb-4ff8-9883-14bf28e46b28","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e57339f1-bc52-4581-9257-38031d38d024","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml","artifactChecksum":"YmE0NzE2ZjdhMWUyNzIyNTJiNjJjZDU0NjlkMTU4Yzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"418548ea-3e22-4a3f-a3ff-b1e36534f021","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb60528a-fec2-432c-bff6-7f363da4d6a8","artifactVersion":"2","generatedFromUUID":"e57339f1-bc52-4581-9257-38031d38d024"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221027040040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml","artifactChecksum":"ODg0ODI3ZGRjN2NhN2FiOGYzNGM5MDBjMDUyZTg1OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"203b66d7-f160-43f4-be24-fc042944933b","artifactVersion":"1"},{"artifactName":"service-Vfw20221027040040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar","artifactChecksum":"Njk3MzhiMzI3ZmI4Njg4YTczNmU3MDNiNmQ1YWE2ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fa15cc4-4249-4d19-b447-22365bfeb3fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:02:14.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:14.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843302491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.569Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:14.577Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:14.588Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:14.588Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843303029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843303374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843299816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843303029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843302491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843303374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843299816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843303029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843302491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843303374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843299816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843303029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843302491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843303374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843299816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843307658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843303029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843302491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843303374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843299816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843307658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843303029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843302491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843303374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843299816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843307658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843310987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843303029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843302491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843303374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843299816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843307658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843310987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843307658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843312332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843312500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843310987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843307658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "cds",
"timestamp": 1666843313348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:02:14.689Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-27T04:02:14.708Z||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-10-27T04:02:14.708Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:14.720Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:14.721Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:02:14.784Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.806Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843310987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843307658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843310987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843315474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843310987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843316489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843310987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "policy-id",
"timestamp": 1666843317494,
"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-10-27T04:02:14.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.846Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843318787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843319875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843319754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843320941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843319863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843320821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843322018,
"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-10-27T04:02:14.858Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843319863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "clamp",
"timestamp": 1666843321825,
"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-10-27T04:02:14.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843323025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:14.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843319863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843319863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843319863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843319863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843319863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843327185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843327695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "aai-ml",
"timestamp": 1666843328192,
"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-10-27T04:02:14.881Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.881Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843331887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:14.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843332892,
"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-10-27T04:02:14.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:15.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:15.595Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:15.597Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:15.597Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:02:15.698Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:15.698Z||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-10-27T04:02:15.699Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:15.715Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:15.715Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:16.598Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:16.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:16.601Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:16.601Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:02:16.701Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:16.702Z||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-10-27T04:02:16.702Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:16.719Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:16.720Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:17.602Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:17.603Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:17.604Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:17.605Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:17.705Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:17.706Z||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-10-27T04:02:17.706Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:17.720Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:17.721Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:18.605Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:18.606Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:18.608Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:18.608Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-27T04:02:18.708Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:18.709Z||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-10-27T04:02:18.709Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:18.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:18.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:19.609Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:19.609Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:19.611Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:19.611Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:02:19.712Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:19.713Z||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-10-27T04:02:19.713Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:19.731Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:19.731Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:20.612Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:20.612Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:20.622Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:20.622Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:02:20.715Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-27T04:02:20.716Z||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-10-27T04:02:20.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:20.730Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:20.730Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:21.624Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"serviceName": "vFW 2022-10-27 04-00-40",
"serviceVersion": "1.0",
"serviceUUID": "709bd4f9-ce4e-4489-9034-2dd97b85e03f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a0b324b2-faf8-4ecf-afce-783178958983",
"resources": [
{
"resourceInstanceName": "vFW 22ad662a-6d0a 0",
"resourceCustomizationUUID": "59310610-ff83-4723-bd4a-d172deb4fee8",
"resourceName": "vFW 22ad662a-6d0a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0561a628-6349-4067-beea-d50b86098981",
"resourceInvariantUUID": "70f6cb9e-bb62-422a-b75d-9f6ec0317673",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw22ad662a6d0a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"artifactChecksum": "Njk0MTM4Zjg1MzcyMGY4NmFiOGM3MDY5ZDIxZDBlOWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "acd60201-faeb-4ff8-9883-14bf28e46b28",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e57339f1-bc52-4581-9257-38031d38d024",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb60528a-fec2-432c-bff6-7f363da4d6a8",
"generatedFromUUID": "e57339f1-bc52-4581-9257-38031d38d024"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb60528a-fec2-432c-bff6-7f363da4d6a8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221027040040-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"artifactChecksum": "Njk3MzhiMzI3ZmI4Njg4YTczNmU3MDNiNmQ1YWE2ZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1fa15cc4-4249-4d19-b447-22365bfeb3fc"
}
],
"workloadContext": "Production"
}
2022-10-27T04:02:21.625Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:02:21.625Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 709bd4f9-ce4e-4489-9034-2dd97b85e03f ASDC
2022-10-27T04:02:21.750Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f79c398f-200f-4b3c-92a4-84c6b778a3f8
ServiceName:vFW 2022-10-27 04-00-40
ServiceVersion:1.0
ServiceUUID:709bd4f9-ce4e-4489-9034-2dd97b85e03f
ServiceInvariantUUID:a0b324b2-faf8-4ecf-afce-783178958983
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221027040040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
ArtifactUUID:1fa15cc4-4249-4d19-b447-22365bfeb3fc
ArtifactChecksum:Njk3MzhiMzI3ZmI4Njg4YTczNmU3MDNiNmQ1YWE2ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 22ad662a-6d0a 0
ResourceCustomizationUUID:59310610-ff83-4723-bd4a-d172deb4fee8
ResourceInvariantUUID:70f6cb9e-bb62-422a-b75d-9f6ec0317673
ResourceName:vFW 22ad662a-6d0a
ResourceType:VF
ResourceUUID:0561a628-6349-4067-beea-d50b86098981
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw22ad662a6d0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
ArtifactUUID:acd60201-faeb-4ff8-9883-14bf28e46b28
ArtifactChecksum:Njk0MTM4Zjg1MzcyMGY4NmFiOGM3MDY5ZDIxZDBlOWQ=
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/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
ArtifactUUID:e57339f1-bc52-4581-9257-38031d38d024
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/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
ArtifactUUID:eb60528a-fec2-432c-bff6-7f363da4d6a8
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/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
ArtifactUUID:eb60528a-fec2-432c-bff6-7f363da4d6a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-27T04:02:21.751Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 709bd4f9-ce4e-4489-9034-2dd97b85e03f 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-10-27T04:02:21.793Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:02:21.805Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:02:21.806Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:02:21.806Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fa15cc4-4249-4d19-b447-22365bfeb3fc from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:21.807Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:21.808Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:21.909Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:21.926Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar 1fa15cc4-4249-4d19-b447-22365bfeb3fc 98978
2022-10-27T04:02:21.928Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar ASDC sendASDCNotification
2022-10-27T04:02:21.928Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:21.929Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:21.930Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:21.932Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:21.932Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843341926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:22.032Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:22.033Z||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-10-27T04:02:22.033Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:22.047Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:22.047Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:22.933Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:02:22.934Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:02:22.934Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1fa15cc4-4249-4d19-b447-22365bfeb3fc, URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar to file: /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:22.935Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221027040040-csar.csar
2022-10-27T04:02:23.010Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:23.011Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:23.641Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6478304059964374732/Definitions/service-Vfw20221027040040-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-10-27T04:02:26.162Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:02:26.166Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:02:26.166Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 22ad662a-6d0a 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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:02:26.175Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.176Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.180Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.181Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:02:26.182Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:02:26.185Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:02:26.185Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.185Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.188Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.188Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.188Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=70689c0f-2f17-4789-8bc1-4d5397cebcd8
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=413b660a-18b4-439a-8852-d6da934f90ac
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65b6ad02-f893-4fec-a66d-c01b464fcb32
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.203Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-27 04-00-40
Description:catalog service description
Model UUID:709bd4f9-ce4e-4489-9034-2dd97b85e03f
Model Version:NULL
Model InvariantUuid:a0b324b2-faf8-4ecf-afce-783178958983
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 22ad662a-6d0a
Model UUID:e0d21931-bfb8-4e9d-97a1-a6aa2b515ba8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:70f6cb9e-bb62-422a-b75d-9f6ec0317673
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:59310610-ff83-4723-bd4a-d172deb4fee8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:143395b1-27c5-40e8-b9fd-d358000ad630
ModelName:Vfw22ad662a6d0a..base_vfw..module-0
ModelUuid:d9d48ab8-ed3d-4371-8f90-62545ca8bb45
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:70689c0f-2f17-4789-8bc1-4d5397cebcd8
ModelInvariantUuid:cf542c3e-6353-46f5-b8b9-859d63ffcf96
ModelName:vFW 22ad662a-6d0a-nodes.vfwCvfc
ModelUuid:dff87fd0-c772-41ae-b78e-1401ce049a55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1de77f2c-1428-4171-a0ef-0ea617233607
ModelInvariantUuid:703f8540-ceed-4f4b-aa59-69855729f488
ModelName:Vfw22ad662a6d0a.compute.nodes.heat.vfw
ModelUuid:f8cdc816-2c1c-448f-b48c-54184448178a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:413b660a-18b4-439a-8852-d6da934f90ac
ModelInvariantUuid:b30f017c-be8b-4fce-9115-fbf0d924d14b
ModelName:vFW 22ad662a-6d0a-nodes.vsnCvfc
ModelUuid:8316ec3e-7186-4122-b756-49fa320183be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f0d738be-9fc9-442b-9bdd-5c6338f99ef3
ModelInvariantUuid:08a588cf-616e-4a1f-bc90-6c96116ceabd
ModelName:Vfw22ad662a6d0a.compute.nodes.heat.vsn
ModelUuid:f823f396-2baa-4df1-a9ba-c0e5544895ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:65b6ad02-f893-4fec-a66d-c01b464fcb32
ModelInvariantUuid:e5403fa7-f7ec-4835-b56e-234850997e5b
ModelName:vFW 22ad662a-6d0a-nodes.vpgCvfc
ModelUuid:45bf9aaf-d5b0-4ba3-ad8d-9af622dcfd90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f1653a3c-b977-4bfa-8839-45933292fc1c
ModelInvariantUuid:40fb5f89-914f-4b39-aa72-d21d3eb4c970
ModelName:Vfw22ad662a6d0a.compute.nodes.heat.vpg
ModelUuid:babdb945-d33c-4dc6-a357-b13164490012
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-10-27T04:02:26.212Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0561a628-6349-4067-beea-d50b86098981
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-10-27T04:02:26.297Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||vFW 22ad662a-6d0a 0
2022-10-27T04:02:26.303Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0561a628-6349-4067-beea-d50b86098981
2022-10-27T04:02:26.304Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: acd60201-faeb-4ff8-9883-14bf28e46b28 from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:26.304Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:26.304Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:26.383Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:26.384Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json acd60201-faeb-4ff8-9883-14bf28e46b28 785
2022-10-27T04:02:26.384Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json ASDC sendASDCNotification
2022-10-27T04:02:26.384Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:26.385Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:26.385Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:26.387Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:26.387Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843346384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:26.488Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:26.489Z||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-10-27T04:02:26.489Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:26.502Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:26.502Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:27.389Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw22ad662a6d0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "143395b1-27c5-40e8-b9fd-d358000ad630",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d9d48ab8-ed3d-4371-8f90-62545ca8bb45",
"vfModuleModelCustomizationUUID": "6f6c56b3-c6ca-49fa-802d-0efdb62bb265",
"isBase": true,
"artifacts": [
"e57339f1-bc52-4581-9257-38031d38d024",
"eb60528a-fec2-432c-bff6-7f363da4d6a8"
],
"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-10-27T04:02:27.403Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw22ad662a6d0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9d48ab8-ed3d-4371-8f90-62545ca8bb45
VfModuleModelInvariantUUID:143395b1-27c5-40e8-b9fd-d358000ad630
VfModuleModelDescription:NULL
Artifacts UUID List:{
e57339f1-bc52-4581-9257-38031d38d024
,
eb60528a-fec2-432c-bff6-7f363da4d6a8
}
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-10-27T04:02:27.406Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw22ad662a6d0a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "143395b1-27c5-40e8-b9fd-d358000ad630",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d9d48ab8-ed3d-4371-8f90-62545ca8bb45",
"vfModuleModelCustomizationUUID": "6f6c56b3-c6ca-49fa-802d-0efdb62bb265",
"isBase": true,
"artifacts": [
"e57339f1-bc52-4581-9257-38031d38d024",
"eb60528a-fec2-432c-bff6-7f363da4d6a8"
],
"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-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw22ad662a6d0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9d48ab8-ed3d-4371-8f90-62545ca8bb45
VfModuleModelInvariantUUID:143395b1-27c5-40e8-b9fd-d358000ad630
VfModuleModelDescription:NULL
Artifacts UUID List:{
e57339f1-bc52-4581-9257-38031d38d024
,
eb60528a-fec2-432c-bff6-7f363da4d6a8
}
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-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e57339f1-bc52-4581-9257-38031d38d024 from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:27.535Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml e57339f1-bc52-4581-9257-38031d38d024 20368
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:27.537Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:27.538Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:27.539Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843347536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:27.639Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:27.640Z||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-10-27T04:02:27.640Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:27.653Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:27.654Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:28.540Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb60528a-fec2-432c-bff6-7f363da4d6a8 from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:28.540Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:28.540Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env eb60528a-fec2-432c-bff6-7f363da4d6a8 2098
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:28.603Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:28.603Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:28.605Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:28.605Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843348602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:02:28.706Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:28.706Z||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-10-27T04:02:28.707Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:28.718Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:28.719Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:29.606Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 709bd4f9-ce4e-4489-9034-2dd97b85e03f
2022-10-27T04:02:29.606Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 22ad662a-6d0a 0 0561a628-6349-4067-beea-d50b86098981 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-10-27T04:02:29.640Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c3e8fe, org.onap.sdc.toscaparser.api.parameters.Input@2f73045a, org.onap.sdc.toscaparser.api.parameters.Input@7d9b8eb7, org.onap.sdc.toscaparser.api.parameters.Input@ce50c47, org.onap.sdc.toscaparser.api.parameters.Input@1479813d]
2022-10-27T04:02:29.643Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 59310610-ff83-4723-bd4a-d172deb4fee8
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59310610-ff83-4723-bd4a-d172deb4fee8 matches Tosca VF Customization UUID: 59310610-ff83-4723-bd4a-d172deb4fee8
2022-10-27T04:02:29.645Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 59310610-ff83-4723-bd4a-d172deb4fee8 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-10-27T04:02:29.651Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.651Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.652Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 59310610-ff83-4723-bd4a-d172deb4fee8: {\"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-10-27T04:02:29.653Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d1d5616
2022-10-27T04:02:29.653Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.653Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:02:29.654Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f6c56b3-c6ca-49fa-802d-0efdb62bb265
2022-10-27T04:02:29.655Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f6c56b3-c6ca-49fa-802d-0efdb62bb265
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-10-27T04:02:29.660Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.661Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.661Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.662Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.662Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.662Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=70689c0f-2f17-4789-8bc1-4d5397cebcd8
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-10-27T04:02:29.672Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.672Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.673Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.673Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.673Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.675Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:29.675Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:29.675Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.677Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=413b660a-18b4-439a-8852-d6da934f90ac
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-10-27T04:02:29.679Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.679Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.680Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.682Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.682Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:29.682Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.685Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.685Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-27T04:02:29.685Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65b6ad02-f893-4fec-a66d-c01b464fcb32
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-10-27T04:02:29.687Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.689Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=59310610-ff83-4723-bd4a-d172deb4fee8
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-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 709bd4f9-ce4e-4489-9034-2dd97b85e03f: vFW 22ad662a-6d0a
2022-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.692Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.692Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.692Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:02:29.694Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.694Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-10-27 04-00-40
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-10-27T04:02:29.938Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 22ad662a-6d0a 0561a628-6349-4067-beea-d50b86098981 1 ASDC deployResourceStructure
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json ASDC sendASDCNotification
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:29.940Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:29.941Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843349938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:30.041Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:30.042Z||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-10-27T04:02:30.042Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:30.057Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:30.057Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:30.944Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:30.944Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843350941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:31.044Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:31.045Z||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-10-27T04:02:31.046Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:31.060Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:31.060Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:31.945Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-27T04:02:31.945Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:31.946Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:31.946Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:31.947Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:31.948Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843351945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:32.048Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:32.049Z||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-10-27T04:02:32.049Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:32.063Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:32.063Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:32.948Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar ASDC sendASDCNotification
2022-10-27T04:02:32.949Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:32.949Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:32.949Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:32.951Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:32.952Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843352948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:02:33.052Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:33.053Z||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-10-27T04:02:33.053Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:33.068Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:02:33.068Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:33.953Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8
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-10-27T04:02:33.966Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8
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-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:02:33.973Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:03:03.973Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:03:03.982Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8 and serviceModelVersionId: 709bd4f9-ce4e-4489-9034-2dd97b85e03f
2022-10-27T04:03:03.982Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0b324b2-faf8-4ecf-afce-783178958983
2022-10-27T04:03:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:03:13.924Z||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-10-27T04:03:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:03:14.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:03:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:03:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:03:14.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:03:18.414Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0
2022-10-27T04:03:18.515Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:03:18.993Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|INFO|500||Invoke
2022-10-27T04:03:19.000Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f79c398f-200f-4b3c-92a4-84c6b778a3f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d01e99b-5e78-4f2d-8524-eb432e399fa6], X-ECOMP-RequestID=[f79c398f-200f-4b3c-92a4-84c6b778a3f8], X-TransactionId=[], X-ONAP-RequestID=[f79c398f-200f-4b3c-92a4-84c6b778a3f8], Content-Type=[application/merge-patch+json]}
2022-10-27T04:03:19.096Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-27T04:03:19.325Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?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/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221027-04:03:19:728-86447], vertex-id=[196712], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:03:19 GMT], Content-Type=[application/json]}
2022-10-27T04:03:19.327Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:03:19.328Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|INFO|500||InvokeReturn
2022-10-27T04:03:19.333Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:03:19.334Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:03:19.340Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:03:19.341Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f79c398f-200f-4b3c-92a4-84c6b778a3f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:03:19.342Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:03:19.342Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:03:19.344Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:03:19.344Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843399341,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:03:19.444Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:03:19.445Z||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-10-27T04:03:19.445Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:03:19.458Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:03:19.458Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-10-27T04:03:20.354Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:03:20.354Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:03:20.355Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:03:29.909Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:04:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:04:13.924Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:04:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:04:13.924Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:04:13.925Z||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-10-27T04:04:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:04:13.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:04:13.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:04:13.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-27T04:04:13.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843333920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843341926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843346384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843347536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843348602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843349938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843350941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843351945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843352948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:23.488Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:05:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:05:13.921Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:05:13.921Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:05:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:05:13.924Z||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-10-27T04:05:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:05:14.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:05:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:05:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843399341,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:05:14.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:05:23.475Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:06:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:06:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:06:13.924Z||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-10-27T04:06:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:14.130Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:14.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843559862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843562491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843567658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843562491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843559862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843567658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843559862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843562491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843569816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843567658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843570987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843562491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843559862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843569816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843567658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843570987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843562491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843559862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843569816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843567658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843570987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843562491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843559862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843569816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843567658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843570987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843573029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-27T04:06:14.565Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:14.567Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.567Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e40c573d-a042-4506-b428-3b29376eb444","serviceName":"basic_onboard_ElDNWO","serviceVersion":"1.0","serviceUUID":"7689544f-d63f-40d4-a535-d700d49a8952","serviceDescription":"service","serviceInvariantUUID":"abe05cf9-4fe2-4930-bfcf-8ef0079e6c44","resources":[{"resourceInstanceName":"basic_onboard_ElDNWO 0","resourceName":"basic_onboard_ElDNWO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f6cbec9-0e96-457c-a3f9-8db3191c3900","resourceInvariantUUID":"f4f0648a-5b03-408c-9059-93b7e9cd5f29","resourceCustomizationUUID":"d5d7a9f1-e0e4-43d8-8848-51394c3c8581","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml","artifactChecksum":"ODFmZDczOWRiOGFkOGQ3MjEzZmU4YmQ3MzdiYzk4ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2248cac-207c-4eee-8fcc-882b5a12caf2","artifactVersion":"1"},{"artifactName":"basic_onboard_eldnwo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json","artifactChecksum":"MjU2NDZmNWQxMGI3YWZlNmUxNzkwY2ZjYTA2ZWVjYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0aa03c9e-26c9-41ac-b305-b4ab828c2cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8dec5fed-c78a-4358-aed3-d3e51cfa1eda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"19d08491-7557-4ffa-a496-ab8f1c01aa08","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21f1c3f2-ed7c-4d22-b6b7-7002e2948beb","artifactVersion":"2","generatedFromUUID":"8dec5fed-c78a-4358-aed3-d3e51cfa1eda"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEldnwo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml","artifactChecksum":"ZDE4Y2M1YWFhM2FlNTExOGNmMzkwMzI1MzBhODQ5MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f00aa7d-6fad-41a5-a5d2-dcf8b68886b8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEldnwo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar","artifactChecksum":"MjIzNGY4MmM4MWZkYjdkMjg2Y2E3YzNmMDM3NDczZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:06:14.572Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:14.573Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:14.579Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:14.579Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.679Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:06:14.680Z||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-10-27T04:06:14.680Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:14.702Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:14.702Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:15.579Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:15.580Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:15.583Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:15.583Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:06:15.683Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:15.684Z||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-10-27T04:06:15.685Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:15.697Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:15.698Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:16.584Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:16.585Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:16.587Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:16.587Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:06:16.687Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:16.688Z||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-10-27T04:06:16.689Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:16.711Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:16.712Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:17.587Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:17.589Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:17.591Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:17.591Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:17.691Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:17.692Z||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-10-27T04:06:17.693Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:17.709Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:17.710Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:18.592Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:18.593Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:18.595Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:18.595Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-27T04:06:18.695Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:18.696Z||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-10-27T04:06:18.696Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:18.714Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:18.715Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:19.595Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:19.596Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:19.598Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:19.598Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:06:19.702Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-27T04:06:19.703Z||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-10-27T04:06:19.703Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:19.728Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:19.729Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:20.599Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:20.600Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:20.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:20.605Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:06:20.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-27T04:06:20.703Z||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-10-27T04:06:20.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:20.722Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:20.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:21.606Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"serviceName": "basic_onboard_ElDNWO",
"serviceVersion": "1.0",
"serviceUUID": "7689544f-d63f-40d4-a535-d700d49a8952",
"serviceDescription": "service",
"serviceInvariantUUID": "abe05cf9-4fe2-4930-bfcf-8ef0079e6c44",
"resources": [
{
"resourceInstanceName": "basic_onboard_ElDNWO 0",
"resourceCustomizationUUID": "d5d7a9f1-e0e4-43d8-8848-51394c3c8581",
"resourceName": "basic_onboard_ElDNWO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9f6cbec9-0e96-457c-a3f9-8db3191c3900",
"resourceInvariantUUID": "f4f0648a-5b03-408c-9059-93b7e9cd5f29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_eldnwo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"artifactChecksum": "MjU2NDZmNWQxMGI3YWZlNmUxNzkwY2ZjYTA2ZWVjYTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0aa03c9e-26c9-41ac-b305-b4ab828c2cb0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8dec5fed-c78a-4358-aed3-d3e51cfa1eda",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21f1c3f2-ed7c-4d22-b6b7-7002e2948beb",
"generatedFromUUID": "8dec5fed-c78a-4358-aed3-d3e51cfa1eda"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21f1c3f2-ed7c-4d22-b6b7-7002e2948beb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEldnwo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"artifactChecksum": "MjIzNGY4MmM4MWZkYjdkMjg2Y2E3YzNmMDM3NDczZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1"
}
],
"workloadContext": "Production"
}
2022-10-27T04:06:21.607Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:06:21.607Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7689544f-d63f-40d4-a535-d700d49a8952 ASDC
2022-10-27T04:06:21.608Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e40c573d-a042-4506-b428-3b29376eb444
ServiceName:basic_onboard_ElDNWO
ServiceVersion:1.0
ServiceUUID:7689544f-d63f-40d4-a535-d700d49a8952
ServiceInvariantUUID:abe05cf9-4fe2-4930-bfcf-8ef0079e6c44
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEldnwo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
ArtifactUUID:81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1
ArtifactChecksum:MjIzNGY4MmM4MWZkYjdkMjg2Y2E3YzNmMDM3NDczZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ElDNWO 0
ResourceCustomizationUUID:d5d7a9f1-e0e4-43d8-8848-51394c3c8581
ResourceInvariantUUID:f4f0648a-5b03-408c-9059-93b7e9cd5f29
ResourceName:basic_onboard_ElDNWO
ResourceType:VF
ResourceUUID:9f6cbec9-0e96-457c-a3f9-8db3191c3900
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eldnwo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
ArtifactUUID:0aa03c9e-26c9-41ac-b305-b4ab828c2cb0
ArtifactChecksum:MjU2NDZmNWQxMGI3YWZlNmUxNzkwY2ZjYTA2ZWVjYTQ=
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/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8dec5fed-c78a-4358-aed3-d3e51cfa1eda
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/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
ArtifactUUID:21f1c3f2-ed7c-4d22-b6b7-7002e2948beb
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/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
ArtifactUUID:21f1c3f2-ed7c-4d22-b6b7-7002e2948beb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-27T04:06:21.613Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7689544f-d63f-40d4-a535-d700d49a8952 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:06:21.649Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:06:21.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:06:21.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:06:21.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1 from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:21.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:21.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:21.715Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:21.718Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar 81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1 71575
2022-10-27T04:06:21.719Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar ASDC sendASDCNotification
2022-10-27T04:06:21.719Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:21.719Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:21.720Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:21.722Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:21.722Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843581719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:06:21.822Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:06:21.823Z||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-10-27T04:06:21.823Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:21.837Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:21.838Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:22.726Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:06:22.726Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:06:22.727Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1, URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar to file: /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.727Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.727Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.728Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.923Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2887583823635055633/Definitions/service-BasicOnboardEldnwo-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-10-27T04:06:24.135Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ElDNWO 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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is not matching search criteria
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is not matching search criteria
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=021622b3-b177-4ae3-9b96-dff7dd4e5940
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ElDNWO
Description:service
Model UUID:7689544f-d63f-40d4-a535-d700d49a8952
Model Version:NULL
Model InvariantUuid:abe05cf9-4fe2-4930-bfcf-8ef0079e6c44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ElDNWO
Model UUID:b827a41e-1870-46e0-9c6b-e0b23d235e39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4f0648a-5b03-408c-9059-93b7e9cd5f29
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d5d7a9f1-e0e4-43d8-8848-51394c3c8581
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6
ModelName:BasicOnboardEldnwo..base_ubuntu18..module-0
ModelUuid:a32bfe79-0849-4cb7-83d8-470191052004
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:021622b3-b177-4ae3-9b96-dff7dd4e5940
ModelInvariantUuid:284ad47b-a80a-4cd3-923a-5be852d92d23
ModelName:basic_onboard_ElDNWO-nodes.ubuntu18Cvfc
ModelUuid:86d51055-0bab-490f-b9a2-19a08208571e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:869b9109-4372-45f9-bdbb-0d4f2edf534a
ModelInvariantUuid:0cae14cd-f788-4c99-a6bf-005a80beb491
ModelName:BasicOnboardEldnwo.compute.nodes.heat.ubuntu18
ModelUuid:e61d0244-4d48-4bcb-af32-d2b124074db2
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-10-27T04:06:24.154Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f6cbec9-0e96-457c-a3f9-8db3191c3900
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-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||basic_onboard_ElDNWO 0
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f6cbec9-0e96-457c-a3f9-8db3191c3900
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0aa03c9e-26c9-41ac-b305-b4ab828c2cb0 from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json 0aa03c9e-26c9-41ac-b305-b4ab828c2cb0 798
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json ASDC sendASDCNotification
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:24.213Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:24.215Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:24.215Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843584212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:06:24.315Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:24.316Z||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-10-27T04:06:24.316Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:24.330Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:24.331Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:25.215Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEldnwo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a32bfe79-0849-4cb7-83d8-470191052004",
"vfModuleModelCustomizationUUID": "6a60baa5-fc2e-4e84-a571-d4855e9aa84b",
"isBase": true,
"artifacts": [
"8dec5fed-c78a-4358-aed3-d3e51cfa1eda",
"21f1c3f2-ed7c-4d22-b6b7-7002e2948beb"
],
"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-10-27T04:06:25.220Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEldnwo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a32bfe79-0849-4cb7-83d8-470191052004
VfModuleModelInvariantUUID:04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dec5fed-c78a-4358-aed3-d3e51cfa1eda
,
21f1c3f2-ed7c-4d22-b6b7-7002e2948beb
}
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-10-27T04:06:25.222Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEldnwo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a32bfe79-0849-4cb7-83d8-470191052004",
"vfModuleModelCustomizationUUID": "6a60baa5-fc2e-4e84-a571-d4855e9aa84b",
"isBase": true,
"artifacts": [
"8dec5fed-c78a-4358-aed3-d3e51cfa1eda",
"21f1c3f2-ed7c-4d22-b6b7-7002e2948beb"
],
"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-10-27T04:06:25.222Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEldnwo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a32bfe79-0849-4cb7-83d8-470191052004
VfModuleModelInvariantUUID:04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dec5fed-c78a-4358-aed3-d3e51cfa1eda
,
21f1c3f2-ed7c-4d22-b6b7-7002e2948beb
}
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-10-27T04:06:25.223Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8dec5fed-c78a-4358-aed3-d3e51cfa1eda from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:25.223Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:25.223Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:25.281Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml 8dec5fed-c78a-4358-aed3-d3e51cfa1eda 5033
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:25.283Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:25.290Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:25.290Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843585282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:06:25.385Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-27T04:06:25.386Z||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-10-27T04:06:25.386Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:25.401Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:25.402Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:26.291Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 21f1c3f2-ed7c-4d22-b6b7-7002e2948beb from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:26.291Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:26.292Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:26.342Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:26.342Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env 21f1c3f2-ed7c-4d22-b6b7-7002e2948beb 909
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:26.345Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:26.345Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843586343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:06:26.445Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:26.446Z||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-10-27T04:06:26.446Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:26.460Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:26.460Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:27.346Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7689544f-d63f-40d4-a535-d700d49a8952
2022-10-27T04:06:27.346Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ElDNWO 0 9f6cbec9-0e96-457c-a3f9-8db3191c3900 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T04:06:27.359Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ffc5826, org.onap.sdc.toscaparser.api.parameters.Input@5de8dfb7, org.onap.sdc.toscaparser.api.parameters.Input@39e41e1b, org.onap.sdc.toscaparser.api.parameters.Input@4edcd323, org.onap.sdc.toscaparser.api.parameters.Input@339c9fb6]
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d5d7a9f1-e0e4-43d8-8848-51394c3c8581
2022-10-27T04:06:27.362Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5d7a9f1-e0e4-43d8-8848-51394c3c8581 matches Tosca VF Customization UUID: d5d7a9f1-e0e4-43d8-8848-51394c3c8581
2022-10-27T04:06:27.362Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d5d7a9f1-e0e4-43d8-8848-51394c3c8581 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-10-27T04:06:27.364Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.364Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d5d7a9f1-e0e4-43d8-8848-51394c3c8581: {\"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-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1972b411
2022-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:06:27.366Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a60baa5-fc2e-4e84-a571-d4855e9aa84b
2022-10-27T04:06:27.366Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a60baa5-fc2e-4e84-a571-d4855e9aa84b
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-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is not matching search criteria
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-27T04:06:27.371Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T04:06:27.371Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=021622b3-b177-4ae3-9b96-dff7dd4e5940
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-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.374Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.374Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=d5d7a9f1-e0e4-43d8-8848-51394c3c8581
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-10-27T04:06:27.375Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.375Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7689544f-d63f-40d4-a535-d700d49a8952: basic_onboard_ElDNWO
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:06:27.378Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.378Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_ElDNWO
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-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ElDNWO 9f6cbec9-0e96-457c-a3f9-8db3191c3900 1 ASDC deployResourceStructure
2022-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json ASDC sendASDCNotification
2022-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:27.451Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:27.453Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:27.453Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843587450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T04:06:27.553Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:27.554Z||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-10-27T04:06:27.554Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:27.573Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:27.573Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:28.456Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:28.456Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843588453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T04:06:28.556Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:28.557Z||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-10-27T04:06:28.557Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:28.577Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:28.578Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:29.457Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-27T04:06:29.458Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:29.458Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:29.458Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:29.460Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:29.460Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843589457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-27T04:06:29.560Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:29.561Z||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-10-27T04:06:29.561Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:29.577Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:29.577Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:30.461Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar ASDC sendASDCNotification
2022-10-27T04:06:30.461Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:30.462Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:30.462Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:30.464Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:30.464Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843590461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:06:30.564Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:30.565Z||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-10-27T04:06:30.565Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:30.594Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:06:30.594Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:31.464Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:06:31.472Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:06:31.474Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:06:31.474Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:06:31.474Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:07:01.475Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:07:01.487Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:07:01.488Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:07:01.489Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:07:01.489Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:07:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:07:13.924Z||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-10-27T04:07:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:07:13.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:07:13.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:07:13.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843573374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:07:13.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:07:31.489Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:07:31.496Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:07:31.497Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:07:31.498Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:07:31.498Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:08:01.498Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:08:01.506Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:08:01.508Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:08:01.509Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:08:01.509Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:08:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:08:13.924Z||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-10-27T04:08:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:08:13.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:08:13.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:08:13.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "ves-openapi-manager",
"timestamp": 1666843562491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:08:13.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:08:31.511Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:08:31.521Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:08:31.523Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:08:31.524Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:08:31.524Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:09:01.524Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:09:01.531Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:09:01.532Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:09:01.534Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:09:01.534Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:09:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:09:13.924Z||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-10-27T04:09:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:09:14.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:09:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843559862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843569816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843567658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843570987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843573029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843573374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843569816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843570987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843575703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843575558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843573029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843573374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843569816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843570987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843576564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843573029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843573374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843577553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "policy-id",
"timestamp": 1666843577567,
"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-10-27T04:09:14.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.473Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843578740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843573029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843578032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843573374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843579801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843573029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666843579047,
"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-10-27T04:09:14.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.486Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843573374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843580850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843573029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843573374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843573920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843581873,
"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-10-27T04:09:14.497Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.497Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843580770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843581719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666843582876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "cds",
"timestamp": 1666843581776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:09:14.505Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.505Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843584151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843584212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "aai-ml",
"timestamp": 1666843585155,
"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-10-27T04:09:14.518Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.518Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843585282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843585618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843586343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843587450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843587626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843588453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "clamp",
"timestamp": 1666843588629,
"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-10-27T04:09:14.528Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.528Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843589457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843590461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:31.534Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:09:31.543Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
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-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:09:31.549Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:09:31.549Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:09:31.552Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:10:01.552Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:10:01.557Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e40c573d-a042-4506-b428-3b29376eb444 and serviceModelVersionId: 7689544f-d63f-40d4-a535-d700d49a8952
2022-10-27T04:10:01.558Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abe05cf9-4fe2-4930-bfcf-8ef0079e6c44
2022-10-27T04:10:01.559Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0
2022-10-27T04:10:01.564Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:10:01.614Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|INFO|500||Invoke
2022-10-27T04:10:01.615Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e40c573d-a042-4506-b428-3b29376eb444], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e766961-a5cb-4012-bef6-956b8002f3a8], X-ECOMP-RequestID=[e40c573d-a042-4506-b428-3b29376eb444], X-TransactionId=[], X-ONAP-RequestID=[e40c573d-a042-4506-b428-3b29376eb444], Content-Type=[application/merge-patch+json]}
2022-10-27T04:10:01.640Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-27T04:10:01.745Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?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/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221027-04:10:02:287-55263], vertex-id=[192720], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:10:02 GMT], Content-Type=[application/json]}
2022-10-27T04:10:01.746Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:10:01.747Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|INFO|500||InvokeReturn
2022-10-27T04:10:01.747Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:10:01.748Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:01.753Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:01.753Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e40c573d-a042-4506-b428-3b29376eb444 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:10:01.754Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:10:01.754Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:10:01.757Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:10:01.757Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843801753,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:10:01.857Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:10:01.858Z||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-10-27T04:10:01.858Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:01.875Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:10:01.875Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-27T04:10:02.765Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:02.765Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:02.765Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:13.055Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:10:13.056Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:13.056Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:13.056Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:13.924Z||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-10-27T04:10:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:14.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:10:14.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:10:14.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666843801753,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:10:14.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:10:22.602Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:10:22.603Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:22.604Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:22.604Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:32.150Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:10:32.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:32.151Z||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-10-27T04:10:32.152Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:41.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:11:13.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:11:13.920Z||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-10-27T04:11:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:11:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:11:13.924Z||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-10-27T04:11:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:11:23.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:11:23.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:12:13.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:12:13.923Z||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-10-27T04:12:13.923Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:12:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:12:13.924Z||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-10-27T04:12:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:12:23.471Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:12:23.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:13:13.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:13:13.920Z||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-10-27T04:13:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:13:13.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:13:13.927Z||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-10-27T04:13:13.927Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:13:23.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:13:23.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:14:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:14:13.921Z||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-10-27T04:14:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:14:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:14:13.924Z||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-10-27T04:14:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:14:23.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:14:23.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:15:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:15:13.921Z||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-10-27T04:15:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:15:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:15:13.924Z||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-10-27T04:15:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:15:23.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:15:23.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:13.920Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:16:13.922Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:16:13.922Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:16:13.924Z||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-10-27T04:16:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:14.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:14.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844122491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844127658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844136038,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844136017,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844136779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844137044,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844137203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "cds",
"timestamp": 1666844137787,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-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-10-27T04:16:14.455Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.456Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "policy-id",
"timestamp": 1666844138047,
"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-10-27T04:16:14.466Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.466Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844138207,
"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-10-27T04:16:14.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.478Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844138628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844130987,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "cds",
"timestamp": 1666844128029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844140356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "cds",
"timestamp": 1666844140895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844141364,
"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-10-27T04:16:14.494Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.494Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "cds",
"timestamp": 1666844141903,
"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-10-27T04:16:14.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844142491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844129862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844142491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844144443,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844145885,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844146888,
"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-10-27T04:16:14.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.535Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "policy-id",
"timestamp": 1666844147658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844148579,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "policy-id",
"timestamp": 1666844147658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "policy-id",
"timestamp": 1666844150255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "policy-id",
"timestamp": 1666844151261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "policy-id",
"timestamp": 1666844152264,
"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-10-27T04:16:14.553Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.554Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844153690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844150987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "aai-ml",
"timestamp": 1666844154695,
"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-10-27T04:16:14.564Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.564Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844150987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844150987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "aai-ml",
"timestamp": 1666844139817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844150987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "aai-ml",
"timestamp": 1666844157765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844150987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844158029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844150987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844158029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844159862,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844150987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844158029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "aai-ml",
"timestamp": 1666844161339,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.580Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844159862,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844162821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844161721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844158029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "aai-ml",
"timestamp": 1666844162342,
"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-10-27T04:16:14.586Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.586Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844159862,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844163880,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844158029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844162491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844159862,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844163729,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844158029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844164938,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844162491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844159862,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "clamp",
"timestamp": 1666844164735,
"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-10-27T04:16:14.601Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.601Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844158029,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844165968,
"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=?
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-10-27T04:16:14.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:16:14.616Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:14.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 and ComponentName POLICY
2022-10-27T04:16:14.617Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.617Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ae5f1fd-5a57-4583-93fb-dd8e44f95626","serviceName":"Demo_pNF_liKKDB7N0YiQ0It7aqdN","serviceVersion":"1.0","serviceUUID":"65d31541-63d2-44e8-8609-8f8d896a0dde","serviceDescription":"catalog service description","serviceInvariantUUID":"ffda7468-c7e5-47db-8c99-8b47490a8490","resources":[{"resourceInstanceName":"pNF 618ad011-1ca0 0","resourceName":"pNF 618ad011-1ca0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c8e30ec-59b8-4e31-856f-9d778e75e15e","resourceInvariantUUID":"92aa4644-10e0-43c1-9dd4-a37473952ff6","resourceCustomizationUUID":"bf141092-d7ed-4602-a651-0e6855f436b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml","artifactChecksum":"NTAxMzA1NzliNGY3N2RjMTFlOTE4MzkzZGFkZjdlMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3729ba50-eac5-415a-bbcb-5a9cf6a84df5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar","artifactChecksum":"NTMzMjA4MzU3ZmM0Y2I3YTA4M2NmZGNkNjg0NDJjZDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"748d7675-238d-43a4-b582-5a66d64b7d7d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c09c79e-de3c-41d8-accd-e5aeee566793","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml","artifactChecksum":"ODhhOGFkZTk3ODU0ZTBmYmYxYmFmMjM2ZDdhZmE5OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bba7623c-edec-42f4-bb95-827e58b5ac4f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3bb04b77-a25a-488f-ab02-9e78fc925dbe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"717646d7-5993-4bb3-8736-73c77e850dca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml","artifactChecksum":"Y2I4MWUzMzlhZWRmNDczYzM2NTkwMzkwMzQ2NjBhZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e14a02f0-ac2d-4c3b-a167-f6dbb73dd478","artifactVersion":"1"},{"artifactName":"service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar","artifactChecksum":"ZjQ2NmMwOTIxYzUzYjQ3OWY5OTAwYmI0NzQxZGIwMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a467a206-39cf-4179-96dd-9306bfa018eb","artifactVersion":"1"}],"workloadContext":"Production"}
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-10-27T04:16:14.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844162491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844159862,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.627Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844165731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666844166975,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844162491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844159862,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.630Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "clamp",
"timestamp": 1666844143374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "cds",
"timestamp": 1666844166736,
"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=?
2022-10-27T04:16:14.634Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:14.634Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.636Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:16:14.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 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-10-27T04:16:14.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844162491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844167587,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844162491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "policy-id",
"timestamp": 1666844167658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "ves-openapi-manager",
"timestamp": 1666844162491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "policy-id",
"timestamp": 1666844167658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844169551,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "policy-id",
"timestamp": 1666844167658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-27T04:16:14.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666844170559,
"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-10-27T04:16:14.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:16:14.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 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-10-27T04:16:14.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "aai-ml",
"timestamp": 1666844169816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "policy-id",
"timestamp": 1666844167658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "aai-ml",
"timestamp": 1666844169816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "policy-id",
"timestamp": 1666844167658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "aai-ml",
"timestamp": 1666844169816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "policy-id",
"timestamp": 1666844167658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
"consumerID": "aai-ml",
"timestamp": 1666844169816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-27T04:16:14.734Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:14.735Z||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-10-27T04:16:14.735Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:14.752Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:14.753Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:15.635Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:15.636Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:15.638Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:15.638Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:15.739Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T04:16:15.740Z||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-10-27T04:16:15.740Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:15.768Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:15.771Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:16.639Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:16.639Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:16.641Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:16.642Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:16.742Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:16.743Z||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-10-27T04:16:16.743Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:16.756Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:16.757Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:17.642Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:17.643Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:17.646Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:17.646Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:17.746Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:17.747Z||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-10-27T04:16:17.747Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:17.762Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:17.762Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:18.646Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:18.648Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:18.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:18.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:18.751Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T04:16:18.752Z||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-10-27T04:16:18.752Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:18.767Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:18.768Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:19.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:19.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:19.653Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:19.653Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:19.755Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-27T04:16:19.756Z||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-10-27T04:16:19.757Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:19.770Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:19.771Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:20.658Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:20.659Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:20.670Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:20.670Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:20.762Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-10-27T04:16:20.763Z||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-10-27T04:16:20.763Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:20.776Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:20.776Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:21.671Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:21.671Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:21.674Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:21.674Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:21.778Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-27T04:16:21.779Z||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-10-27T04:16:21.780Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:21.792Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:21.793Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:16:22.677Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"serviceName": "Demo_pNF_liKKDB7N0YiQ0It7aqdN",
"serviceVersion": "1.0",
"serviceUUID": "65d31541-63d2-44e8-8609-8f8d896a0dde",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ffda7468-c7e5-47db-8c99-8b47490a8490",
"resources": [
{
"resourceInstanceName": "pNF 618ad011-1ca0 0",
"resourceCustomizationUUID": "bf141092-d7ed-4602-a651-0e6855f436b9",
"resourceName": "pNF 618ad011-1ca0",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5c8e30ec-59b8-4e31-856f-9d778e75e15e",
"resourceInvariantUUID": "92aa4644-10e0-43c1-9dd4-a37473952ff6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"artifactChecksum": "ZjQ2NmMwOTIxYzUzYjQ3OWY5OTAwYmI0NzQxZGIwMTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a467a206-39cf-4179-96dd-9306bfa018eb"
}
],
"workloadContext": "Production"
}
2022-10-27T04:16:22.678Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:16:22.678Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65d31541-63d2-44e8-8609-8f8d896a0dde ASDC
2022-10-27T04:16:22.679Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4ae5f1fd-5a57-4583-93fb-dd8e44f95626
ServiceName:Demo_pNF_liKKDB7N0YiQ0It7aqdN
ServiceVersion:1.0
ServiceUUID:65d31541-63d2-44e8-8609-8f8d896a0dde
ServiceInvariantUUID:ffda7468-c7e5-47db-8c99-8b47490a8490
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
ArtifactUUID:a467a206-39cf-4179-96dd-9306bfa018eb
ArtifactChecksum:ZjQ2NmMwOTIxYzUzYjQ3OWY5OTAwYmI0NzQxZGIwMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 618ad011-1ca0 0
ResourceCustomizationUUID:bf141092-d7ed-4602-a651-0e6855f436b9
ResourceInvariantUUID:92aa4644-10e0-43c1-9dd4-a37473952ff6
ResourceName:pNF 618ad011-1ca0
ResourceType:PNF
ResourceUUID:5c8e30ec-59b8-4e31-856f-9d778e75e15e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-27T04:16:22.679Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65d31541-63d2-44e8-8609-8f8d896a0dde 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-10-27T04:16:22.701Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:16:22.702Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:22.703Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:22.703Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a467a206-39cf-4179-96dd-9306bfa018eb from URL: /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:22.703Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:16:22.704Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:22.774Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:16:22.778Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar a467a206-39cf-4179-96dd-9306bfa018eb 82643
2022-10-27T04:16:22.778Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar ASDC sendASDCNotification
2022-10-27T04:16:22.778Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:22.779Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:16:22.779Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:22.781Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:22.781Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844182778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:22.881Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:16:22.882Z||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-10-27T04:16:22.882Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:22.923Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:22.924Z||pool-43-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:16:23.782Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:16:23.784Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:23.784Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a467a206-39cf-4179-96dd-9306bfa018eb, URL: /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar to file: /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.785Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.785Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.786Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.970Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2670701941774373400/Definitions/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml
2022-10-27T04:16:24.850Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:16:24.851Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:16:24.851Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.851Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 618ad011-1ca0 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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:16:24.854Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.854Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.854Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Node template pNF 618ad011-1ca0 0 is matching search criteria
2022-10-27T04:16:24.855Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:16:24.855Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 618ad011-1ca0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:16:24.855Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.856Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Node template pNF 618ad011-1ca0 0 is matching search criteria
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 618ad011-1ca0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.858Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.858Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.858Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.860Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.860Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.860Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_liKKDB7N0YiQ0It7aqdN
Description:catalog service description
Model UUID:65d31541-63d2-44e8-8609-8f8d896a0dde
Model Version:NULL
Model InvariantUuid:ffda7468-c7e5-47db-8c99-8b47490a8490
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-10-27T04:16:24.867Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5c8e30ec-59b8-4e31-856f-9d778e75e15e
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-10-27T04:16:24.872Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||pNF 618ad011-1ca0 0
2022-10-27T04:16:24.872Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5c8e30ec-59b8-4e31-856f-9d778e75e15e
2022-10-27T04:16:24.873Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 65d31541-63d2-44e8-8609-8f8d896a0dde
2022-10-27T04:16:24.873Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 65d31541-63d2-44e8-8609-8f8d896a0dde
2022-10-27T04:16:24.874Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 618ad011-1ca0 0 5c8e30ec-59b8-4e31-856f-9d778e75e15e 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-10-27T04:16:24.878Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ac98db0, org.onap.sdc.toscaparser.api.parameters.Input@797b7ed9, org.onap.sdc.toscaparser.api.parameters.Input@6cad6610, org.onap.sdc.toscaparser.api.parameters.Input@5a631970, org.onap.sdc.toscaparser.api.parameters.Input@4cd1bb81]
2022-10-27T04:16:24.879Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.879Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.880Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 65d31541-63d2-44e8-8609-8f8d896a0dde: pNF 618ad011-1ca0
2022-10-27T04:16:24.880Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Processing PNF resource: 5c8e30ec-59b8-4e31-856f-9d778e75e15e
2022-10-27T04:16:24.880Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:16:24.881Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.881Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Resource customization UUID: bf141092-d7ed-4602-a651-0e6855f436b9 is the same as notified resource customizationUUID: bf141092-d7ed-4602-a651-0e6855f436b9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-27T04:16:24.930Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 618ad011-1ca0 5c8e30ec-59b8-4e31-856f-9d778e75e15e 0 ASDC deployResourceStructure
2022-10-27T04:16:24.930Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar ASDC sendASDCNotification
2022-10-27T04:16:24.930Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.931Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:16:24.931Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:24.933Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:24.933Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844184930,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T04:16:25.034Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:25.034Z||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-10-27T04:16:25.035Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:25.073Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:25.074Z||pool-44-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:16:25.934Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
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-10-27T04:16:25.942Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
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-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:16:25.946Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:16:25.946Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T04:16:25.946Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-10-27T04:16:25.948Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:16:55.949Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:55.954Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 and serviceModelVersionId: 65d31541-63d2-44e8-8609-8f8d896a0dde
2022-10-27T04:16:55.954Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffda7468-c7e5-47db-8c99-8b47490a8490
2022-10-27T04:16:55.955Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0
2022-10-27T04:16:55.963Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:16:56.019Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-27T04:16:56.021Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0|INFO|500||Invoke
2022-10-27T04:16:56.043Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-27T04:16:56.164Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0|INFO|500||InvokeReturn
2022-10-27T04:16:56.164Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221027-04:16:56:701-90203], vertex-id=[155664], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:16:56 GMT], Content-Type=[application/json]}
2022-10-27T04:16:56.165Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:16:56.165Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:16:56.165Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-10-27T04:16:56.170Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-10-27T04:16:56.170Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:16:56.170Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:16:56.171Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:56.173Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:56.173Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844216170,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:16:56.273Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:56.274Z||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-10-27T04:16:56.274Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:56.291Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:56.291Z||pool-45-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-10-27T04:16:57.184Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:16:57.185Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d36e9553-782c-4ae8-a7c9-ed36092a98f1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"964c07cc-32eb-4dae-adad-f4247a681535","serviceDescription":"service","serviceInvariantUUID":"58c09f77-7b39-4136-b6a1-d03a5013cd27","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7","resourceInvariantUUID":"46f45e0d-cd0c-46f8-8b4a-b617167ad3f4","resourceCustomizationUUID":"fc888954-e6c9-4adb-92d5-47517d4093c5","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":"YWI0YzZkYWQ0MTFkMTZiNDdlNTQ5YTkwZDhkY2RiMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9ea1c4f-452d-4553-a705-9c7c51cc1bc0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGEwZDg3NTY0MGUzNDUxN2Q2YjgwYmJmNTVkMDQxOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:16:57.185Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:57.186Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:57.188Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:57.188Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T04:16:57.288Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:57.288Z||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-10-27T04:16:57.289Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:57.304Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:57.304Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:58.188Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:58.189Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:58.191Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:58.191Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844173920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T04:16:58.291Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:58.292Z||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-10-27T04:16:58.292Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:58.307Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:58.309Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:59.192Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "964c07cc-32eb-4dae-adad-f4247a681535",
"serviceDescription": "service",
"serviceInvariantUUID": "58c09f77-7b39-4136-b6a1-d03a5013cd27",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fc888954-e6c9-4adb-92d5-47517d4093c5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7",
"resourceInvariantUUID": "46f45e0d-cd0c-46f8-8b4a-b617167ad3f4",
"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": "ZGEwZDg3NTY0MGUzNDUxN2Q2YjgwYmJmNTVkMDQxOWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e"
}
],
"workloadContext": "Production"
}
2022-10-27T04:16:59.192Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:16:59.192Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 964c07cc-32eb-4dae-adad-f4247a681535 ASDC
2022-10-27T04:16:59.193Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d36e9553-782c-4ae8-a7c9-ed36092a98f1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:964c07cc-32eb-4dae-adad-f4247a681535
ServiceInvariantUUID:58c09f77-7b39-4136-b6a1-d03a5013cd27
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:6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e
ArtifactChecksum:ZGEwZDg3NTY0MGUzNDUxN2Q2YjgwYmJmNTVkMDQxOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fc888954-e6c9-4adb-92d5-47517d4093c5
ResourceInvariantUUID:46f45e0d-cd0c-46f8-8b4a-b617167ad3f4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-27T04:16:59.193Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 964c07cc-32eb-4dae-adad-f4247a681535 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-10-27T04:16:59.212Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:16:59.270Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e 52505
2022-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:16:59.274Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:59.276Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:59.276Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666844219273,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T04:16:59.376Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:59.377Z||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-10-27T04:16:59.377Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:59.391Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T04:16:59.392Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:00.277Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:17:00.278Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:17:00.278Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.278Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-27T04:17:00.279Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.279Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.403Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18346320766912377334/Definitions/service-BasicNetwork-template.yml
2022-10-27T04:17:00.898Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.900Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.905Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.905Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.905Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:964c07cc-32eb-4dae-adad-f4247a681535
Model Version:NULL
Model InvariantUuid:58c09f77-7b39-4136-b6a1-d03a5013cd27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:46f45e0d-cd0c-46f8-8b4a-b617167ad3f4
Model UUID:d5e2b6ee-7640-430d-b387-c777043c9077
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fc888954-e6c9-4adb-92d5-47517d4093c5
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-10-27T04:17:00.912Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7
2022-10-27T04:17:00.912Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||No resources found for Service: 964c07cc-32eb-4dae-adad-f4247a681535
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-10-27T04:17:00.916Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 964c07cc-32eb-4dae-adad-f4247a681535
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 964c07cc-32eb-4dae-adad-f4247a681535
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.920Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ef07dde, org.onap.sdc.toscaparser.api.parameters.Input@5e984ec8, org.onap.sdc.toscaparser.api.parameters.Input@24869756, org.onap.sdc.toscaparser.api.parameters.Input@24266f87, org.onap.sdc.toscaparser.api.parameters.Input@1905f850]
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 964c07cc-32eb-4dae-adad-f4247a681535: Generic NeutronNet
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery