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-25T03:03:40.979Z||main|||||INFO|500||The following profiles are active: basic
2022-10-25T03:03:53.217Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-25T03:03:53.218Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-25T03:03:53.344Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-25T03:03:57.495Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-25T03:03:58.013Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-25T03:03:58.511Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-25T03:03:58.520Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-25T03:03:58.708Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-25T03:03:59.156Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-25T03:04:00.195Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-25T03:04:03.493Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-25T03:04:06.448Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-25T03:04:06.513Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-25T03:04:07.448Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-25T03:04:07.810Z||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-25T03:04:09.235Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-25T03:04:10.361Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-25T03:04:10.395Z||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$$db920399.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-25T03:04:10.398Z||main|||||WARN|500||The sdc end point is not alive
2022-10-25T03:04:13.877Z||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-25T03:04:17.174Z||main|||||WARN|500||---
2022-10-25T03:04:17.174Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-25T03:04:17.174Z||main|||||WARN|500||---
2022-10-25T03:04:17.654Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-25T03:04:22.786Z||main|||||INFO|500||Started Application in 45.656 seconds (JVM running for 48.036)
2022-10-25T03:04:22.804Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-25T03:04:22.811Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-25T03:04:22.823Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-25T03:04:22.850Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-25T03:04:22.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89e2a3b3-6019-4700-8b9f-c1cc667882a5 url= /sdc/v1/artifactTypes
2022-10-25T03:04:22.893Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-25T03:04:23.166Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-25T03:04:23.190Z||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-25T03:04:23.211Z||scheduling-1|||||DEBUG|500||create keys
2022-10-25T03:04:23.218Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-25T03:04:23.252Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:04:23.322Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d27e572c-773b-40d1-bdb5-aead337ce91c url= /sdc/v1/registerForDistribution
2022-10-25T03:04:23.455Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d27e572c-773b-40d1-bdb5-aead337ce91c url= /sdc/v1/registerForDistribution
2022-10-25T03:04:23.456Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-25T03:04:23.467Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:04:23.473Z||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-25T03:04:23.474Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:04:23.478Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:04:23.480Z||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-25T03:04:23.480Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:04:23.485Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-25T03:04:33.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:04:33.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:05:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:05:23.466Z||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-25T03:05:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:05:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:05:23.468Z||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-25T03:05:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:05:33.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:05:33.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:06:23.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:06:23.465Z||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-25T03:06:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:06:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:06:23.469Z||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-25T03:06:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:06:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:06:33.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:07:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:07:23.466Z||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-25T03:07:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:07:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:07:23.469Z||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-25T03:07:23.470Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:07:33.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:07:33.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:08:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:08:23.465Z||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-25T03:08:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:08:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:08:23.469Z||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-25T03:08:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:08:33.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:08:33.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:09:23.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:09:23.466Z||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-25T03:09:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:09:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:09:23.469Z||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-25T03:09:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:09:33.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:09:33.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:10:23.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:10:23.467Z||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-25T03:10:23.467Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:10:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:10:23.470Z||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-25T03:10:23.470Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:10:33.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:10:33.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:11:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:11:23.466Z||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-25T03:11:23.467Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:11:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:11:23.471Z||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-25T03:11:23.472Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:11:33.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:11:33.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:12:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:12:23.466Z||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-25T03:12:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:12:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:12:23.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:12:23.469Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:12:33.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:12:33.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:13:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:13:23.466Z||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-25T03:13:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:13:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:13:23.468Z||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-25T03:13:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:13:33.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:13:33.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:13:55.887Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-25T03:14:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:14:23.466Z||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-25T03:14:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:14:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:14:23.469Z||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-25T03:14:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:14:33.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:14:33.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:15:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:15:23.466Z||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-25T03:15:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:15:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:15:23.468Z||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-25T03:15:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:15:33.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:15:33.015Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:16:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:16:23.465Z||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-25T03:16:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:16:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:16:23.469Z||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-25T03:16:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:16:33.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:16:33.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:17:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:17:23.465Z||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-25T03:17:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:17:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:17:23.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:17:23.469Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:17:33.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:17:33.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:18:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:18:23.465Z||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-25T03:18:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:18:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:18:23.469Z||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-25T03:18:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:18:33.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:18:33.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:19:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:19:23.465Z||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-25T03:19:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:19:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:19:23.468Z||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-25T03:19:23.468Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:19:33.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:19:33.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:20:23.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:20:23.466Z||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-25T03:20:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:20:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:20:23.469Z||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-25T03:20:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:20:33.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:20:33.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:21:23.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:21:23.466Z||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-25T03:21:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:21:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:21:23.469Z||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-25T03:21:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:21:33.028Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:21:33.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:22:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:22:23.466Z||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-25T03:22:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:22:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:22:23.469Z||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-25T03:22:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:22:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:22:33.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:23:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:23:23.466Z||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-25T03:23:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:23:23.468Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:23:23.469Z||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-25T03:23:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:23:33.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:23:33.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:24:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:24:23.465Z||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-25T03:24:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:24:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:24:23.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:24:23.469Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:24:33.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:24:33.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:25:23.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:25:23.467Z||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-25T03:25:23.467Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:25:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:25:23.469Z||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-25T03:25:23.470Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:25:33.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:25:33.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:26:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:26:23.465Z||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-25T03:26:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:26:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:26:23.469Z||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-25T03:26:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:26:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:26:33.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:27:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:27:23.465Z||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-25T03:27:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:27:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:27:23.468Z||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-25T03:27:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:27:33.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:27:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:28:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:28:23.465Z||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-25T03:28:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:28:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:28:23.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:28:23.468Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:28:33.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:28:33.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:29:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:29:23.465Z||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-25T03:29:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:29:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:29:23.469Z||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-25T03:29:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:29:33.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:29:33.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:30:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:30:23.466Z||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-25T03:30:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:30:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:30:23.469Z||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-25T03:30:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:30:33.009Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:30:33.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:31:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:31:23.466Z||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-25T03:31:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:31:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:31:23.469Z||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-25T03:31:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:31:33.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:31:33.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:32:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:32:23.466Z||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-25T03:32:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:32:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:32:23.469Z||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-25T03:32:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:32:33.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:32:33.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:33:23.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:33:23.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:33:23.467Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:33:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:33:23.469Z||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-25T03:33:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:33:33.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:33:33.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:34:23.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:34:23.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:34:23.466Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:34:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:34:23.468Z||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-25T03:34:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:34:33.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:34:33.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:35:23.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:35:23.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:35:23.467Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:35:23.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:35:23.469Z||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-25T03:35:23.470Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:35:33.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:35:33.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:36:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:36:23.466Z||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-25T03:36:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:36:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:36:23.469Z||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-25T03:36:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:36:33.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:36:33.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:37:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:37:23.466Z||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-25T03:37:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:37:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:37:23.469Z||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-25T03:37:23.470Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:37:33.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:37:33.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:38:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:38:23.466Z||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-25T03:38:23.467Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:38:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:38:23.469Z||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-25T03:38:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:38:33.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:38:33.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:39:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:39:23.466Z||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-25T03:39:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:39:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:39:23.469Z||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-25T03:39:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:39:33.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:39:33.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:40:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:40:23.465Z||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-25T03:40:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:40:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:40:23.469Z||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-25T03:40:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:40:33.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:40:33.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:41:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:41:23.466Z||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-25T03:41:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:41:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:41:23.468Z||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-25T03:41:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:41:33.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:41:33.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:42:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:42:23.466Z||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-25T03:42:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:42:23.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:42:23.469Z||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-25T03:42:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:42:33.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:42:33.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:43:23.465Z||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-25T03:43:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:43:23.469Z||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-25T03:43:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:24.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:24.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:24.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"dce00635-dc3e-4fa1-9fcd-d6d885cb2e12","serviceName":"vFW 2022-10-25 03-41-49","serviceVersion":"1.0","serviceUUID":"e460f7a2-903f-42ab-8864-6d6f9ab70daa","serviceDescription":"catalog service description","serviceInvariantUUID":"1dd0ffca-e60f-43bc-b446-029a51e5a24f","resources":[{"resourceInstanceName":"vFW f4a8a157-e65d 0","resourceName":"vFW f4a8a157-e65d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd9cbf97-ddc5-4530-9997-4167251e5634","resourceInvariantUUID":"57f7c19e-5ddd-49b1-9bca-659a740dbb26","resourceCustomizationUUID":"55563bfa-1fcc-4d39-b767-e06ed575f2bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml","artifactChecksum":"MTQyMGU5ZTYwNTZjMTNiZTk4M2RiOGU0YjU5MWE0MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87d08fa7-1e37-4bad-af86-2d4044cb61f1","artifactVersion":"1"},{"artifactName":"vfwf4a8a157e65d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json","artifactChecksum":"MDM0ZmUwYWVlZjBkNTRhZGMwMTA3YzIyMTliY2RmYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab66f567-a5d0-4cbb-96d0-addc1aaf8e67","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e41db53b-ea76-4129-8655-3f43b7c5f240","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml","artifactChecksum":"MmM5ZmY5OGE5Nzk0NDhjZDZlYzgzMjUyMzliMGZhNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74e1572e-347e-4731-9965-ec959afcc0b5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d02cc404-0d07-44ff-86fe-3dc48b3823ec","artifactVersion":"2","generatedFromUUID":"e41db53b-ea76-4129-8655-3f43b7c5f240"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221025034149-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml","artifactChecksum":"ZDE0ODQwYTJkNjhhNGM2MjRhZDBiZDlmN2ZlZGZkMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a973703-961c-4727-a5b8-504af0de5fb8","artifactVersion":"1"},{"artifactName":"service-Vfw20221025034149-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar","artifactChecksum":"ZWY4ZDNjMTEyYTY1OGQ2NmQxOTQ2NzhhNTM4OTY4MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6262d627-4d75-43fe-9d0d-dbb8b9044746","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T03:43:24.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669378223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:43:24.125Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:24.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669376365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669376018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669378223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669376365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.137Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:24.137Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669376018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669378223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669376365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669376018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669378223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669376365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669376018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669378223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669376365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669376018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669378223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669376365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669376018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669385648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669378223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669376365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669376018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669385648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669389139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:24.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669387634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:24.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669385648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "cds",
"timestamp": 1666669390158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-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-25T03:43:24.237Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-25T03:43:24.243Z||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-25T03:43:24.243Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:24.257Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:24.258Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-25T03:43:24.353Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
2022-10-25T03:43:24.375Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-25T03:43:24.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669388645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:43:24.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669385648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669388331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "policy-id",
"timestamp": 1666669389649,
"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-25T03:43:24.419Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
2022-10-25T03:43:24.420Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-25T03:43:24.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669385648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669388331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669385648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669388331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669385648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669388331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669393452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:24.435Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669388331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669393114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669388331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669394553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:24.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669393114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669388331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669395621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:24.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669393114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669396692,
"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-25T03:43:24.449Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
2022-10-25T03:43:24.450Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-25T03:43:24.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669396222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:24.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669393114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669397699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T03:43:24.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669393114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669398117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669393114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669398117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669393114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:43:24.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669398117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669398117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669401393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:43:24.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:43:24.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669398117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:24.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669402400,
"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-25T03:43:24.477Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
2022-10-25T03:43:24.477Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-25T03:43:24.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:43:24.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669398117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:24.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:43:25.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:43:25.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:25.150Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:25.150Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:43:25.251Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:25.252Z||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-25T03:43:25.252Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:25.266Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:25.267Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:26.151Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:43:26.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:26.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:26.155Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:43:26.255Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:26.257Z||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-25T03:43:26.257Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:26.295Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:26.296Z||pool-5-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:27.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:43:27.157Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:27.159Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:27.159Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:27.260Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:27.261Z||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-25T03:43:27.261Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:27.276Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:27.277Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:28.160Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:43:28.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:28.164Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:28.164Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-25T03:43:28.264Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:28.265Z||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-25T03:43:28.266Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:28.278Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:28.279Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:29.164Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:43:29.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:29.168Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:29.168Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:43:29.268Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:43:29.270Z||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-25T03:43:29.270Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:29.282Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:29.283Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:30.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:43:30.170Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:30.173Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:30.173Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:43:30.273Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:30.274Z||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-25T03:43:30.274Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:30.289Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:30.290Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:31.175Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"serviceName": "vFW 2022-10-25 03-41-49",
"serviceVersion": "1.0",
"serviceUUID": "e460f7a2-903f-42ab-8864-6d6f9ab70daa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1dd0ffca-e60f-43bc-b446-029a51e5a24f",
"resources": [
{
"resourceInstanceName": "vFW f4a8a157-e65d 0",
"resourceCustomizationUUID": "55563bfa-1fcc-4d39-b767-e06ed575f2bf",
"resourceName": "vFW f4a8a157-e65d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cd9cbf97-ddc5-4530-9997-4167251e5634",
"resourceInvariantUUID": "57f7c19e-5ddd-49b1-9bca-659a740dbb26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf4a8a157e65d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"artifactChecksum": "MDM0ZmUwYWVlZjBkNTRhZGMwMTA3YzIyMTliY2RmYzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab66f567-a5d0-4cbb-96d0-addc1aaf8e67",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e41db53b-ea76-4129-8655-3f43b7c5f240",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d02cc404-0d07-44ff-86fe-3dc48b3823ec",
"generatedFromUUID": "e41db53b-ea76-4129-8655-3f43b7c5f240"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d02cc404-0d07-44ff-86fe-3dc48b3823ec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221025034149-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"artifactChecksum": "ZWY4ZDNjMTEyYTY1OGQ2NmQxOTQ2NzhhNTM4OTY4MjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6262d627-4d75-43fe-9d0d-dbb8b9044746"
}
],
"workloadContext": "Production"
}
2022-10-25T03:43:31.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T03:43:31.177Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e460f7a2-903f-42ab-8864-6d6f9ab70daa ASDC
2022-10-25T03:43:31.322Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
ServiceName:vFW 2022-10-25 03-41-49
ServiceVersion:1.0
ServiceUUID:e460f7a2-903f-42ab-8864-6d6f9ab70daa
ServiceInvariantUUID:1dd0ffca-e60f-43bc-b446-029a51e5a24f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221025034149-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar
ArtifactUUID:6262d627-4d75-43fe-9d0d-dbb8b9044746
ArtifactChecksum:ZWY4ZDNjMTEyYTY1OGQ2NmQxOTQ2NzhhNTM4OTY4MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f4a8a157-e65d 0
ResourceCustomizationUUID:55563bfa-1fcc-4d39-b767-e06ed575f2bf
ResourceInvariantUUID:57f7c19e-5ddd-49b1-9bca-659a740dbb26
ResourceName:vFW f4a8a157-e65d
ResourceType:VF
ResourceUUID:cd9cbf97-ddc5-4530-9997-4167251e5634
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf4a8a157e65d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json
ArtifactUUID:ab66f567-a5d0-4cbb-96d0-addc1aaf8e67
ArtifactChecksum:MDM0ZmUwYWVlZjBkNTRhZGMwMTA3YzIyMTliY2RmYzg=
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/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml
ArtifactUUID:e41db53b-ea76-4129-8655-3f43b7c5f240
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/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env
ArtifactUUID:d02cc404-0d07-44ff-86fe-3dc48b3823ec
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/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env
ArtifactUUID:d02cc404-0d07-44ff-86fe-3dc48b3823ec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-25T03:43:31.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e460f7a2-903f-42ab-8864-6d6f9ab70daa 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-25T03:43:31.390Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:43:31.391Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T03:43:31.393Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T03:43:31.393Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6262d627-4d75-43fe-9d0d-dbb8b9044746 from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:31.393Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:43:31.395Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:31.509Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:43:31.531Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar 6262d627-4d75-43fe-9d0d-dbb8b9044746 98982
2022-10-25T03:43:31.533Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar ASDC sendASDCNotification
2022-10-25T03:43:31.533Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:31.536Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:43:31.537Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:31.540Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:31.540Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669411532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:31.639Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:43:31.640Z||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-25T03:43:31.640Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:31.660Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:31.661Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:32.541Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:43:32.541Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T03:43:32.542Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6262d627-4d75-43fe-9d0d-dbb8b9044746, URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar to file: /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:32.543Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221025034149-csar.csar
2022-10-25T03:43:32.648Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:32.649Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:33.539Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7023806456995115827/Definitions/service-Vfw20221025034149-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-10-25T03:43:36.253Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T03:43:36.259Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T03:43:36.259Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.259Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||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-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||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-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.261Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.261Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||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-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.261Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||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-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||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-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.263Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f4a8a157-e65d 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-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.263Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:36.263Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T03:43:36.270Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.272Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:36.276Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:36.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T03:43:36.279Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:43:36.281Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.281Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:36.281Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:36.282Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T03:43:36.282Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:43:36.283Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.283Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:36.286Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.287Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria
2022-10-25T03:43:36.287Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T03:43:36.288Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T03:43:36.288Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T03:43:36.288Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.289Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.289Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.290Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T03:43:36.290Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T03:43:36.291Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T03:43:36.291Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T03:43:36.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.293Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T03:43:36.293Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.293Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T03:43:36.294Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.294Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T03:43:36.296Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.296Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:36.296Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:36.297Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.297Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:36.297Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:36.298Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.298Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:36.298Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:36.299Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.299Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria
2022-10-25T03:43:36.300Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T03:43:36.300Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T03:43:36.300Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T03:43:36.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T03:43:36.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8240e341-d373-478f-9539-1e877cdfe493
2022-10-25T03:43:36.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria
2022-10-25T03:43:36.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T03:43:36.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T03:43:36.305Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T03:43:36.305Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.305Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.306Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.306Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T03:43:36.306Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-25T03:43:36.307Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T03:43:36.307Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.307Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T03:43:36.308Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.308Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cd27684-4c06-4f23-969e-18c8fe52645c
2022-10-25T03:43:36.308Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.309Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria
2022-10-25T03:43:36.309Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T03:43:36.309Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T03:43:36.310Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T03:43:36.310Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.310Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.311Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.311Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T03:43:36.311Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T03:43:36.312Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T03:43:36.312Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:36.312Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:36.313Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-25T03:43:36.313Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52a0e245-bd83-43f9-8414-da36cbc3ca8f
2022-10-25T03:43:36.314Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.314Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:36.314Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.315Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:36.315Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.315Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:36.316Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:36.316Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:36.316Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-25 03-41-49
Description:catalog service description
Model UUID:e460f7a2-903f-42ab-8864-6d6f9ab70daa
Model Version:NULL
Model InvariantUuid:1dd0ffca-e60f-43bc-b446-029a51e5a24f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f4a8a157-e65d
Model UUID:4845ffbf-6a09-49b7-90eb-721e0546092a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57f7c19e-5ddd-49b1-9bca-659a740dbb26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:55563bfa-1fcc-4d39-b767-e06ed575f2bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3230881b-2c00-4302-89d0-a648f4a2a359
ModelName:VfwF4a8a157E65d..base_vfw..module-0
ModelUuid:43cad466-df95-4913-9534-924ec8c208b9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8240e341-d373-478f-9539-1e877cdfe493
ModelInvariantUuid:599535ac-3fe8-450f-a46a-6030f6cce43d
ModelName:vFW f4a8a157-e65d-nodes.vfwCvfc
ModelUuid:73cc6262-e9f7-463f-8f0e-0b35f3f486dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2a8e0f92-53af-461d-9c01-fbe93f8d604c
ModelInvariantUuid:9d435cfd-0a6e-4fc1-90e9-bec5b5d4e9ca
ModelName:VfwF4a8a157E65d.compute.nodes.heat.vfw
ModelUuid:f3d22ff3-3478-4fac-b7e3-527ff2f0d7fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4cd27684-4c06-4f23-969e-18c8fe52645c
ModelInvariantUuid:75c1cf1a-596f-4bff-a236-6a3d65f00206
ModelName:vFW f4a8a157-e65d-nodes.vsnCvfc
ModelUuid:e73e46d4-51f4-402a-b531-c148ddb18af9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:91856b47-1b2d-4e53-82f0-ab8493acec0f
ModelInvariantUuid:cae0b8b6-c60b-4c3d-89da-0c56ab8d3159
ModelName:VfwF4a8a157E65d.compute.nodes.heat.vsn
ModelUuid:1b30a492-3a46-44f7-abfb-1f3f8ce57e52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:52a0e245-bd83-43f9-8414-da36cbc3ca8f
ModelInvariantUuid:57920228-2228-4453-9427-6da9910b5042
ModelName:vFW f4a8a157-e65d-nodes.vpgCvfc
ModelUuid:0a0e4368-117c-4fdd-b6ef-37018e6ce0f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cedd2f56-e407-4f76-af1f-686f1f41000d
ModelInvariantUuid:e9714768-a408-4fac-9670-9a2661aaa7a8
ModelName:VfwF4a8a157E65d.compute.nodes.heat.vpg
ModelUuid:ebe816cb-7288-4c17-924a-b564a7648d67
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-25T03:43:36.331Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cd9cbf97-ddc5-4530-9997-4167251e5634
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-25T03:43:36.450Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||vFW f4a8a157-e65d 0
2022-10-25T03:43:36.457Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd9cbf97-ddc5-4530-9997-4167251e5634
2022-10-25T03:43:36.457Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ab66f567-a5d0-4cbb-96d0-addc1aaf8e67 from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json
2022-10-25T03:43:36.457Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:43:36.458Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json
2022-10-25T03:43:36.594Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:43:36.594Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json ab66f567-a5d0-4cbb-96d0-addc1aaf8e67 785
2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json ASDC sendASDCNotification
2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json
2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:36.599Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:36.599Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669416595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:36.699Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:36.702Z||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-25T03:43:36.702Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:36.714Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:36.714Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:37.601Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF4a8a157E65d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3230881b-2c00-4302-89d0-a648f4a2a359",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "43cad466-df95-4913-9534-924ec8c208b9",
"vfModuleModelCustomizationUUID": "761d5b45-0be0-4f25-8992-6924e6b42713",
"isBase": true,
"artifacts": [
"e41db53b-ea76-4129-8655-3f43b7c5f240",
"d02cc404-0d07-44ff-86fe-3dc48b3823ec"
],
"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-25T03:43:37.615Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF4a8a157E65d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43cad466-df95-4913-9534-924ec8c208b9
VfModuleModelInvariantUUID:3230881b-2c00-4302-89d0-a648f4a2a359
VfModuleModelDescription:NULL
Artifacts UUID List:{
e41db53b-ea76-4129-8655-3f43b7c5f240
,
d02cc404-0d07-44ff-86fe-3dc48b3823ec
}
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-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF4a8a157E65d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3230881b-2c00-4302-89d0-a648f4a2a359",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "43cad466-df95-4913-9534-924ec8c208b9",
"vfModuleModelCustomizationUUID": "761d5b45-0be0-4f25-8992-6924e6b42713",
"isBase": true,
"artifacts": [
"e41db53b-ea76-4129-8655-3f43b7c5f240",
"d02cc404-0d07-44ff-86fe-3dc48b3823ec"
],
"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-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF4a8a157E65d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43cad466-df95-4913-9534-924ec8c208b9
VfModuleModelInvariantUUID:3230881b-2c00-4302-89d0-a648f4a2a359
VfModuleModelDescription:NULL
Artifacts UUID List:{
e41db53b-ea76-4129-8655-3f43b7c5f240
,
d02cc404-0d07-44ff-86fe-3dc48b3823ec
}
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-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e41db53b-ea76-4129-8655-3f43b7c5f240 from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml
2022-10-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:43:37.619Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml
2022-10-25T03:43:37.672Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:43:37.673Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml e41db53b-ea76-4129-8655-3f43b7c5f240 20368
2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml
2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:37.676Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:37.677Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669417674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:37.777Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:37.778Z||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-25T03:43:37.779Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:37.794Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:37.794Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:38.677Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d02cc404-0d07-44ff-86fe-3dc48b3823ec from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env
2022-10-25T03:43:38.678Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:43:38.678Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env
2022-10-25T03:43:38.753Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env d02cc404-0d07-44ff-86fe-3dc48b3823ec 2098
2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env
2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:43:38.755Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:38.757Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:38.757Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669418754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:43:38.858Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:43:38.859Z||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-25T03:43:38.859Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:38.872Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:38.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:39.758Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e460f7a2-903f-42ab-8864-6d6f9ab70daa
2022-10-25T03:43:39.759Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f4a8a157-e65d 0 cd9cbf97-ddc5-4530-9997-4167251e5634 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-25T03:43:39.802Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c611876, org.onap.sdc.toscaparser.api.parameters.Input@44770cd6, org.onap.sdc.toscaparser.api.parameters.Input@7ea3480c, org.onap.sdc.toscaparser.api.parameters.Input@799d9b0, org.onap.sdc.toscaparser.api.parameters.Input@33fd39d]
2022-10-25T03:43:39.805Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.806Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.806Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-10-25T03:43:39.806Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 55563bfa-1fcc-4d39-b767-e06ed575f2bf
2022-10-25T03:43:39.807Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55563bfa-1fcc-4d39-b767-e06ed575f2bf matches Tosca VF Customization UUID: 55563bfa-1fcc-4d39-b767-e06ed575f2bf
2022-10-25T03:43:39.807Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 55563bfa-1fcc-4d39-b767-e06ed575f2bf 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-25T03:43:39.821Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.822Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.823Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 55563bfa-1fcc-4d39-b767-e06ed575f2bf: {\"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-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37d80fdb
2022-10-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 761d5b45-0be0-4f25-8992-6924e6b42713
2022-10-25T03:43:39.826Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 761d5b45-0be0-4f25-8992-6924e6b42713
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-25T03:43:39.833Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.833Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:39.833Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria
2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.837Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8240e341-d373-478f-9539-1e877cdfe493
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-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria
2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:39.851Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-25T03:43:39.851Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.851Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cd27684-4c06-4f23-969e-18c8fe52645c
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-25T03:43:39.853Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.853Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:39.853Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:39.855Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria
2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52a0e245-bd83-43f9-8414-da36cbc3ca8f
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-25T03:43:39.861Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.861Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:39.861Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:43:39.862Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.862Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria
2022-10-25T03:43:39.862Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=55563bfa-1fcc-4d39-b767-e06ed575f2bf
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-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e460f7a2-903f-42ab-8864-6d6f9ab70daa: vFW f4a8a157-e65d
2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-10-25 03-41-49
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-25T03:43:40.185Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f4a8a157-e65d cd9cbf97-ddc5-4530-9997-4167251e5634 1 ASDC deployResourceStructure
2022-10-25T03:43:40.186Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json ASDC sendASDCNotification
2022-10-25T03:43:40.186Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json
2022-10-25T03:43:40.186Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:43:40.187Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:40.189Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:40.189Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669420186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T03:43:40.290Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:40.291Z||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-25T03:43:40.291Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:40.307Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:40.308Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:41.192Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-25T03:43:41.192Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml
2022-10-25T03:43:41.193Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:43:41.193Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:41.195Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:41.195Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669421192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T03:43:41.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:41.296Z||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-25T03:43:41.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:41.311Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:41.311Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T03:43:42.196Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-25T03:43:42.196Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env
2022-10-25T03:43:42.196Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:43:42.197Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:42.199Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:42.199Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669422195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-25T03:43:42.299Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:42.300Z||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-25T03:43:42.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:42.311Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:42.311Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:43.200Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar ASDC sendASDCNotification
2022-10-25T03:43:43.200Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar
2022-10-25T03:43:43.200Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:43:43.201Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:43:43.202Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:43:43.203Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:43:43.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:43:43.304Z||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-25T03:43:43.305Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:43:43.320Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:43:43.320Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:43:44.203Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:43:44.226Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:43:44.231Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T03:43:44.231Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T03:43:44.232Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T03:44:14.232Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:44:14.249Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:44:14.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T03:44:14.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T03:44:14.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T03:44:23.469Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:44:23.470Z||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-25T03:44:23.470Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:44:23.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:44:23.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:44:23.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669398117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:44:23.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:44:44.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:44:44.273Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:44:44.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T03:44:44.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T03:44:44.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T03:45:14.278Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:45:14.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:45:14.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T03:45:14.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-25T03:45:14.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-25T03:45:23.469Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:45:23.471Z||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-25T03:45:23.472Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:45:24.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:45:24.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669406012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669408225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669405649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669403464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669408225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669405649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669408225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669405649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669411532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669408225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669405649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669408225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669405649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669413946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669408225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669405649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669408225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669405649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669415956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669416595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669418136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669417126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669416019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "clamp",
"timestamp": 1666669416961,
"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-25T03:45:24.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
2022-10-25T03:45:24.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669416367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "cds",
"timestamp": 1666669419142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-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-25T03:45:24.063Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
2022-10-25T03:45:24.063Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-25T03:45:24.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669417674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669418188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669416019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669416367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669416019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669418754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669419271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669418330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669416367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669420583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669416019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669420295,
"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-25T03:45:24.091Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
2022-10-25T03:45:24.092Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-25T03:45:24.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669418330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669420186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669416367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669416019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "aai-ml",
"timestamp": 1666669421588,
"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-25T03:45:24.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
2022-10-25T03:45:24.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666669421299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669418330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669421192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669416367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669416019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669418330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669422195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669416367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669416019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669418330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666669416367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669423114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669423794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669418330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669423114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669424799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669418330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669423114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "policy-id",
"timestamp": 1666669425802,
"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-25T03:45:24.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
2022-10-25T03:45:24.136Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669426175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669423114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669423114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669428117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669428536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669423114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669428117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666669429541,
"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-25T03:45:24.152Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
2022-10-25T03:45:24.152Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-25T03:45:24.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669423114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669428117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669428117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669428117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669428117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669428117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669435851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669437942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:45:24.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669438961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "clamp",
"timestamp": 1666669439965,
"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-25T03:45:24.169Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
2022-10-25T03:45:24.169Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669442574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:45:24.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "aai-ml",
"timestamp": 1666669443579,
"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-25T03:45:24.182Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
2022-10-25T03:45:24.182Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-25T03:45:44.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:45:44.319Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12
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-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:45:44.325Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:45:44.325Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-25T03:45:44.330Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T03:46:14.331Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-25T03:46:14.349Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 and serviceModelVersionId: e460f7a2-903f-42ab-8864-6d6f9ab70daa
2022-10-25T03:46:14.350Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1dd0ffca-e60f-43bc-b446-029a51e5a24f
2022-10-25T03:46:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:46:23.469Z||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-25T03:46:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:31.050Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0
2022-10-25T03:46:31.178Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T03:46:31.758Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|INFO|500||Invoke
2022-10-25T03:46:31.767Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dce00635-dc3e-4fa1-9fcd-d6d885cb2e12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9520796c-23d4-43f1-b294-680b0c6ff7b0], X-ECOMP-RequestID=[dce00635-dc3e-4fa1-9fcd-d6d885cb2e12], X-TransactionId=[], X-ONAP-RequestID=[dce00635-dc3e-4fa1-9fcd-d6d885cb2e12], Content-Type=[application/merge-patch+json]}
2022-10-25T03:46:31.891Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-25T03:46:32.122Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?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/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221025-03:46:32:354-27612], vertex-id=[192624], Content-Length=[0], Date=[Tue, 25 Oct 2022 03:46:32 GMT], Content-Type=[application/json]}
2022-10-25T03:46:32.124Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T03:46:32.125Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|INFO|500||InvokeReturn
2022-10-25T03:46:32.130Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T03:46:32.131Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-25T03:46:32.139Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-25T03:46:32.140Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T03:46:32.141Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T03:46:32.141Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:32.145Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:32.146Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669592140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T03:46:32.246Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:46:32.247Z||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-25T03:46:32.247Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:32.260Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:32.260Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:32.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:32.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:46:32.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669592140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T03:46:32.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-25T03:46:33.159Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:46:33.160Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|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-25T03:46:33.160Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:37.614Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:37.615Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-25T03:46:37.615Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"77d0a2ef-5c36-4caa-8507-e21ab0465d9d","serviceName":"basic_onboard_ZUorTW","serviceVersion":"1.0","serviceUUID":"ef608609-0733-4f63-8bea-d3c04c5e4f57","serviceDescription":"service","serviceInvariantUUID":"cebc0cae-e3ed-4ad1-8620-edb392c1c250","resources":[{"resourceInstanceName":"basic_onboard_ZUorTW 0","resourceName":"basic_onboard_ZUorTW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d229e29a-e9a0-47be-b4d6-3dfb067bc4a4","resourceInvariantUUID":"e467e5c9-c871-4949-aa03-5d09e0ed5c06","resourceCustomizationUUID":"a796d3bf-ce8e-419b-a707-88c63860d29d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml","artifactChecksum":"ZWE5NDZiMjdlZThiYTZjNmQxNTQyNmQ0MGVjY2I5OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b490633-03ef-49c8-89a2-5ef2dd9b75d7","artifactVersion":"1"},{"artifactName":"basic_onboard_zuortw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json","artifactChecksum":"Zjk1Njk5MDk5OWZhODc2ZWI4ZGY4YjI4ZDNkMTY0MmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"661154de-77f5-44c3-af7d-b6de8b5c0e35","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"449db7e7-393e-4796-a425-26b41ee7af62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a882087-0ac9-4208-aaa4-d6787fdc7534","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fff2be4f-49ed-4db6-92d1-70e0e85527a4","artifactVersion":"2","generatedFromUUID":"449db7e7-393e-4796-a425-26b41ee7af62"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZuortw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml","artifactChecksum":"MTViNjM3MzNjZmQ1Y2IzM2RhZWZlZTE4NmIzZTNjMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7017f78-ac02-4d9e-b730-3e2224e59aa7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZuortw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar","artifactChecksum":"NDMxMjZhNGQ3YmE3NDI2NTNmNzE1ZDljNzBhNDRlYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"675952d0-0215-43c7-b60c-9c65b0698ce5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T03:46:37.619Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:46:37.619Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:37.621Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:37.622Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:46:37.722Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:37.723Z||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-25T03:46:37.723Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:37.735Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:37.735Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:38.622Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:46:38.623Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:38.625Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:38.626Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:46:38.726Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:38.727Z||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-25T03:46:38.727Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:38.742Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:38.742Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-25T03:46:39.626Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:46:39.627Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:39.630Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:39.630Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:46:39.730Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:39.731Z||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-25T03:46:39.731Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:39.746Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:39.747Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:40.630Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:46:40.632Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:40.634Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:40.634Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:46:40.735Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T03:46:40.736Z||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-25T03:46:40.736Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:40.749Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:40.749Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:41.635Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:46:41.636Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:41.639Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:41.639Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-25T03:46:41.739Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:41.740Z||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-25T03:46:41.740Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:41.752Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:41.753Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:42.640Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:46:42.641Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:42.643Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:42.643Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:46:42.743Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:42.744Z||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-25T03:46:42.744Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:42.757Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:42.757Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:43.644Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:46:43.645Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:43.647Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:43.647Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:46:43.747Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:43.749Z||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-25T03:46:43.749Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:43.761Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:43.762Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:44.648Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"serviceName": "basic_onboard_ZUorTW",
"serviceVersion": "1.0",
"serviceUUID": "ef608609-0733-4f63-8bea-d3c04c5e4f57",
"serviceDescription": "service",
"serviceInvariantUUID": "cebc0cae-e3ed-4ad1-8620-edb392c1c250",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZUorTW 0",
"resourceCustomizationUUID": "a796d3bf-ce8e-419b-a707-88c63860d29d",
"resourceName": "basic_onboard_ZUorTW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d229e29a-e9a0-47be-b4d6-3dfb067bc4a4",
"resourceInvariantUUID": "e467e5c9-c871-4949-aa03-5d09e0ed5c06",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zuortw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"artifactChecksum": "Zjk1Njk5MDk5OWZhODc2ZWI4ZGY4YjI4ZDNkMTY0MmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "661154de-77f5-44c3-af7d-b6de8b5c0e35",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "449db7e7-393e-4796-a425-26b41ee7af62",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fff2be4f-49ed-4db6-92d1-70e0e85527a4",
"generatedFromUUID": "449db7e7-393e-4796-a425-26b41ee7af62"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fff2be4f-49ed-4db6-92d1-70e0e85527a4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZuortw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"artifactChecksum": "NDMxMjZhNGQ3YmE3NDI2NTNmNzE1ZDljNzBhNDRlYWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "675952d0-0215-43c7-b60c-9c65b0698ce5"
}
],
"workloadContext": "Production"
}
2022-10-25T03:46:44.649Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T03:46:44.649Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef608609-0733-4f63-8bea-d3c04c5e4f57 ASDC
2022-10-25T03:46:44.650Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:77d0a2ef-5c36-4caa-8507-e21ab0465d9d
ServiceName:basic_onboard_ZUorTW
ServiceVersion:1.0
ServiceUUID:ef608609-0733-4f63-8bea-d3c04c5e4f57
ServiceInvariantUUID:cebc0cae-e3ed-4ad1-8620-edb392c1c250
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZuortw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar
ArtifactUUID:675952d0-0215-43c7-b60c-9c65b0698ce5
ArtifactChecksum:NDMxMjZhNGQ3YmE3NDI2NTNmNzE1ZDljNzBhNDRlYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZUorTW 0
ResourceCustomizationUUID:a796d3bf-ce8e-419b-a707-88c63860d29d
ResourceInvariantUUID:e467e5c9-c871-4949-aa03-5d09e0ed5c06
ResourceName:basic_onboard_ZUorTW
ResourceType:VF
ResourceUUID:d229e29a-e9a0-47be-b4d6-3dfb067bc4a4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zuortw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json
ArtifactUUID:661154de-77f5-44c3-af7d-b6de8b5c0e35
ArtifactChecksum:Zjk1Njk5MDk5OWZhODc2ZWI4ZGY4YjI4ZDNkMTY0MmU=
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/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:449db7e7-393e-4796-a425-26b41ee7af62
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/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env
ArtifactUUID:fff2be4f-49ed-4db6-92d1-70e0e85527a4
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/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env
ArtifactUUID:fff2be4f-49ed-4db6-92d1-70e0e85527a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-25T03:46:44.650Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef608609-0733-4f63-8bea-d3c04c5e4f57 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-25T03:46:44.682Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 675952d0-0215-43c7-b60c-9c65b0698ce5 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:46:44.684Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:44.858Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:46:44.861Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar 675952d0-0215-43c7-b60c-9c65b0698ce5 71575
2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar ASDC sendASDCNotification
2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:44.864Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:44.865Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669604862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:46:44.965Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:44.966Z||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-25T03:46:44.967Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:44.979Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:44.980Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:45.865Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:46:45.866Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-25T03:46:45.867Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 675952d0-0215-43c7-b60c-9c65b0698ce5, URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar to file: /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:45.867Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:45.868Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:45.868Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:46.079Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17480431749978674217/Definitions/service-BasicOnboardZuortw-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-25T03:46:47.214Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T03:46:47.214Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||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-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||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-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||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-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZUorTW 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-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:47.217Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-25T03:46:47.217Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.217Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is not matching search criteria
2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:46:47.224Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.224Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:47.224Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is not matching search criteria
2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=318958fc-d9ae-46dd-89be-c1624b60e61d
2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:47.228Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZUorTW
Description:service
Model UUID:ef608609-0733-4f63-8bea-d3c04c5e4f57
Model Version:NULL
Model InvariantUuid:cebc0cae-e3ed-4ad1-8620-edb392c1c250
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZUorTW
Model UUID:82e8ec2a-cfbf-4576-a6ca-63f6a0291fe6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e467e5c9-c871-4949-aa03-5d09e0ed5c06
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a796d3bf-ce8e-419b-a707-88c63860d29d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:62c39a67-67a2-4d7f-bdd6-872915b5d912
ModelName:BasicOnboardZuortw..base_ubuntu18..module-0
ModelUuid:90587339-b1ad-4f2f-9455-948e71b2ccbd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:318958fc-d9ae-46dd-89be-c1624b60e61d
ModelInvariantUuid:9d87f218-5a07-4ae8-a8da-660006fcb6c8
ModelName:basic_onboard_ZUorTW-nodes.ubuntu18Cvfc
ModelUuid:4594a688-ccf0-4814-9893-18df66994a06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:28b0ddc8-dc60-4599-bd4d-6115484be2f0
ModelInvariantUuid:93cb559f-4bb0-482a-91a2-08258a625bb6
ModelName:BasicOnboardZuortw.compute.nodes.heat.ubuntu18
ModelUuid:c57da07e-c9af-42f4-adac-121e02bb72ce
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-25T03:46:47.236Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d229e29a-e9a0-47be-b4d6-3dfb067bc4a4
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-25T03:46:47.239Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||basic_onboard_ZUorTW 0
2022-10-25T03:46:47.239Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d229e29a-e9a0-47be-b4d6-3dfb067bc4a4
2022-10-25T03:46:47.240Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 661154de-77f5-44c3-af7d-b6de8b5c0e35 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json
2022-10-25T03:46:47.240Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:46:47.240Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json
2022-10-25T03:46:47.291Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:46:47.291Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json 661154de-77f5-44c3-af7d-b6de8b5c0e35 798
2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json ASDC sendASDCNotification
2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json
2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:47.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:47.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669607292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:46:47.395Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:47.396Z||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-25T03:46:47.396Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:47.408Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:47.409Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:48.295Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZuortw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "62c39a67-67a2-4d7f-bdd6-872915b5d912",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90587339-b1ad-4f2f-9455-948e71b2ccbd",
"vfModuleModelCustomizationUUID": "4e8a1ce8-c2e3-46ca-b724-72c92bc1e806",
"isBase": true,
"artifacts": [
"449db7e7-393e-4796-a425-26b41ee7af62",
"fff2be4f-49ed-4db6-92d1-70e0e85527a4"
],
"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-25T03:46:48.300Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZuortw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90587339-b1ad-4f2f-9455-948e71b2ccbd
VfModuleModelInvariantUUID:62c39a67-67a2-4d7f-bdd6-872915b5d912
VfModuleModelDescription:NULL
Artifacts UUID List:{
449db7e7-393e-4796-a425-26b41ee7af62
,
fff2be4f-49ed-4db6-92d1-70e0e85527a4
}
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-25T03:46:48.302Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZuortw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "62c39a67-67a2-4d7f-bdd6-872915b5d912",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90587339-b1ad-4f2f-9455-948e71b2ccbd",
"vfModuleModelCustomizationUUID": "4e8a1ce8-c2e3-46ca-b724-72c92bc1e806",
"isBase": true,
"artifacts": [
"449db7e7-393e-4796-a425-26b41ee7af62",
"fff2be4f-49ed-4db6-92d1-70e0e85527a4"
],
"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-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZuortw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90587339-b1ad-4f2f-9455-948e71b2ccbd
VfModuleModelInvariantUUID:62c39a67-67a2-4d7f-bdd6-872915b5d912
VfModuleModelDescription:NULL
Artifacts UUID List:{
449db7e7-393e-4796-a425-26b41ee7af62
,
fff2be4f-49ed-4db6-92d1-70e0e85527a4
}
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-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 449db7e7-393e-4796-a425-26b41ee7af62 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml
2022-10-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml
2022-10-25T03:46:48.346Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml 449db7e7-393e-4796-a425-26b41ee7af62 5033
2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml
2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:48.349Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:48.349Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669608347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:46:48.450Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T03:46:48.451Z||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-25T03:46:48.451Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:48.464Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:48.465Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:49.350Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fff2be4f-49ed-4db6-92d1-70e0e85527a4 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env
2022-10-25T03:46:49.351Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-25T03:46:49.351Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env
2022-10-25T03:46:49.423Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env fff2be4f-49ed-4db6-92d1-70e0e85527a4 909
2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env
2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:49.426Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:49.426Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669609424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:46:49.527Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:46:49.540Z||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-25T03:46:49.541Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:49.554Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:49.564Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:50.427Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ef608609-0733-4f63-8bea-d3c04c5e4f57
2022-10-25T03:46:50.428Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZUorTW 0 d229e29a-e9a0-47be-b4d6-3dfb067bc4a4 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-25T03:46:50.444Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70ceb6e0, org.onap.sdc.toscaparser.api.parameters.Input@523f01f5, org.onap.sdc.toscaparser.api.parameters.Input@77b96c1a, org.onap.sdc.toscaparser.api.parameters.Input@3c51cb9c, org.onap.sdc.toscaparser.api.parameters.Input@39ad0340]
2022-10-25T03:46:50.445Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.445Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a796d3bf-ce8e-419b-a707-88c63860d29d
2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a796d3bf-ce8e-419b-a707-88c63860d29d matches Tosca VF Customization UUID: a796d3bf-ce8e-419b-a707-88c63860d29d
2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a796d3bf-ce8e-419b-a707-88c63860d29d 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-25T03:46:50.448Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.448Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.449Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a796d3bf-ce8e-419b-a707-88c63860d29d: {\"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-25T03:46:50.449Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d6dd9b4
2022-10-25T03:46:50.449Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.450Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-25T03:46:50.450Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e8a1ce8-c2e3-46ca-b724-72c92bc1e806
2022-10-25T03:46:50.450Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e8a1ce8-c2e3-46ca-b724-72c92bc1e806
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-25T03:46:50.452Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.452Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is not matching search criteria
2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=318958fc-d9ae-46dd-89be-c1624b60e61d
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-25T03:46:50.456Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria
2022-10-25T03:46:50.458Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=a796d3bf-ce8e-419b-a707-88c63860d29d
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-25T03:46:50.459Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ef608609-0733-4f63-8bea-d3c04c5e4f57: basic_onboard_ZUorTW
2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ZUorTW
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-25T03:46:50.545Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZUorTW d229e29a-e9a0-47be-b4d6-3dfb067bc4a4 1 ASDC deployResourceStructure
2022-10-25T03:46:50.545Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json ASDC sendASDCNotification
2022-10-25T03:46:50.546Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json
2022-10-25T03:46:50.546Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:46:50.546Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:50.548Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:50.548Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669610545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T03:46:50.648Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:50.650Z||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-25T03:46:50.650Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:50.663Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:50.664Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:51.549Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-25T03:46:51.550Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml
2022-10-25T03:46:51.550Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:46:51.550Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:51.553Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:51.553Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669611549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T03:46:51.653Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:51.655Z||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-25T03:46:51.655Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:51.668Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:51.668Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T03:46:52.554Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-25T03:46:52.555Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env
2022-10-25T03:46:52.555Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:46:52.555Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:52.557Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:52.558Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669612554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-25T03:46:52.658Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:46:52.659Z||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-25T03:46:52.659Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:52.670Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:52.671Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:46:53.559Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar ASDC sendASDCNotification
2022-10-25T03:46:53.560Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar
2022-10-25T03:46:53.560Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:46:53.560Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:46:53.562Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:46:53.562Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669613558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:46:53.663Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:46:53.664Z||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-25T03:46:53.664Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:46:53.678Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:46:53.678Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-25T03:46:54.563Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
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-25T03:46:54.576Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d
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-25T03:46:54.582Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T03:46:54.583Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T03:46:54.583Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T03:46:54.583Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T03:46:54.584Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:46:54.584Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:46:54.584Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:46:54.585Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:46:54.585Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:46:54.585Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:46:54.586Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-25T03:46:54.593Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T03:47:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:47:23.469Z||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-25T03:47:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:47:24.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:47:24.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:47:24.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "NOTIFIED"
}
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:47:24.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669593159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:47:24.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669604862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669607292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669608347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669609424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669610545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669611549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-25T03:47:24.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669612554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-25T03:47:24.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669613558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:47:24.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:47:24.593Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-25T03:47:24.600Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d and serviceModelVersionId: ef608609-0733-4f63-8bea-d3c04c5e4f57
2022-10-25T03:47:24.600Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cebc0cae-e3ed-4ad1-8620-edb392c1c250
2022-10-25T03:47:24.601Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0
2022-10-25T03:47:24.606Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T03:47:24.656Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?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-25T03:47:24.657Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0|INFO|500||Invoke
2022-10-25T03:47:24.687Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-25T03:47:24.829Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0|INFO|500||InvokeReturn
2022-10-25T03:47:24.830Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-03:47:25:160-10980], vertex-id=[221408], Content-Length=[0], Date=[Tue, 25 Oct 2022 03:47:25 GMT], Content-Type=[application/json]}
2022-10-25T03:47:24.830Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-25T03:47:24.830Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T03:47:24.831Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-25T03:47:24.837Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-25T03:47:24.837Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77d0a2ef-5c36-4caa-8507-e21ab0465d9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T03:47:24.837Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T03:47:24.838Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:47:24.840Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:47:24.841Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669644837,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T03:47:24.941Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:47:24.942Z||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-25T03:47:24.942Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:47:24.957Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:47:24.958Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-25T03:47:25.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:47:25.853Z||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-25T03:47:25.854Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:47:35.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:47:35.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:47:35.421Z||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-25T03:47:35.422Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:47:44.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:47:44.965Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:47:44.965Z||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-25T03:47:44.965Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:47:54.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:48:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:48:23.465Z||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-25T03:48:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:48:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:48:23.469Z||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-25T03:48:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:48:24.094Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:48:24.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-25T03:48:24.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666669644837,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T03:48:24.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:48:33.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:49:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:49:23.466Z||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-25T03:49:23.467Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:49:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:49:23.469Z||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-25T03:49:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:49:33.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:49:33.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:50:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:50:23.465Z||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-25T03:50:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:50:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:50:23.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:50:23.468Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:50:33.009Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:50:33.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:51:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:51:23.465Z||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-25T03:51:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:51:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:51:23.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:51:23.469Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:51:33.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:51:33.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:52:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:52:23.465Z||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-25T03:52:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:52:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:52:23.468Z||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-25T03:52:23.468Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:52:33.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:52:33.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:53:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:53:23.465Z||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-25T03:53:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:53:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:53:23.469Z||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-25T03:53:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:53:33.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:53:33.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:54:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:54:23.465Z||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-25T03:54:23.465Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:54:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:54:23.469Z||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-25T03:54:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:54:33.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:54:33.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:55:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:55:23.465Z||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-25T03:55:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:55:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:55:23.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-25T03:55:23.468Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:55:33.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:55:33.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:56:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:56:23.466Z||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-25T03:56:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:56:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:56:23.468Z||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-25T03:56:23.468Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:56:33.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:56:33.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:23.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:57:23.466Z||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-25T03:57:23.466Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:57:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-25T03:57:23.469Z||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-25T03:57:23.469Z||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 s7JKRNcFvmgRezHP) ...
2022-10-25T03:57:23.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:23.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670185648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "cds",
"timestamp": 1666670188223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "cds",
"timestamp": 1666670188223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670185648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "cds",
"timestamp": 1666670198269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "policy-id",
"timestamp": 1666670196018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670196365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "policy-id",
"timestamp": 1666670196018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "cds",
"timestamp": 1666670199281,
"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-25T03:57:23.872Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89
2022-10-25T03:57:23.872Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670196365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "policy-id",
"timestamp": 1666670198754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670198330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "policy-id",
"timestamp": 1666670199759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670198330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "policy-id",
"timestamp": 1666670200763,
"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-25T03:57:23.887Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89
2022-10-25T03:57:23.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670201107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:23.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670202735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:57:23.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670203739,
"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-25T03:57:23.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89
2022-10-25T03:57:23.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-25T03:57:23.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "clamp",
"timestamp": 1666670203114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "clamp",
"timestamp": 1666670203114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "aai-ml",
"timestamp": 1666670208117,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "aai-ml",
"timestamp": 1666670208117,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "aai-ml",
"timestamp": 1666670211001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "aai-ml",
"timestamp": 1666670215206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:57:23.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "clamp",
"timestamp": 1666670215077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:23.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "aai-ml",
"timestamp": 1666670216212,
"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-25T03:57:23.922Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89
2022-10-25T03:57:23.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "clamp",
"timestamp": 1666670217087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:57:23.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "clamp",
"timestamp": 1666670218091,
"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-25T03:57:23.935Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89
2022-10-25T03:57:23.935Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-25T03:57:23.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666670225648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670228330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "policy-id",
"timestamp": 1666670236019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670237083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670236366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "policy-id",
"timestamp": 1666670236019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "aai-ml",
"timestamp": 1666670238117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670236366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "policy-id",
"timestamp": 1666670236019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "aai-ml",
"timestamp": 1666670238117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670239012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670236366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670233223,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "policy-id",
"timestamp": 1666670236019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "aai-ml",
"timestamp": 1666670238117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666670240016,
"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=?
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-25T03:57:23.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5
2022-10-25T03:57:23.972Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670236366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670241962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:23.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "policy-id",
"timestamp": 1666670236019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "clamp",
"timestamp": 1666670233114,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "aai-ml",
"timestamp": 1666670238117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670236366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "cds",
"timestamp": 1666670242971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-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-25T03:57:23.987Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5
2022-10-25T03:57:23.987Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-25T03:57:23.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "policy-id",
"timestamp": 1666670236019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "aai-ml",
"timestamp": 1666670238117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670236366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-25T03:57:23.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "policy-id",
"timestamp": 1666670236019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "aai-ml",
"timestamp": 1666670238117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-25T03:57:23.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1666670236366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:23.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-25T03:57:24.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:24.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-25T03:57:24.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd163768-345c-4b8d-9f62-1b936a59ce89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1353c1e0-5603-42d5-be22-5fc511d76558","serviceDescription":"service","serviceInvariantUUID":"1ac9e1d2-dafe-4a58-ad07-55a756f4276f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"36600045-b590-4ddd-b11a-f92acf7b4071","resourceInvariantUUID":"35a486c0-caa5-421f-9f31-ef484d4f4b16","resourceCustomizationUUID":"580ff94f-1567-4c94-b91d-ea5a83798e05","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":"MzdjYmFmNTk4MjYwYzkwNGFiNjhmNTRiOWJiODU5ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a071ebe-8561-4464-ac4a-c8ff25b67649","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTEwNGM0M2M0ZGEzNmRlZjI0NmFjY2QxNzMyODBhZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f0e7c93-9dac-46b9-9afe-978de3289dd8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T03:57:24.105Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:57:24.105Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:57:24.110Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:57:24.110Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:57:24.210Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:57:24.211Z||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-25T03:57:24.211Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:57:24.227Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:24.227Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:57:25.110Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:57:25.111Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:57:25.114Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:57:25.114Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:57:25.214Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:57:25.215Z||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-25T03:57:25.215Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:57:25.228Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:25.228Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-25T03:57:26.115Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1353c1e0-5603-42d5-be22-5fc511d76558",
"serviceDescription": "service",
"serviceInvariantUUID": "1ac9e1d2-dafe-4a58-ad07-55a756f4276f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "580ff94f-1567-4c94-b91d-ea5a83798e05",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "36600045-b590-4ddd-b11a-f92acf7b4071",
"resourceInvariantUUID": "35a486c0-caa5-421f-9f31-ef484d4f4b16",
"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": "YTEwNGM0M2M0ZGEzNmRlZjI0NmFjY2QxNzMyODBhZWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5f0e7c93-9dac-46b9-9afe-978de3289dd8"
}
],
"workloadContext": "Production"
}
2022-10-25T03:57:26.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T03:57:26.115Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1353c1e0-5603-42d5-be22-5fc511d76558 ASDC
2022-10-25T03:57:26.117Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:dd163768-345c-4b8d-9f62-1b936a59ce89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1353c1e0-5603-42d5-be22-5fc511d76558
ServiceInvariantUUID:1ac9e1d2-dafe-4a58-ad07-55a756f4276f
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:5f0e7c93-9dac-46b9-9afe-978de3289dd8
ArtifactChecksum:YTEwNGM0M2M0ZGEzNmRlZjI0NmFjY2QxNzMyODBhZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:580ff94f-1567-4c94-b91d-ea5a83798e05
ResourceInvariantUUID:35a486c0-caa5-421f-9f31-ef484d4f4b16
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:36600045-b590-4ddd-b11a-f92acf7b4071
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-25T03:57:26.117Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1353c1e0-5603-42d5-be22-5fc511d76558 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-25T03:57:26.147Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:57:26.147Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5f0e7c93-9dac-46b9-9afe-978de3289dd8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-25T03:57:26.222Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5f0e7c93-9dac-46b9-9afe-978de3289dd8 52507
2022-10-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:57:26.226Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:57:26.227Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:57:26.227Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670246225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:57:26.328Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:57:26.329Z||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-25T03:57:26.329Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:57:26.353Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:26.354Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:57:27.228Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:57:27.229Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-25T03:57:27.229Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5f0e7c93-9dac-46b9-9afe-978de3289dd8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T03:57:27.230Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-25T03:57:27.230Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T03:57:27.230Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T03:57:27.346Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4180757386260007279/Definitions/service-BasicNetwork-template.yml
2022-10-25T03:57:27.845Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1353c1e0-5603-42d5-be22-5fc511d76558
Model Version:NULL
Model InvariantUuid:1ac9e1d2-dafe-4a58-ad07-55a756f4276f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:35a486c0-caa5-421f-9f31-ef484d4f4b16
Model UUID:1d36d913-3da8-4acd-bed2-fe543ff65be3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:580ff94f-1567-4c94-b91d-ea5a83798e05
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-25T03:57:27.858Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 36600045-b590-4ddd-b11a-f92acf7b4071
2022-10-25T03:57:27.858Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||No resources found for Service: 1353c1e0-5603-42d5-be22-5fc511d76558
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-25T03:57:27.868Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||
2022-10-25T03:57:27.868Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-25T03:57:27.869Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 1353c1e0-5603-42d5-be22-5fc511d76558
2022-10-25T03:57:27.869Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1353c1e0-5603-42d5-be22-5fc511d76558
2022-10-25T03:57:27.870Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-25T03:57:27.870Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.877Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f184d40, org.onap.sdc.toscaparser.api.parameters.Input@62a44ef0, org.onap.sdc.toscaparser.api.parameters.Input@39363160, org.onap.sdc.toscaparser.api.parameters.Input@79e0f6f6, org.onap.sdc.toscaparser.api.parameters.Input@4efd6c7]
2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1353c1e0-5603-42d5-be22-5fc511d76558: Generic NeutronNet
2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:27.919Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.920Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.920Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.920Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.921Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:57:27.921Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:57:27.921Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-25T03:57:27.974Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:57:27.975Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:57:27.975Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670247973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-25T03:57:28.076Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:57:28.077Z||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-25T03:57:28.077Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:57:28.088Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:28.088Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:57:28.976Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd163768-345c-4b8d-9f62-1b936a59ce89
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-25T03:57:28.989Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd163768-345c-4b8d-9f62-1b936a59ce89
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-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:57:28.993Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:57:28.993Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-25T03:57:28.993Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:28.997Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-25T03:57:58.998Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd163768-345c-4b8d-9f62-1b936a59ce89 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-25T03:57:59.014Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd163768-345c-4b8d-9f62-1b936a59ce89 and serviceModelVersionId: 1353c1e0-5603-42d5-be22-5fc511d76558
2022-10-25T03:57:59.014Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ac9e1d2-dafe-4a58-ad07-55a756f4276f
2022-10-25T03:57:59.016Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0
2022-10-25T03:57:59.020Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-25T03:57:59.083Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|INFO|500||Invoke
2022-10-25T03:57:59.084Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd163768-345c-4b8d-9f62-1b936a59ce89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f25783d8-7a32-4cc6-92a8-e0c91ac60855], X-ECOMP-RequestID=[dd163768-345c-4b8d-9f62-1b936a59ce89], X-TransactionId=[], X-ONAP-RequestID=[dd163768-345c-4b8d-9f62-1b936a59ce89], Content-Type=[application/merge-patch+json]}
2022-10-25T03:57:59.136Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-25T03:57:59.238Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?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/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-03:57:59:602-99007], vertex-id=[180432], Content-Length=[0], Date=[Tue, 25 Oct 2022 03:57:59 GMT], Content-Type=[application/json]}
2022-10-25T03:57:59.239Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-25T03:57:59.240Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|INFO|500||InvokeReturn
2022-10-25T03:57:59.240Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-25T03:57:59.241Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:59.251Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||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-25T03:57:59.251Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd163768-345c-4b8d-9f62-1b936a59ce89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-25T03:57:59.252Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-25T03:57:59.253Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:57:59.258Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:57:59.259Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670279251,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-25T03:57:59.359Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:57:59.360Z||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-25T03:57:59.360Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:57:59.374Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:57:59.375Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-25T03:58:00.273Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-25T03:58:00.273Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5","serviceName":"Demo_pNF_0b90M9JTmHq7QXHo1ZMG","serviceVersion":"1.0","serviceUUID":"0482c0fc-935f-4be0-8fe7-4dca52568db3","serviceDescription":"catalog service description","serviceInvariantUUID":"3566960e-1c80-4561-a9d8-f9bde08f1277","resources":[{"resourceInstanceName":"pNF 31255ca8-e183 0","resourceName":"pNF 31255ca8-e183","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dc0dc0e1-683f-493a-8671-1068c72e7874","resourceInvariantUUID":"194f645e-38b2-43f8-8731-2602f79db519","resourceCustomizationUUID":"70fb10e9-7a51-4f61-b1ac-efa7869c1d5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml","artifactChecksum":"Y2EwYzFmNzdmYjUwYTdjOTA0OWMxZjg3NmZiMzMzZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53563c5b-5d96-4c69-ab5c-889d6ac1f924","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar","artifactChecksum":"NTc1YTJjZGYwYjNjNWNlNjNlN2UwMDM4MDYwMGViNGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7e32ff4-1af2-4756-a9ea-83a600d7d5e3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a182251-20cb-4cd4-99b1-ade9d22e9381","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ5MGZlNzA1NjdkODhlYmM3ZjRmNWI2MzNiZmQyYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0570c9f8-022b-43b9-b948-08c25b5a14ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd75d2cb-c47f-425c-be09-18c3cb5bb899","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9ebabd5-f815-4f3c-828b-259a52668674","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml","artifactChecksum":"OTQzMTZjYjNkOTU1NGMyZDdlOTcxYTYyODExYWM4ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fde190c-4c39-4e98-81fa-609e19343690","artifactVersion":"1"},{"artifactName":"service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar","artifactChecksum":"ZDI1NWFhM2M2NTkwNTJmNWVjMGU0MmMzNzgyNWZiNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b4a9e6-63f0-4ff4-a43e-b8657db76f1d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-25T03:58:00.274Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:00.274Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:00.276Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:00.276Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:58:00.376Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:58:00.377Z||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-25T03:58:00.378Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:00.389Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:00.390Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:01.276Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:01.277Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:01.279Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:01.279Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:58:01.380Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-25T03:58:01.381Z||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-25T03:58:01.381Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:01.399Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:01.399Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-25T03:58:02.280Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:02.281Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:02.283Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:02.283Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:58:02.383Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:58:02.384Z||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-25T03:58:02.385Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:02.398Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:02.399Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:03.284Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:03.287Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:03.289Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:03.289Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:58:03.390Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:58:03.391Z||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-25T03:58:03.391Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:03.408Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:03.409Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:04.290Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:04.291Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:04.292Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:04.293Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:58:04.393Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:58:04.394Z||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-25T03:58:04.394Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:04.405Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:04.405Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:05.293Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:05.294Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:05.297Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:05.297Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:58:05.397Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:58:05.398Z||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-25T03:58:05.398Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:05.410Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:05.410Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:06.298Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:06.299Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:06.302Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:06.303Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-25T03:58:06.403Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:58:06.404Z||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-25T03:58:06.404Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:06.418Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:06.419Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:07.303Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-25T03:58:07.304Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:07.307Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:07.307Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670243464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "NOTIFIED"
}
2022-10-25T03:58:07.407Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-25T03:58:07.408Z||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-25T03:58:07.408Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:07.421Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:07.422Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:08.309Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"serviceName": "Demo_pNF_0b90M9JTmHq7QXHo1ZMG",
"serviceVersion": "1.0",
"serviceUUID": "0482c0fc-935f-4be0-8fe7-4dca52568db3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3566960e-1c80-4561-a9d8-f9bde08f1277",
"resources": [
{
"resourceInstanceName": "pNF 31255ca8-e183 0",
"resourceCustomizationUUID": "70fb10e9-7a51-4f61-b1ac-efa7869c1d5c",
"resourceName": "pNF 31255ca8-e183",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "dc0dc0e1-683f-493a-8671-1068c72e7874",
"resourceInvariantUUID": "194f645e-38b2-43f8-8731-2602f79db519",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"artifactChecksum": "ZDI1NWFhM2M2NTkwNTJmNWVjMGU0MmMzNzgyNWZiNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60b4a9e6-63f0-4ff4-a43e-b8657db76f1d"
}
],
"workloadContext": "Production"
}
2022-10-25T03:58:08.310Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-25T03:58:08.310Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0482c0fc-935f-4be0-8fe7-4dca52568db3 ASDC
2022-10-25T03:58:08.311Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5
ServiceName:Demo_pNF_0b90M9JTmHq7QXHo1ZMG
ServiceVersion:1.0
ServiceUUID:0482c0fc-935f-4be0-8fe7-4dca52568db3
ServiceInvariantUUID:3566960e-1c80-4561-a9d8-f9bde08f1277
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
ArtifactUUID:60b4a9e6-63f0-4ff4-a43e-b8657db76f1d
ArtifactChecksum:ZDI1NWFhM2M2NTkwNTJmNWVjMGU0MmMzNzgyNWZiNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 31255ca8-e183 0
ResourceCustomizationUUID:70fb10e9-7a51-4f61-b1ac-efa7869c1d5c
ResourceInvariantUUID:194f645e-38b2-43f8-8731-2602f79db519
ResourceName:pNF 31255ca8-e183
ResourceType:PNF
ResourceUUID:dc0dc0e1-683f-493a-8671-1068c72e7874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-25T03:58:08.311Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0482c0fc-935f-4be0-8fe7-4dca52568db3 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-25T03:58:08.340Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:58:08.341Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-25T03:58:08.341Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-25T03:58:08.342Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 60b4a9e6-63f0-4ff4-a43e-b8657db76f1d from URL: /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:08.342Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-25T03:58:08.343Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:08.409Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-25T03:58:08.414Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 60b4a9e6-63f0-4ff4-a43e-b8657db76f1d 82662
2022-10-25T03:58:08.415Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar ASDC sendASDCNotification
2022-10-25T03:58:08.415Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:08.415Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-25T03:58:08.416Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-25T03:58:08.418Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-25T03:58:08.419Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666670288415,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-25T03:58:08.519Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-25T03:58:08.520Z||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-25T03:58:08.520Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ...
2022-10-25T03:58:08.533Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-25T03:58:08.533Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-25T03:58:09.419Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-25T03:58:09.421Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-25T03:58:09.421Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 60b4a9e6-63f0-4ff4-a43e-b8657db76f1d, URL: /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar to file: /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:09.421Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:09.422Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:09.422Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:09.594Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8650590828099653859/Definitions/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml
2022-10-25T03:58:10.271Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-25T03:58:10.271Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31255ca8-e183 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-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||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-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||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-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||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-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||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-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||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-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar
2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Node template pNF 31255ca8-e183 0 is matching search criteria
2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 31255ca8-e183 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:58:10.275Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.275Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.275Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Node template pNF 31255ca8-e183 0 is matching search criteria
2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 31255ca8-e183 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_0b90M9JTmHq7QXHo1ZMG
Description:catalog service description
Model UUID:0482c0fc-935f-4be0-8fe7-4dca52568db3
Model Version:NULL
Model InvariantUuid:3566960e-1c80-4561-a9d8-f9bde08f1277
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-25T03:58:10.290Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: dc0dc0e1-683f-493a-8671-1068c72e7874
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-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||pNF 31255ca8-e183 0
2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dc0dc0e1-683f-493a-8671-1068c72e7874
2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0482c0fc-935f-4be0-8fe7-4dca52568db3
2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0482c0fc-935f-4be0-8fe7-4dca52568db3
2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 31255ca8-e183 0 dc0dc0e1-683f-493a-8671-1068c72e7874 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-25T03:58:10.299Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55a6e9ed, org.onap.sdc.toscaparser.api.parameters.Input@2ee04459, org.onap.sdc.toscaparser.api.parameters.Input@61e77c61, org.onap.sdc.toscaparser.api.parameters.Input@39192c48, org.onap.sdc.toscaparser.api.parameters.Input@5b124307]
2022-10-25T03:58:10.299Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-25T03:58:10.299Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0482c0fc-935f-4be0-8fe7-4dca52568db3: pNF 31255ca8-e183
2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Processing PNF resource: dc0dc0e1-683f-493a-8671-1068c72e7874
2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery