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-06-06T22:07:39.976Z||main|||||INFO|500||The following profiles are active: basic
2022-06-06T22:07:55.468Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-06T22:07:55.469Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-06T22:07:55.618Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-06T22:08:00.336Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-06T22:08:00.868Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-06T22:08:01.531Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-06T22:08:01.538Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-06T22:08:01.659Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-06T22:08:01.894Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-06T22:08:02.571Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-06T22:08:04.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T22:08:07.179Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T22:08:07.250Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-06T22:08:08.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T22:08:08.431Z||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-06-06T22:08:09.862Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T22:08:11.315Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-06T22:08:11.339Z||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$$36dd570f.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-06-06T22:08:11.340Z||main|||||WARN|500||The sdc end point is not alive
2022-06-06T22:08:15.387Z||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-06-06T22:08:19.163Z||main|||||WARN|500||---
2022-06-06T22:08:19.163Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-06T22:08:19.164Z||main|||||WARN|500||---
2022-06-06T22:08:19.730Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-06T22:08:25.586Z||main|||||INFO|500||Started Application in 49.999 seconds (JVM running for 52.614)
2022-06-06T22:08:25.598Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T22:08:25.600Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T22:08:25.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T22:08:25.666Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T22:08:25.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93a51fc1-7d9d-4a32-ade0-2c12c1abef39 url= /sdc/v1/artifactTypes
2022-06-06T22:08:25.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T22:08:26.026Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-06T22:08:26.094Z||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-06-06T22:08:26.132Z||scheduling-1|||||DEBUG|500||create keys
2022-06-06T22:08:26.145Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-06T22:08:26.203Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:08:26.221Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9d7298e7-7ba0-4be6-b0d3-b39ab647216e url= /sdc/v1/registerForDistribution
2022-06-06T22:08:26.396Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9d7298e7-7ba0-4be6-b0d3-b39ab647216e url= /sdc/v1/registerForDistribution
2022-06-06T22:08:26.397Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-06T22:08:26.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:08:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:08:26.417Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-06T22:08:26.419Z||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-06-06T22:08:26.419Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:08:26.420Z||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-06-06T22:08:26.420Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:08:36.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:08:36.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:09:26.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:09:26.406Z||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-06-06T22:09:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:09:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:09:26.409Z||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-06-06T22:09:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:09:35.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:09:35.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:10:26.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:10:26.405Z||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-06-06T22:10:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:10:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:10:26.408Z||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-06-06T22:10:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:10:35.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:10:35.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:11:26.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:11:26.406Z||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-06-06T22:11:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:11:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:11:26.408Z||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-06-06T22:11:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:11:35.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:11:35.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:12:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:12:26.406Z||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-06-06T22:12:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:12:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:12:26.409Z||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-06-06T22:12:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:12:35.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:12:35.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:13:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:13:26.406Z||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-06-06T22:13:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:13:26.407Z||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-06-06T22:13:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:13:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:13:35.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:13:35.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:14:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:14:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:14:26.408Z||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-06-06T22:14:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:14:26.415Z||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-06-06T22:14:26.416Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:14:35.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:14:35.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:15:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:15:26.406Z||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-06-06T22:15:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:15:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:15:26.407Z||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-06-06T22:15:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:15:35.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:15:35.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:16:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:16:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:16:26.408Z||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-06-06T22:16:26.408Z||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-06-06T22:16:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:16:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:16:35.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:16:35.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:17:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:17:26.405Z||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-06-06T22:17:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:17:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:17:26.407Z||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-06-06T22:17:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:17:35.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:17:35.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:17:38.878Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-06T22:18:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:18:26.406Z||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-06-06T22:18:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:18:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:18:26.408Z||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-06-06T22:18:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:18:35.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:18:35.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:19:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:19:26.405Z||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-06-06T22:19:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:19:26.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:19:26.407Z||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-06-06T22:19:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:19:35.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:19:35.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:20:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:20:26.405Z||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-06-06T22:20:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:20:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:20:26.407Z||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-06-06T22:20:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:20:35.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:20:35.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:21:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:21:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:21:26.407Z||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-06-06T22:21:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:21:26.407Z||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-06-06T22:21:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:21:35.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:21:35.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:22:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:22:26.406Z||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-06-06T22:22:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:22:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:22:26.407Z||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-06-06T22:22:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:22:35.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:22:35.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:23:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:23:26.405Z||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-06-06T22:23:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:23:26.407Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:23:26.407Z||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-06-06T22:23:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:23:35.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:23:35.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:24:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:24:26.406Z||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-06-06T22:24:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:24:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:24:26.407Z||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-06-06T22:24:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:24:35.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:24:35.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:25:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:25:26.405Z||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-06-06T22:25:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:25:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:25:26.408Z||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-06-06T22:25:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:25:35.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:25:36.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:26:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:26:26.405Z||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-06-06T22:26:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:26:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:26:26.408Z||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-06-06T22:26:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:26:35.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:26:35.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:27:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:27:26.405Z||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-06-06T22:27:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:27:26.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:27:26.407Z||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-06-06T22:27:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:27:35.960Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:27:35.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:28:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:28:26.406Z||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-06-06T22:28:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:28:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:28:26.407Z||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-06-06T22:28:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:28:35.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:28:35.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:29:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:29:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:29:26.410Z||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-06-06T22:29:26.410Z||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-06-06T22:29:26.410Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:29:26.410Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:29:35.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:29:35.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:30:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:30:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:30:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:30:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:30:26.407Z||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-06-06T22:30:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:30:35.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:30:35.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:31:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:31:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:31:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:31:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:31:26.407Z||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-06-06T22:31:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:31:35.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:31:35.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:32:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:32:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:32:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:32:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:32:26.408Z||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-06-06T22:32:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:32:35.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:32:35.957Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:33:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:33:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:33:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:33:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:33:26.407Z||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-06-06T22:33:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:33:35.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:33:36.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:34:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:34:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:34:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:34:26.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:34:26.407Z||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-06-06T22:34:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:34:35.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:34:35.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:35:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:35:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:35:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:35:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:35:26.407Z||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-06-06T22:35:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:35:35.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:35:35.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:36:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:36:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:36:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:36:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:36:26.407Z||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-06-06T22:36:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:36:35.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:36:35.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:37:26.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:37:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:37:26.407Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:37:26.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:37:26.407Z||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-06-06T22:37:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:37:35.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:37:35.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:38:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:38:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:38:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:38:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:38:26.407Z||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-06-06T22:38:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:38:35.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:38:35.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:39:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:39:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:39:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:39:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:39:26.407Z||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-06-06T22:39:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:39:35.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:39:35.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:40:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:40:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:40:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:40:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:40:26.407Z||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-06-06T22:40:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:40:35.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:40:35.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:41:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:41:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:41:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:41:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:41:26.408Z||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-06-06T22:41:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:41:35.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:41:35.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:42:26.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:42:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:42:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:42:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:42:26.408Z||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-06-06T22:42:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:42:35.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:42:35.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:43:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:43:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:43:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:43:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:43:26.407Z||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-06-06T22:43:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:43:35.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:43:35.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:44:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:44:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:44:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:44:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:44:26.408Z||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-06-06T22:44:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:44:35.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:44:35.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:45:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:45:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:45:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:45:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:45:26.407Z||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-06-06T22:45:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:45:35.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:45:35.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:46:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:46:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:46:26.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:46:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:46:26.408Z||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-06-06T22:46:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:46:35.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:46:35.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:47:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:47:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:47:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:47:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:47:26.407Z||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-06-06T22:47:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:47:35.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:47:35.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:48:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:48:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:48:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:48:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:48:26.407Z||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-06-06T22:48:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:48:35.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:48:35.985Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:49:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:49:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:49:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:49:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:49:26.407Z||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-06-06T22:49:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:49:35.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:49:35.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:50:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:50:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:50:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:50:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:50:26.407Z||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-06-06T22:50:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:50:35.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:50:35.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:51:26.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:51:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:51:26.407Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:51:26.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:51:26.407Z||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-06-06T22:51:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:51:35.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:51:35.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:52:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:52:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:52:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:52:26.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:52:26.407Z||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-06-06T22:52:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:52:35.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:52:35.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:53:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:53:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:53:26.407Z||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-06-06T22:53:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:53:27.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:27.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555972266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.125Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:27.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a149fea3-19b3-4556-ac1b-9fc05da00131","serviceName":"vFW 2022-06-06 22-51-36","serviceVersion":"1.0","serviceUUID":"9de35a65-14a6-4fbf-a395-a84e86092376","serviceDescription":"catalog service description","serviceInvariantUUID":"801f5b2f-dcb5-44a0-8332-cb46e05a92fd","resources":[{"resourceInstanceName":"vFW 6ebfafd9-ed64 0","resourceName":"vFW 6ebfafd9-ed64","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0ca2e2f-60fd-40a0-8ef6-5f40e1363876","resourceInvariantUUID":"b110b40d-8deb-41c4-b774-742f88d12295","resourceCustomizationUUID":"5be02a98-ee00-4fab-81ba-6118cad26753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml","artifactChecksum":"NDNhY2I4NjViMzQzMGJkNzY3YjExMWYwNGFkOWI0NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ecb78047-0c13-45bb-a14f-80106f0d8f64","artifactVersion":"1"},{"artifactName":"vfw6ebfafd9ed640_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json","artifactChecksum":"YzhmMTQ4ODM3MzI3NmNiMzljZTM4MzEyMTQ0ZTc3NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93c01f3d-2936-471a-aee5-b90c0d2e86cb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7d959e1-0338-4520-97a3-79261394a78b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI2Zjk1ZDE0ZDBkYWE0M2VmNjkwMmI1ZmU5MWFmMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"108d2126-4add-402a-8b91-c4f40f1af4b7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87a3ec71-a7ff-4d4b-99ec-069173649228","artifactVersion":"2","generatedFromUUID":"d7d959e1-0338-4520-97a3-79261394a78b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606225136-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml","artifactChecksum":"NjAxYTI3MGU2ZGQ1YzVhNjFhY2E4ZDdhMzk2NGU5OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff2b46c0-2c00-4b9a-8af8-d30503802127","artifactVersion":"1"},{"artifactName":"service-Vfw20220606225136-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar","artifactChecksum":"ODRkNzQ1MzE5NmY0ZmViZDlhYTM5MmUyMjIxZGNhMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"832baee5-6896-4ee3-8f17-63390202f572","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T22:53:27.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555969036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555972266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.167Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:27.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "ves-openapi-manager",
"timestamp": 1654555975812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555969036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555972266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555976783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "ves-openapi-manager",
"timestamp": 1654555975812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555969036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555976783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555972266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "ves-openapi-manager",
"timestamp": 1654555975812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555969036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555972266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555976783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555969036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "ves-openapi-manager",
"timestamp": 1654555975812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555972266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555976783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "ves-openapi-manager",
"timestamp": 1654555975812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555969036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555979833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555972266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555976783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "ves-openapi-manager",
"timestamp": 1654555975812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555969036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555979833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555981688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555976783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "ves-openapi-manager",
"timestamp": 1654555975812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555982705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555979833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555981688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555976783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "cds",
"timestamp": 1654555983724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-06T22:53:27.217Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:27.218Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-06-06T22:53:27.310Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-06T22:53:27.317Z||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-06-06T22:53:27.317Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:27.333Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:27.335Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 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-06-06T22:53:27.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.587Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 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-06-06T22:53:27.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555979833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555981688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555984596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555979833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555981688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555985611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555979833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555981688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "policy-id",
"timestamp": 1654555986617,
"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-06-06T22:53:27.662Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.663Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 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-06-06T22:53:27.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555979833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555981688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555981688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555987862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555988582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555989663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555989092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555988582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555990726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555990202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555988582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555988582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555991287,
"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-06-06T22:53:27.697Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.697Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 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-06-06T22:53:27.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555992744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:27.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555988582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654555992292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:27.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "clamp",
"timestamp": 1654555993751,
"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-06-06T22:53:27.732Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.732Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 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-06-06T22:53:27.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555988582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555988582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:53:27.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:53:27.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555995797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654555996512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654555996803,
"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-06-06T22:53:27.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.755Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 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-06-06T22:53:28.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:28.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:28.238Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:28.238Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:53:28.339Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:28.340Z||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-06-06T22:53:28.340Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:28.355Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:28.356Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:29.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:29.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:29.242Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:29.243Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:53:29.343Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:29.344Z||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-06-06T22:53:29.344Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:29.366Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:29.367Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:30.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:30.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:30.246Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:30.246Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:30.346Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:30.347Z||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-06-06T22:53:30.348Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:30.362Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:30.363Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:31.248Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:31.249Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:31.252Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:31.253Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-06T22:53:31.353Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:31.354Z||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-06-06T22:53:31.355Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:31.390Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:31.391Z||pool-7-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:32.253Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:32.255Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:32.258Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:32.259Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:53:32.359Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:32.360Z||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-06-06T22:53:32.361Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:32.393Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:32.394Z||pool-8-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:33.259Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:33.262Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:33.264Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:33.264Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:53:33.364Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:33.366Z||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-06-06T22:53:33.366Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:33.402Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:33.403Z||pool-9-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:34.267Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"serviceName": "vFW 2022-06-06 22-51-36",
"serviceVersion": "1.0",
"serviceUUID": "9de35a65-14a6-4fbf-a395-a84e86092376",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "801f5b2f-dcb5-44a0-8332-cb46e05a92fd",
"resources": [
{
"resourceInstanceName": "vFW 6ebfafd9-ed64 0",
"resourceCustomizationUUID": "5be02a98-ee00-4fab-81ba-6118cad26753",
"resourceName": "vFW 6ebfafd9-ed64",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0ca2e2f-60fd-40a0-8ef6-5f40e1363876",
"resourceInvariantUUID": "b110b40d-8deb-41c4-b774-742f88d12295",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6ebfafd9ed640_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"artifactChecksum": "YzhmMTQ4ODM3MzI3NmNiMzljZTM4MzEyMTQ0ZTc3NGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93c01f3d-2936-471a-aee5-b90c0d2e86cb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d7d959e1-0338-4520-97a3-79261394a78b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87a3ec71-a7ff-4d4b-99ec-069173649228",
"generatedFromUUID": "d7d959e1-0338-4520-97a3-79261394a78b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87a3ec71-a7ff-4d4b-99ec-069173649228",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220606225136-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"artifactChecksum": "ODRkNzQ1MzE5NmY0ZmViZDlhYTM5MmUyMjIxZGNhMTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "832baee5-6896-4ee3-8f17-63390202f572"
}
],
"workloadContext": "Production"
}
2022-06-06T22:53:34.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T22:53:34.269Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9de35a65-14a6-4fbf-a395-a84e86092376 ASDC
2022-06-06T22:53:34.416Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a149fea3-19b3-4556-ac1b-9fc05da00131
ServiceName:vFW 2022-06-06 22-51-36
ServiceVersion:1.0
ServiceUUID:9de35a65-14a6-4fbf-a395-a84e86092376
ServiceInvariantUUID:801f5b2f-dcb5-44a0-8332-cb46e05a92fd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606225136-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
ArtifactUUID:832baee5-6896-4ee3-8f17-63390202f572
ArtifactChecksum:ODRkNzQ1MzE5NmY0ZmViZDlhYTM5MmUyMjIxZGNhMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ebfafd9-ed64 0
ResourceCustomizationUUID:5be02a98-ee00-4fab-81ba-6118cad26753
ResourceInvariantUUID:b110b40d-8deb-41c4-b774-742f88d12295
ResourceName:vFW 6ebfafd9-ed64
ResourceType:VF
ResourceUUID:f0ca2e2f-60fd-40a0-8ef6-5f40e1363876
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ebfafd9ed640_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
ArtifactUUID:93c01f3d-2936-471a-aee5-b90c0d2e86cb
ArtifactChecksum:YzhmMTQ4ODM3MzI3NmNiMzljZTM4MzEyMTQ0ZTc3NGE=
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/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
ArtifactUUID:d7d959e1-0338-4520-97a3-79261394a78b
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/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
ArtifactUUID:87a3ec71-a7ff-4d4b-99ec-069173649228
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/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
ArtifactUUID:87a3ec71-a7ff-4d4b-99ec-069173649228
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-06T22:53:34.416Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9de35a65-14a6-4fbf-a395-a84e86092376 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-06-06T22:53:34.476Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:53:34.478Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:53:34.479Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:53:34.479Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 832baee5-6896-4ee3-8f17-63390202f572 from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:34.480Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:34.481Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:34.585Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:34.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar 832baee5-6896-4ee3-8f17-63390202f572 99002
2022-06-06T22:53:34.608Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar ASDC sendASDCNotification
2022-06-06T22:53:34.608Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:34.609Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:34.610Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:34.612Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:34.612Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556014607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:34.713Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T22:53:34.714Z||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-06-06T22:53:34.714Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:34.729Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:34.730Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:35.613Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:53:35.614Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:53:35.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 832baee5-6896-4ee3-8f17-63390202f572, URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar to file: /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:35.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606225136-csar.csar
2022-06-06T22:53:35.713Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:35.714Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:36.573Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17345097607299335291/Definitions/service-Vfw20220606225136-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2022-06-06T22:53:39.715Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T22:53:39.722Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:53:39.723Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.723Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T22:53:39.723Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ebfafd9-ed64 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-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:53:39.734Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.735Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:53:39.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:53:39.746Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.746Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.747Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.747Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:53:39.747Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:53:39.748Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.748Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.752Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.753Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.753Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.753Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:39.754Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.754Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.754Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:39.756Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.756Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.757Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:39.757Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.757Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:53:39.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:39.762Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.762Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.762Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:39.763Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.763Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.764Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:39.764Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.764Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.765Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.765Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T22:53:39.765Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.766Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:39.766Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:39.766Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.767Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.767Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:39.767Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.768Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:39.768Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.768Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bb632c9-7072-4752-a1ac-81aa91e14cc9
2022-06-06T22:53:39.769Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.769Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.771Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.771Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:39.771Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.772Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T22:53:39.772Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:39.772Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.773Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:39.773Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.773Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb52a94a-6349-4bb0-a9e1-8fc563016719
2022-06-06T22:53:39.774Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.774Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.774Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.775Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:39.775Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.775Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.776Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.776Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:39.776Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b69f600e-d1f7-4365-9a7e-9bf38f074353
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.780Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-06 22-51-36
Description:catalog service description
Model UUID:9de35a65-14a6-4fbf-a395-a84e86092376
Model Version:NULL
Model InvariantUuid:801f5b2f-dcb5-44a0-8332-cb46e05a92fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6ebfafd9-ed64
Model UUID:22a3b6c8-ea3a-4264-854a-51d0fc76786a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b110b40d-8deb-41c4-b774-742f88d12295
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5be02a98-ee00-4fab-81ba-6118cad26753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a8772894-0831-4ea6-9505-59ddaaf91b89
ModelName:Vfw6ebfafd9Ed64..base_vfw..module-0
ModelUuid:76ab6f19-7d2b-4505-95d0-80405f430ad7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6bb632c9-7072-4752-a1ac-81aa91e14cc9
ModelInvariantUuid:7bba35c1-57d3-46fb-9565-46208a551900
ModelName:vFW 6ebfafd9-ed64-nodes.vfwCvfc
ModelUuid:895b741e-6bd0-452d-b0c6-1900ba6ba7f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cd4c7258-af9f-4439-b40b-37a2eb52cba1
ModelInvariantUuid:573e225a-3c51-436c-9dbd-eda850d3444c
ModelName:Vfw6ebfafd9Ed64.compute.nodes.heat.vfw
ModelUuid:f5bd9c73-1754-428a-98bd-3912521473b2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cb52a94a-6349-4bb0-a9e1-8fc563016719
ModelInvariantUuid:aa966f09-b093-43ad-8b11-936aead9bf27
ModelName:vFW 6ebfafd9-ed64-nodes.vsnCvfc
ModelUuid:5cc6bdd9-f3d2-42f9-ace0-926656bc2dea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:65cbf22d-99ea-4708-88e1-bd57c8bf6cb7
ModelInvariantUuid:b1560561-7095-400f-a894-dfbe41f19377
ModelName:Vfw6ebfafd9Ed64.compute.nodes.heat.vsn
ModelUuid:b73a9e6e-5557-42b6-ad9e-2eec5e478fea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b69f600e-d1f7-4365-9a7e-9bf38f074353
ModelInvariantUuid:a1dd3404-8687-4e92-a349-139ed457322f
ModelName:vFW 6ebfafd9-ed64-nodes.vpgCvfc
ModelUuid:711f007e-7a4f-43f7-94ed-6223857bdaef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c8924a7f-9e7b-4450-80ca-4ba7a5d9be13
ModelInvariantUuid:a3d87aa8-24c3-4007-9302-304a0aa9446d
ModelName:Vfw6ebfafd9Ed64.compute.nodes.heat.vpg
ModelUuid:f2aebdca-b72a-422e-810c-1192e8b73309
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-06-06T22:53:39.791Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f0ca2e2f-60fd-40a0-8ef6-5f40e1363876
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-06-06T22:53:39.889Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||vFW 6ebfafd9-ed64 0
2022-06-06T22:53:39.895Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0ca2e2f-60fd-40a0-8ef6-5f40e1363876
2022-06-06T22:53:39.896Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93c01f3d-2936-471a-aee5-b90c0d2e86cb from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:39.896Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:39.896Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:39.974Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json 93c01f3d-2936-471a-aee5-b90c0d2e86cb 785
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json ASDC sendASDCNotification
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:39.976Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:39.979Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:39.979Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556019975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:40.079Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:40.080Z||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-06-06T22:53:40.081Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:40.096Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:40.097Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:40.981Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ebfafd9Ed64..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a8772894-0831-4ea6-9505-59ddaaf91b89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76ab6f19-7d2b-4505-95d0-80405f430ad7",
"vfModuleModelCustomizationUUID": "b06e15bc-cfe9-4ba9-b38b-e28026cf2325",
"isBase": true,
"artifacts": [
"d7d959e1-0338-4520-97a3-79261394a78b",
"87a3ec71-a7ff-4d4b-99ec-069173649228"
],
"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-06-06T22:53:40.997Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ebfafd9Ed64..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76ab6f19-7d2b-4505-95d0-80405f430ad7
VfModuleModelInvariantUUID:a8772894-0831-4ea6-9505-59ddaaf91b89
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7d959e1-0338-4520-97a3-79261394a78b
,
87a3ec71-a7ff-4d4b-99ec-069173649228
}
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-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ebfafd9Ed64..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a8772894-0831-4ea6-9505-59ddaaf91b89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76ab6f19-7d2b-4505-95d0-80405f430ad7",
"vfModuleModelCustomizationUUID": "b06e15bc-cfe9-4ba9-b38b-e28026cf2325",
"isBase": true,
"artifacts": [
"d7d959e1-0338-4520-97a3-79261394a78b",
"87a3ec71-a7ff-4d4b-99ec-069173649228"
],
"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-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ebfafd9Ed64..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76ab6f19-7d2b-4505-95d0-80405f430ad7
VfModuleModelInvariantUUID:a8772894-0831-4ea6-9505-59ddaaf91b89
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7d959e1-0338-4520-97a3-79261394a78b
,
87a3ec71-a7ff-4d4b-99ec-069173649228
}
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-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d7d959e1-0338-4520-97a3-79261394a78b from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:41.001Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:41.069Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:41.070Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml d7d959e1-0338-4520-97a3-79261394a78b 20368
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:41.074Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:41.074Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556021071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:41.174Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:41.175Z||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-06-06T22:53:41.175Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:41.193Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:41.194Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:42.075Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87a3ec71-a7ff-4d4b-99ec-069173649228 from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:42.075Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:42.075Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:42.136Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:42.137Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env 87a3ec71-a7ff-4d4b-99ec-069173649228 2098
2022-06-06T22:53:42.137Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T22:53:42.137Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:42.138Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:42.138Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:42.141Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:42.142Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556022137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:53:42.242Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:42.242Z||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-06-06T22:53:42.243Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:42.263Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:42.263Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:43.142Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9de35a65-14a6-4fbf-a395-a84e86092376
2022-06-06T22:53:43.143Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ebfafd9-ed64 0 f0ca2e2f-60fd-40a0-8ef6-5f40e1363876 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-06-06T22:53:43.194Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e6c7ab1, org.onap.sdc.toscaparser.api.parameters.Input@4ba50140, org.onap.sdc.toscaparser.api.parameters.Input@a34f237, org.onap.sdc.toscaparser.api.parameters.Input@516d958d, org.onap.sdc.toscaparser.api.parameters.Input@1c99d4e3]
2022-06-06T22:53:43.198Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.198Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.198Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-06T22:53:43.199Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5be02a98-ee00-4fab-81ba-6118cad26753
2022-06-06T22:53:43.199Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5be02a98-ee00-4fab-81ba-6118cad26753 matches Tosca VF Customization UUID: 5be02a98-ee00-4fab-81ba-6118cad26753
2022-06-06T22:53:43.199Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5be02a98-ee00-4fab-81ba-6118cad26753 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-06-06T22:53:43.206Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.206Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5be02a98-ee00-4fab-81ba-6118cad26753: {\"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-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15b3dee2
2022-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:53:43.209Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b06e15bc-cfe9-4ba9-b38b-e28026cf2325
2022-06-06T22:53:43.210Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b06e15bc-cfe9-4ba9-b38b-e28026cf2325
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-06-06T22:53:43.217Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.218Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.218Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.219Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.219Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.220Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.220Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.220Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.223Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:43.223Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.223Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bb632c9-7072-4752-a1ac-81aa91e14cc9
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-06-06T22:53:43.232Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.232Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb52a94a-6349-4bb0-a9e1-8fc563016719
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-06-06T22:53:43.238Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.238Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.238Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b69f600e-d1f7-4365-9a7e-9bf38f074353
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-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.247Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.247Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=5be02a98-ee00-4fab-81ba-6118cad26753
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-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9de35a65-14a6-4fbf-a395-a84e86092376: vFW 6ebfafd9-ed64
2022-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-06 22-51-36
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-06-06T22:53:43.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ebfafd9-ed64 f0ca2e2f-60fd-40a0-8ef6-5f40e1363876 1 ASDC deployResourceStructure
2022-06-06T22:53:43.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json ASDC sendASDCNotification
2022-06-06T22:53:43.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:43.607Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:43.607Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:43.609Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:43.609Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556023606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:43.709Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:43.710Z||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-06-06T22:53:43.710Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:43.749Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:43.749Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:44.610Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T22:53:44.611Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:44.611Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:44.612Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:44.614Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:44.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556024610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:44.714Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:44.716Z||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-06-06T22:53:44.716Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:44.739Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:44.740Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:45.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T22:53:45.616Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:45.616Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:45.623Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:45.626Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:45.626Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556025615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:45.726Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:45.727Z||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-06-06T22:53:45.728Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:45.742Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:45.742Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:46.628Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar ASDC sendASDCNotification
2022-06-06T22:53:46.628Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:46.629Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:46.629Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:46.632Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:46.633Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556026627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:53:46.732Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:46.734Z||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-06-06T22:53:46.734Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:46.750Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:53:46.751Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:47.634Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:53:47.658Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:53:47.664Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:53:47.664Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:53:47.665Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:54:17.665Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:54:17.685Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:54:17.689Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:54:17.689Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:54:17.690Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:54:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:54:26.408Z||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-06-06T22:54:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:54:26.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:54:26.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:54:26.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:54:26.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:54:47.691Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:54:47.705Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:54:47.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:54:47.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:54:47.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:55:17.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:55:17.722Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:55:17.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:55:17.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:55:17.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:55:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:55:26.408Z||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-06-06T22:55:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:55:26.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:55:26.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556006404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654556015107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556014607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "aai-ml",
"timestamp": 1654556016113,
"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-06-06T22:55:26.463Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:55:26.464Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 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-06-06T22:55:26.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556019975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556021071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556022137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556023606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556024610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556025615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556026627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556041688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556039833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556047266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556048581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556041688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556039833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556047266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556048581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556039833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556047266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556041688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556048581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556041688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556047266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556039833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556048581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556041688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556047266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556039833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556048581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556041688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556047266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556039833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556048581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556041688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556047266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556039833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556048581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556055744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556055354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556056062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556056386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556055812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "cds",
"timestamp": 1654556056750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-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-06-06T22:55:26.504Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.504Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f 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-06-06T22:55:26.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556056429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556056783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556055812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556057494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556058547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556056783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556055812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556058526,
"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-06-06T22:55:26.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f 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-06-06T22:55:26.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556059552,
"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-06-06T22:55:26.536Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.536Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f 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-06-06T22:55:26.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556059036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556056783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556055812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556059531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556059036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556056783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556055812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556059036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556056783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556055812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556059036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556056783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556055812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556059036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556056783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556059036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556064522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556065162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556059036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556065526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "aai-ml",
"timestamp": 1654556066167,
"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-06-06T22:55:26.564Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.564Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f 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-06-06T22:55:26.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "policy-id",
"timestamp": 1654556066529,
"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-06-06T22:55:26.580Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.581Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f 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-06-06T22:55:47.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:55:47.739Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
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-06-06T22:55:47.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:55:47.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:55:47.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:55:47.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:55:47.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:55:47.749Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T22:56:17.750Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131 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-06-06T22:56:17.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a149fea3-19b3-4556-ac1b-9fc05da00131 and serviceModelVersionId: 9de35a65-14a6-4fbf-a395-a84e86092376
2022-06-06T22:56:17.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 801f5b2f-dcb5-44a0-8332-cb46e05a92fd
2022-06-06T22:56:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:56:26.408Z||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-06-06T22:56:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:56:26.939Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:26.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:56:26.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556075733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556077743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:56:26.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "clamp",
"timestamp": 1654556078748,
"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-06-06T22:56:26.952Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:56:26.952Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f 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-06-06T22:56:34.130Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0
2022-06-06T22:56:34.261Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T22:56:34.819Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|INFO|500||Invoke
2022-06-06T22:56:34.830Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a149fea3-19b3-4556-ac1b-9fc05da00131], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e95f5257-ebf0-4e14-bfa4-2c1a4eaa0462], X-ECOMP-RequestID=[a149fea3-19b3-4556-ac1b-9fc05da00131], X-TransactionId=[], X-ONAP-RequestID=[a149fea3-19b3-4556-ac1b-9fc05da00131], Content-Type=[application/merge-patch+json]}
2022-06-06T22:56:34.988Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-06T22:56:35.294Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?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/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-22:56:35:372-94443], vertex-id=[229440], Content-Length=[0], Date=[Mon, 06 Jun 2022 22:56:35 GMT], Content-Type=[application/json]}
2022-06-06T22:56:35.295Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T22:56:35.296Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|INFO|500||InvokeReturn
2022-06-06T22:56:35.300Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T22:56:35.300Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:56:35.307Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T22:56:35.308Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a149fea3-19b3-4556-ac1b-9fc05da00131 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T22:56:35.309Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T22:56:35.310Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:35.312Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:35.312Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556195308,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:56:35.412Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:35.414Z||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-06-06T22:56:35.414Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:35.434Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:35.435Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 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-06-06T22:56:36.329Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:56:36.330Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:56:36.330Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:40.848Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:40.849Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T22:56:40.849Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"24eeaf66-6774-453a-855d-ccb8be00d01f","serviceName":"basic_onboard_kopMIJ","serviceVersion":"1.0","serviceUUID":"ebb0e259-afb5-4fda-ad3a-1169be9c6cc6","serviceDescription":"service","serviceInvariantUUID":"8817d618-e868-4dcc-a632-78dfb848f8ba","resources":[{"resourceInstanceName":"basic_onboard_kopMIJ 0","resourceName":"basic_onboard_kopMIJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82e93ab7-ccc4-4cef-befd-9f97a5003e81","resourceInvariantUUID":"e4ff477e-7b28-4750-a81d-98de12c2c3c7","resourceCustomizationUUID":"7cfefb09-690a-4106-b0d4-33c9a57d8e7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml","artifactChecksum":"YjQ2ZmE3YTY3MTE5MmEzNWU0NjJlZjZjN2MwZDYxZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7720b7b7-f7da-4e95-96d2-3bb5288c9920","artifactVersion":"1"},{"artifactName":"basic_onboard_kopmij0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json","artifactChecksum":"MTc0MTA0YzM4N2RhZmFlM2JjMTM5ZjRiODliMzY3MTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e34efad4-d6c0-42bc-a858-c1b4bccce95a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"11863a23-c5ce-4745-97c7-d514654dce60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2059bb3e-f891-408e-b8a1-14847c4a069d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f155a1a-372e-4d26-841c-fbc3a2651e1b","artifactVersion":"2","generatedFromUUID":"11863a23-c5ce-4745-97c7-d514654dce60"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKopmij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml","artifactChecksum":"NDkwNGIwMWIwYTI0NTBjNzQ2OTIxYjMzNjBlNGVlYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28396243-b5c9-4c75-9f99-e27bf0dbadf6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKopmij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar","artifactChecksum":"YmE3MDJlMGZkODZhZTc2MTMzMjM1YTE3ZDdmMTIzNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f010f15-d9a9-4129-9b3c-c79fe9befba0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T22:56:40.854Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:40.855Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:40.858Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:40.858Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:56:40.958Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:40.959Z||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-06-06T22:56:40.959Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:40.972Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:40.973Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:41.858Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:41.860Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:41.862Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:41.862Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:56:41.962Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:41.963Z||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-06-06T22:56:41.964Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:41.979Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:41.980Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:42.863Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:42.864Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:42.866Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:42.867Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:56:42.967Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:42.968Z||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-06-06T22:56:42.968Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:42.988Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:42.989Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:43.867Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:43.868Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:43.871Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:43.871Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:56:43.972Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T22:56:43.973Z||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-06-06T22:56:43.973Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:43.991Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:43.993Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:56:44.872Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:44.873Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:44.877Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:44.877Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-06T22:56:44.977Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:44.978Z||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-06-06T22:56:44.978Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:44.993Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:44.994Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:56:45.878Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:45.879Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:45.881Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:45.881Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:56:45.981Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:45.983Z||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-06-06T22:56:45.983Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:45.995Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:45.996Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:46.882Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:46.883Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:46.886Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:46.886Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:56:46.986Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:46.987Z||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-06-06T22:56:46.987Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:47.000Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:47.001Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:56:47.888Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"serviceName": "basic_onboard_kopMIJ",
"serviceVersion": "1.0",
"serviceUUID": "ebb0e259-afb5-4fda-ad3a-1169be9c6cc6",
"serviceDescription": "service",
"serviceInvariantUUID": "8817d618-e868-4dcc-a632-78dfb848f8ba",
"resources": [
{
"resourceInstanceName": "basic_onboard_kopMIJ 0",
"resourceCustomizationUUID": "7cfefb09-690a-4106-b0d4-33c9a57d8e7b",
"resourceName": "basic_onboard_kopMIJ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "82e93ab7-ccc4-4cef-befd-9f97a5003e81",
"resourceInvariantUUID": "e4ff477e-7b28-4750-a81d-98de12c2c3c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kopmij0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"artifactChecksum": "MTc0MTA0YzM4N2RhZmFlM2JjMTM5ZjRiODliMzY3MTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e34efad4-d6c0-42bc-a858-c1b4bccce95a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "11863a23-c5ce-4745-97c7-d514654dce60",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f155a1a-372e-4d26-841c-fbc3a2651e1b",
"generatedFromUUID": "11863a23-c5ce-4745-97c7-d514654dce60"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f155a1a-372e-4d26-841c-fbc3a2651e1b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKopmij-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"artifactChecksum": "YmE3MDJlMGZkODZhZTc2MTMzMjM1YTE3ZDdmMTIzNzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f010f15-d9a9-4129-9b3c-c79fe9befba0"
}
],
"workloadContext": "Production"
}
2022-06-06T22:56:47.888Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T22:56:47.889Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ebb0e259-afb5-4fda-ad3a-1169be9c6cc6 ASDC
2022-06-06T22:56:47.889Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:24eeaf66-6774-453a-855d-ccb8be00d01f
ServiceName:basic_onboard_kopMIJ
ServiceVersion:1.0
ServiceUUID:ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
ServiceInvariantUUID:8817d618-e868-4dcc-a632-78dfb848f8ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKopmij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
ArtifactUUID:0f010f15-d9a9-4129-9b3c-c79fe9befba0
ArtifactChecksum:YmE3MDJlMGZkODZhZTc2MTMzMjM1YTE3ZDdmMTIzNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kopMIJ 0
ResourceCustomizationUUID:7cfefb09-690a-4106-b0d4-33c9a57d8e7b
ResourceInvariantUUID:e4ff477e-7b28-4750-a81d-98de12c2c3c7
ResourceName:basic_onboard_kopMIJ
ResourceType:VF
ResourceUUID:82e93ab7-ccc4-4cef-befd-9f97a5003e81
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kopmij0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
ArtifactUUID:e34efad4-d6c0-42bc-a858-c1b4bccce95a
ArtifactChecksum:MTc0MTA0YzM4N2RhZmFlM2JjMTM5ZjRiODliMzY3MTg=
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/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
ArtifactUUID:11863a23-c5ce-4745-97c7-d514654dce60
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/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
ArtifactUUID:1f155a1a-372e-4d26-841c-fbc3a2651e1b
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/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
ArtifactUUID:1f155a1a-372e-4d26-841c-fbc3a2651e1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-06T22:56:47.890Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebb0e259-afb5-4fda-ad3a-1169be9c6cc6 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-06-06T22:56:47.927Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f010f15-d9a9-4129-9b3c-c79fe9befba0 from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:47.930Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:48.074Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar 0f010f15-d9a9-4129-9b3c-c79fe9befba0 71575
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar ASDC sendASDCNotification
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:48.080Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:48.082Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:48.082Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556208079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:56:48.183Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:48.184Z||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-06-06T22:56:48.184Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:48.201Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:48.201Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:49.083Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:56:49.084Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:56:49.084Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0f010f15-d9a9-4129-9b3c-c79fe9befba0, URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar to file: /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.085Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.085Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.086Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.284Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14737858982405667486/Definitions/service-BasicOnboardKopmij-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-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kopMIJ 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-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:56:50.702Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:56:50.702Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.702Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is not matching search criteria
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:56:50.705Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.705Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.705Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is not matching search criteria
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d4d914-46ac-48a5-8bd7-37541f2c5de1
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.710Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_kopMIJ
Description:service
Model UUID:ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
Model Version:NULL
Model InvariantUuid:8817d618-e868-4dcc-a632-78dfb848f8ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_kopMIJ
Model UUID:feda60ab-6ada-4d63-a0f2-9e9918df053c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4ff477e-7b28-4750-a81d-98de12c2c3c7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7cfefb09-690a-4106-b0d4-33c9a57d8e7b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:52b7b519-059b-4cdb-b4a6-03930d43bd7e
ModelName:BasicOnboardKopmij..base_ubuntu18..module-0
ModelUuid:fd93d659-2ae9-411e-9538-c75a04e58b9e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e3d4d914-46ac-48a5-8bd7-37541f2c5de1
ModelInvariantUuid:31f81b88-f7e5-4c3f-9a37-2211a0215d0c
ModelName:basic_onboard_kopMIJ-nodes.ubuntu18Cvfc
ModelUuid:2b6e0244-98b9-46cf-97ca-ba54f91e6b19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:585dbe96-d1c1-41d2-b76f-7aeeafe77401
ModelInvariantUuid:43856fd1-2e17-49b0-83d2-94373423e145
ModelName:BasicOnboardKopmij.compute.nodes.heat.ubuntu18
ModelUuid:602fcbb0-243d-4237-a3cd-2312d427d308
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-06-06T22:56:50.716Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 82e93ab7-ccc4-4cef-befd-9f97a5003e81
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-06-06T22:56:50.718Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||basic_onboard_kopMIJ 0
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82e93ab7-ccc4-4cef-befd-9f97a5003e81
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e34efad4-d6c0-42bc-a858-c1b4bccce95a from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:50.778Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json e34efad4-d6c0-42bc-a858-c1b4bccce95a 798
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json ASDC sendASDCNotification
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:50.780Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:50.782Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:50.782Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556210779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:56:50.882Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:50.883Z||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-06-06T22:56:50.883Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:50.901Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:50.902Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:51.783Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKopmij..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "52b7b519-059b-4cdb-b4a6-03930d43bd7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd93d659-2ae9-411e-9538-c75a04e58b9e",
"vfModuleModelCustomizationUUID": "ab524ac7-1af3-4f8b-a7ba-dd09198ccefb",
"isBase": true,
"artifacts": [
"11863a23-c5ce-4745-97c7-d514654dce60",
"1f155a1a-372e-4d26-841c-fbc3a2651e1b"
],
"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-06-06T22:56:51.789Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKopmij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd93d659-2ae9-411e-9538-c75a04e58b9e
VfModuleModelInvariantUUID:52b7b519-059b-4cdb-b4a6-03930d43bd7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
11863a23-c5ce-4745-97c7-d514654dce60
,
1f155a1a-372e-4d26-841c-fbc3a2651e1b
}
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-06-06T22:56:51.793Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKopmij..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "52b7b519-059b-4cdb-b4a6-03930d43bd7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd93d659-2ae9-411e-9538-c75a04e58b9e",
"vfModuleModelCustomizationUUID": "ab524ac7-1af3-4f8b-a7ba-dd09198ccefb",
"isBase": true,
"artifacts": [
"11863a23-c5ce-4745-97c7-d514654dce60",
"1f155a1a-372e-4d26-841c-fbc3a2651e1b"
],
"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-06-06T22:56:51.794Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKopmij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd93d659-2ae9-411e-9538-c75a04e58b9e
VfModuleModelInvariantUUID:52b7b519-059b-4cdb-b4a6-03930d43bd7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
11863a23-c5ce-4745-97c7-d514654dce60
,
1f155a1a-372e-4d26-841c-fbc3a2651e1b
}
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-06-06T22:56:51.794Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 11863a23-c5ce-4745-97c7-d514654dce60 from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:51.794Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:51.795Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:51.848Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:51.849Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml 11863a23-c5ce-4745-97c7-d514654dce60 5033
2022-06-06T22:56:51.849Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T22:56:51.850Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:51.850Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:51.851Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:51.854Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:51.854Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556211849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:56:51.954Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:51.955Z||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-06-06T22:56:51.956Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:51.972Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:51.973Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:52.855Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f155a1a-372e-4d26-841c-fbc3a2651e1b from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:52.856Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:52.856Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:52.976Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:52.977Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env 1f155a1a-372e-4d26-841c-fbc3a2651e1b 909
2022-06-06T22:56:52.977Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T22:56:52.977Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:52.978Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:52.978Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:52.980Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:52.980Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556212977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:56:53.080Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:53.081Z||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-06-06T22:56:53.082Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:53.095Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:53.095Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:53.981Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
2022-06-06T22:56:53.982Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kopMIJ 0 82e93ab7-ccc4-4cef-befd-9f97a5003e81 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-06-06T22:56:53.994Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69ffbf43, org.onap.sdc.toscaparser.api.parameters.Input@6eebfb5f, org.onap.sdc.toscaparser.api.parameters.Input@78544575, org.onap.sdc.toscaparser.api.parameters.Input@5e49b25, org.onap.sdc.toscaparser.api.parameters.Input@11f5297d]
2022-06-06T22:56:53.996Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7cfefb09-690a-4106-b0d4-33c9a57d8e7b
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cfefb09-690a-4106-b0d4-33c9a57d8e7b matches Tosca VF Customization UUID: 7cfefb09-690a-4106-b0d4-33c9a57d8e7b
2022-06-06T22:56:53.998Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7cfefb09-690a-4106-b0d4-33c9a57d8e7b 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-06-06T22:56:54.000Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.000Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.001Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7cfefb09-690a-4106-b0d4-33c9a57d8e7b: {\"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-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b4c0e45
2022-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab524ac7-1af3-4f8b-a7ba-dd09198ccefb
2022-06-06T22:56:54.003Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab524ac7-1af3-4f8b-a7ba-dd09198ccefb
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-06-06T22:56:54.005Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.005Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.005Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:54.006Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.006Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.006Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:54.007Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.007Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is not matching search criteria
2022-06-06T22:56:54.007Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T22:56:54.008Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T22:56:54.008Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d4d914-46ac-48a5-8bd7-37541f2c5de1
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-06-06T22:56:54.011Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.011Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.011Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:54.012Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.012Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.012Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=7cfefb09-690a-4106-b0d4-33c9a57d8e7b
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-06-06T22:56:54.014Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ebb0e259-afb5-4fda-ad3a-1169be9c6cc6: basic_onboard_kopMIJ
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.016Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.016Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.016Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.017Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.017Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.017Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.018Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T22:56:54.018Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.018Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_kopMIJ
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-06-06T22:56:54.109Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kopMIJ 82e93ab7-ccc4-4cef-befd-9f97a5003e81 1 ASDC deployResourceStructure
2022-06-06T22:56:54.110Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json ASDC sendASDCNotification
2022-06-06T22:56:54.110Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:54.110Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:54.111Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:54.113Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:54.113Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556214110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T22:56:54.213Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:54.214Z||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-06-06T22:56:54.215Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:54.240Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:54.241Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:55.114Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T22:56:55.115Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:55.115Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:55.116Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:55.118Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:55.118Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556215114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T22:56:55.218Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:55.219Z||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-06-06T22:56:55.220Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:55.235Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:55.235Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:56.119Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T22:56:56.120Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:56.121Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:56.121Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:56.124Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:56.125Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556216119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-06T22:56:56.225Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:56.226Z||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-06-06T22:56:56.226Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:56.242Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:56.242Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:57.126Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar ASDC sendASDCNotification
2022-06-06T22:56:57.127Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:57.127Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:57.128Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:57.131Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:57.131Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556217126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:56:57.231Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:57.232Z||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-06-06T22:56:57.232Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:57.250Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:56:57.251Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:58.132Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24eeaf66-6774-453a-855d-ccb8be00d01f
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-06-06T22:56:58.144Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24eeaf66-6774-453a-855d-ccb8be00d01f
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-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T22:56:58.150Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:56:58.150Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:56:58.150Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:56:58.151Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:56:58.151Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:56:58.151Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T22:56:58.152Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:56:58.156Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T22:57:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:26.408Z||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-06-06T22:57:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:27.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:57:27.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556195308,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:57:27.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "NOTIFIED"
}
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556196329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556208079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556210779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556211849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556212977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556214110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556215114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556216119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556217126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T22:57:27.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:28.157Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24eeaf66-6774-453a-855d-ccb8be00d01f 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-06-06T22:57:28.166Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24eeaf66-6774-453a-855d-ccb8be00d01f and serviceModelVersionId: ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
2022-06-06T22:57:28.166Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8817d618-e868-4dcc-a632-78dfb848f8ba
2022-06-06T22:57:28.167Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0
2022-06-06T22:57:28.172Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T22:57:28.250Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?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-06-06T22:57:28.253Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0|INFO|500||Invoke
2022-06-06T22:57:28.290Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-06T22:57:28.482Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0|INFO|500||InvokeReturn
2022-06-06T22:57:28.482Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-22:57:28:673-14755], vertex-id=[217200], Content-Length=[0], Date=[Mon, 06 Jun 2022 22:57:28 GMT], Content-Type=[application/json]}
2022-06-06T22:57:28.484Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T22:57:28.484Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T22:57:28.484Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:57:28.490Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T22:57:28.490Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24eeaf66-6774-453a-855d-ccb8be00d01f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T22:57:28.491Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T22:57:28.491Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:57:28.493Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:57:28.493Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556248490,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:57:28.594Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:57:28.595Z||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-06-06T22:57:28.595Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:57:28.612Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:57:28.613Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T22:57:29.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:29.518Z||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-06-06T22:57:29.518Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:39.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:57:39.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:39.103Z||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-06-06T22:57:39.104Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:48.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:57:48.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:48.669Z||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-06-06T22:57:48.669Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:58.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:58:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:58:26.405Z||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-06-06T22:58:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:58:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:58:26.407Z||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-06-06T22:58:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:58:27.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:58:27.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T22:58:27.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556248490,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:58:27.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:58:35.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:59:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:59:26.405Z||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-06-06T22:59:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:59:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:59:26.407Z||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-06-06T22:59:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:59:35.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T22:59:35.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:00:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:00:26.405Z||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-06-06T23:00:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:00:26.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:00:26.407Z||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-06-06T23:00:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:00:35.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:00:35.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:01:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:01:26.405Z||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-06-06T23:01:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:01:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:01:26.417Z||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-06-06T23:01:26.417Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:01:35.983Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:01:36.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:02:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:02:26.406Z||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-06-06T23:02:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:02:26.406Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:02:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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-06-06T23:02:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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 L9sugkrlytHUln5m) ...
2022-06-06T23:02:35.959Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:02:35.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:03:26.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:03:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:03:26.408Z||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-06-06T23:03:26.409Z||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-06-06T23:03:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:03:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:03:35.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:03:35.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:04:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:04:26.405Z||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-06-06T23:04:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:04:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:04:26.407Z||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-06-06T23:04:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:04:35.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:04:35.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:05:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:05:26.405Z||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-06-06T23:05:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:05:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:05:26.407Z||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-06-06T23:05:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:05:35.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:05:35.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:06:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:06:26.405Z||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-06-06T23:06:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:06:26.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:06:26.407Z||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-06-06T23:06:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:06:35.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:06:35.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:07:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:07:26.406Z||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-06-06T23:07:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:07:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:07:26.407Z||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-06-06T23:07:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:07:35.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:07:36.342Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:07:36.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:07:36.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"87dece0a-c779-42e5-9d5f-c1a96e8635e9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"119a27fe-b274-45a4-8f44-04bd0569a055","serviceDescription":"service","serviceInvariantUUID":"07e9681d-2e4d-450b-af7f-1165465ec3b9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e","resourceInvariantUUID":"f525d5c3-3515-4f51-90a9-71d588d933fd","resourceCustomizationUUID":"d5eee477-f2c0-4850-8857-9613178212ca","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":"MmRmMTM3MzJlYzA3MzYzNjEwMDU0NWUwNmFkMDAwZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a766722-d04d-45e9-89db-e0680a3c7d41","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Njg1Mjk4NzY4M2U2ZDhjMmQ2NzliYWE5ODAwNDFjYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfd56558-ff99-49eb-b070-6804fbe2248b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:07:36.349Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:07:36.350Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:36.358Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:36.358Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556846404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:07:36.458Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:07:36.460Z||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-06-06T23:07:36.460Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:36.519Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:07:36.520Z||pool-35-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:37.359Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:07:37.360Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:37.365Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:37.365Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556846404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:07:37.465Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:07:37.466Z||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-06-06T23:07:37.466Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:37.480Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:07:37.481Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:38.366Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "119a27fe-b274-45a4-8f44-04bd0569a055",
"serviceDescription": "service",
"serviceInvariantUUID": "07e9681d-2e4d-450b-af7f-1165465ec3b9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d5eee477-f2c0-4850-8857-9613178212ca",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e",
"resourceInvariantUUID": "f525d5c3-3515-4f51-90a9-71d588d933fd",
"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": "Njg1Mjk4NzY4M2U2ZDhjMmQ2NzliYWE5ODAwNDFjYzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dfd56558-ff99-49eb-b070-6804fbe2248b"
}
],
"workloadContext": "Production"
}
2022-06-06T23:07:38.367Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:07:38.367Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 119a27fe-b274-45a4-8f44-04bd0569a055 ASDC
2022-06-06T23:07:38.368Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:87dece0a-c779-42e5-9d5f-c1a96e8635e9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:119a27fe-b274-45a4-8f44-04bd0569a055
ServiceInvariantUUID:07e9681d-2e4d-450b-af7f-1165465ec3b9
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:dfd56558-ff99-49eb-b070-6804fbe2248b
ArtifactChecksum:Njg1Mjk4NzY4M2U2ZDhjMmQ2NzliYWE5ODAwNDFjYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d5eee477-f2c0-4850-8857-9613178212ca
ResourceInvariantUUID:f525d5c3-3515-4f51-90a9-71d588d933fd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-06T23:07:38.369Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 119a27fe-b274-45a4-8f44-04bd0569a055 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:07:38.421Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:07:38.422Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:07:38.422Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:07:38.422Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dfd56558-ff99-49eb-b070-6804fbe2248b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:38.423Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:07:38.423Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:38.683Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:07:38.687Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dfd56558-ff99-49eb-b070-6804fbe2248b 52514
2022-06-06T23:07:38.688Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T23:07:38.689Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:38.690Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:07:38.690Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:38.699Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:38.699Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556858687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:07:38.799Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:07:38.800Z||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-06-06T23:07:38.800Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:38.816Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:07:38.817Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:39.700Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:07:39.702Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:07:39.702Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dfd56558-ff99-49eb-b070-6804fbe2248b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:39.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-06T23:07:39.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:39.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:39.907Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17516332136649575937/Definitions/service-BasicNetwork-template.yml
2022-06-06T23:07:40.580Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:119a27fe-b274-45a4-8f44-04bd0569a055
Model Version:NULL
Model InvariantUuid:07e9681d-2e4d-450b-af7f-1165465ec3b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f525d5c3-3515-4f51-90a9-71d588d933fd
Model UUID:ce342fd6-8ea7-4bb1-825b-1f59d02e9384
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d5eee477-f2c0-4850-8857-9613178212ca
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-06-06T23:07:40.597Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e
2022-06-06T23:07:40.597Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||No resources found for Service: 119a27fe-b274-45a4-8f44-04bd0569a055
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-06-06T23:07:40.607Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||
2022-06-06T23:07:40.608Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-06T23:07:40.609Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 119a27fe-b274-45a4-8f44-04bd0569a055
2022-06-06T23:07:40.610Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 119a27fe-b274-45a4-8f44-04bd0569a055
2022-06-06T23:07:40.610Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-06T23:07:40.610Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.619Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@683c0e65, org.onap.sdc.toscaparser.api.parameters.Input@2b7c6e11, org.onap.sdc.toscaparser.api.parameters.Input@503a3c12, org.onap.sdc.toscaparser.api.parameters.Input@7f4ea87a, org.onap.sdc.toscaparser.api.parameters.Input@7789ded0]
2022-06-06T23:07:40.621Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 119a27fe-b274-45a4-8f44-04bd0569a055: Generic NeutronNet
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.668Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:07:40.668Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.668Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:07:40.742Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:40.743Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:40.744Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556860741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:07:40.844Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:07:40.845Z||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-06-06T23:07:40.845Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:40.859Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:07:40.859Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:41.745Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
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-06-06T23:07:41.766Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
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-06-06T23:07:41.771Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:07:41.771Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:07:41.772Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:08:11.772Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
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-06-06T23:08:11.784Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
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-06-06T23:08:11.788Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:08:11.788Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:08:11.788Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:08:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:08:26.408Z||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-06-06T23:08:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:08:27.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:08:27.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556855812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556851689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556846404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "policy-id",
"timestamp": 1654556856784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556855812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556846404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556851689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "cds",
"timestamp": 1654556857267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "policy-id",
"timestamp": 1654556856784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "aai-ml",
"timestamp": 1654556858581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "cds",
"timestamp": 1654556857267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556859369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556858687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "policy-id",
"timestamp": 1654556859578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "aai-ml",
"timestamp": 1654556858581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "cds",
"timestamp": 1654556860107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "policy-id",
"timestamp": 1654556860583,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "aai-ml",
"timestamp": 1654556861396,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556859833,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556861202,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "cds",
"timestamp": 1654556861115,
"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=?
2022-06-06T23:08:27.085Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.085Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 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-06-06T23:08:27.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556860741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "policy-id",
"timestamp": 1654556861586,
"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-06-06T23:08:27.103Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 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-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556859833,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556862209,
"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-06-06T23:08:27.120Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.121Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 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-06-06T23:08:27.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "aai-ml",
"timestamp": 1654556866163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "aai-ml",
"timestamp": 1654556867167,
"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-06-06T23:08:27.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 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-06-06T23:08:27.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "clamp",
"timestamp": 1654556869036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "clamp",
"timestamp": 1654556869036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "clamp",
"timestamp": 1654556878897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "clamp",
"timestamp": 1654556879934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "clamp",
"timestamp": 1654556880939,
"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-06-06T23:08:27.152Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.152Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 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-06-06T23:08:27.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654556879833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556875812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556876783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556881688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556891422,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556891120,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556891152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556892124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556892336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "policy-id",
"timestamp": 1654556893127,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.195Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.196Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 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-06-06T23:08:27.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556893457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654556893341,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:27.215Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.215Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654556894462,
"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-06-06T23:08:27.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 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-06-06T23:08:27.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556887266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556888581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556896076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556897335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "cds",
"timestamp": 1654556897081,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-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-06-06T23:08:27.244Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.244Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 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-06-06T23:08:27.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556902591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "aai-ml",
"timestamp": 1654556903598,
"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-06-06T23:08:27.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 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-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "clamp",
"timestamp": 1654556899036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-06T23:08:41.789Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
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-06-06T23:08:41.804Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
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-06-06T23:08:41.809Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:08:41.809Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:08:41.809Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:41.818Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:09:11.819Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9 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-06-06T23:09:11.826Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and serviceModelVersionId: 119a27fe-b274-45a4-8f44-04bd0569a055
2022-06-06T23:09:11.826Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07e9681d-2e4d-450b-af7f-1165465ec3b9
2022-06-06T23:09:11.828Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0
2022-06-06T23:09:11.834Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:09:11.921Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?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-06-06T23:09:11.923Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0|INFO|500||Invoke
2022-06-06T23:09:11.950Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-06T23:09:12.033Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0|INFO|500||InvokeReturn
2022-06-06T23:09:12.035Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-23:09:12:315-82127], vertex-id=[225528], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:09:12 GMT], Content-Type=[application/json]}
2022-06-06T23:09:12.036Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:09:12.036Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:09:12.036Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:09:12.043Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T23:09:12.043Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:09:12.044Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:09:12.044Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:12.047Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:12.047Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556952043,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:09:12.147Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:12.148Z||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-06-06T23:09:12.148Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:12.165Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:12.165Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:09:13.062Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:09:13.062Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|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-06-06T23:09:13.062Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|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 L9sugkrlytHUln5m) ...
2022-06-06T23:09:13.702Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:13.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:09:13.704Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5","serviceName":"Demo_pNF_qOCD7BvZ4J7jxthjozaZ","serviceVersion":"1.0","serviceUUID":"f5d16284-49cb-4568-93f8-bea8aaf3e617","serviceDescription":"catalog service description","serviceInvariantUUID":"010bdb98-d852-4a08-bcf0-3399eedc41a2","resources":[{"resourceInstanceName":"pNF c99d6a5e-9826 0","resourceName":"pNF c99d6a5e-9826","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7086cccb-152f-4047-a712-ce17a198b418","resourceInvariantUUID":"ba304539-014b-473b-8a98-9cde86198392","resourceCustomizationUUID":"b2f55f9c-8559-4a45-9008-286623bad642","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml","artifactChecksum":"MzMwZjA5YWQ2MmY5ZDdiNmQ4NWIzOWI0NjYzMGRlYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f55c17d5-beaf-42b0-b046-d4ae15028b69","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"252c3219-7a21-4706-89fc-5cbb6c26f763","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6c1ac6d-9445-4cd4-aa41-10120d9fdd63","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml","artifactChecksum":"ZDllYTIwOGI2NTNlMmZjMGZjMzA0MjFhYzYwN2YyNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df54f357-3b80-40c5-bed8-cd106f75cefc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cebc6e9d-c720-4f74-8976-671fc3dca47f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"760299d2-96cf-4bfd-8725-6c53b59ffc2c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml","artifactChecksum":"YTUyYWYxZGU2ZTVkMTZkMmFjZjA3MjUzNDllOTg5MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db27fd42-493d-4b9a-81bd-6bd4a00d2f5e","artifactVersion":"1"},{"artifactName":"service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar","artifactChecksum":"YzFhNWUyMWNjYjg1ZmI2MzM0YmEyNWYzZDYzOGNlN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b63a7f67-044f-4bbd-b213-619c8196eb47","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:09:13.707Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:13.707Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:13.709Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:13.709Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:09:13.809Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:13.810Z||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-06-06T23:09:13.810Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:13.822Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:13.823Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:14.710Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:14.711Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:14.713Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:14.713Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:09:14.813Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:14.814Z||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-06-06T23:09:14.815Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:14.829Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:14.830Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:15.714Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:15.715Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:15.717Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:15.717Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:09:15.817Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:15.818Z||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-06-06T23:09:15.819Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:15.840Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:15.840Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:16.718Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:16.719Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:16.721Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:16.721Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:09:16.821Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:16.822Z||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-06-06T23:09:16.822Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:16.841Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:16.842Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:17.721Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:17.722Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:17.724Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:17.725Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:09:17.825Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:17.826Z||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-06-06T23:09:17.826Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:17.840Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:17.841Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:18.725Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:18.726Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:18.729Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:18.729Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:09:18.829Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:18.831Z||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-06-06T23:09:18.831Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:18.845Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:18.846Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:19.730Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:19.730Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:19.732Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:19.733Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-06T23:09:19.833Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:19.834Z||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-06-06T23:09:19.835Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:19.849Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:19.850Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:20.733Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:20.734Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:20.737Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:20.737Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556953062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "NOTIFIED"
}
2022-06-06T23:09:20.837Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:20.838Z||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-06-06T23:09:20.838Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:20.852Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:20.852Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:21.738Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"serviceName": "Demo_pNF_qOCD7BvZ4J7jxthjozaZ",
"serviceVersion": "1.0",
"serviceUUID": "f5d16284-49cb-4568-93f8-bea8aaf3e617",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "010bdb98-d852-4a08-bcf0-3399eedc41a2",
"resources": [
{
"resourceInstanceName": "pNF c99d6a5e-9826 0",
"resourceCustomizationUUID": "b2f55f9c-8559-4a45-9008-286623bad642",
"resourceName": "pNF c99d6a5e-9826",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "7086cccb-152f-4047-a712-ce17a198b418",
"resourceInvariantUUID": "ba304539-014b-473b-8a98-9cde86198392",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"artifactChecksum": "YzFhNWUyMWNjYjg1ZmI2MzM0YmEyNWYzZDYzOGNlN2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b63a7f67-044f-4bbd-b213-619c8196eb47"
}
],
"workloadContext": "Production"
}
2022-06-06T23:09:21.739Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:09:21.739Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5d16284-49cb-4568-93f8-bea8aaf3e617 ASDC
2022-06-06T23:09:21.739Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
ServiceName:Demo_pNF_qOCD7BvZ4J7jxthjozaZ
ServiceVersion:1.0
ServiceUUID:f5d16284-49cb-4568-93f8-bea8aaf3e617
ServiceInvariantUUID:010bdb98-d852-4a08-bcf0-3399eedc41a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
ArtifactUUID:b63a7f67-044f-4bbd-b213-619c8196eb47
ArtifactChecksum:YzFhNWUyMWNjYjg1ZmI2MzM0YmEyNWYzZDYzOGNlN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c99d6a5e-9826 0
ResourceCustomizationUUID:b2f55f9c-8559-4a45-9008-286623bad642
ResourceInvariantUUID:ba304539-014b-473b-8a98-9cde86198392
ResourceName:pNF c99d6a5e-9826
ResourceType:PNF
ResourceUUID:7086cccb-152f-4047-a712-ce17a198b418
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-06T23:09:21.739Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5d16284-49cb-4568-93f8-bea8aaf3e617 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-06-06T23:09:21.770Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b63a7f67-044f-4bbd-b213-619c8196eb47 from URL: /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:09:21.772Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:21.835Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:09:21.839Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar b63a7f67-044f-4bbd-b213-619c8196eb47 82648
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar ASDC sendASDCNotification
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:21.843Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:21.843Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654556961840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-06T23:09:21.943Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:21.944Z||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-06-06T23:09:21.944Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:21.966Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-06T23:09:21.966Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:22.844Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:09:22.845Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:09:22.845Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b63a7f67-044f-4bbd-b213-619c8196eb47, URL: /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar to file: /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.846Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.847Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.847Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.999Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3512526838181132660/Definitions/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml
2022-06-06T23:09:24.034Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||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-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c99d6a5e-9826 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-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||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-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Node template pNF c99d6a5e-9826 0 is matching search criteria
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:09:24.037Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c99d6a5e-9826 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:09:24.037Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.037Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Node template pNF c99d6a5e-9826 0 is matching search criteria
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c99d6a5e-9826 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.040Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.040Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.040Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_qOCD7BvZ4J7jxthjozaZ
Description:catalog service description
Model UUID:f5d16284-49cb-4568-93f8-bea8aaf3e617
Model Version:NULL
Model InvariantUuid:010bdb98-d852-4a08-bcf0-3399eedc41a2
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-06-06T23:09:24.057Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7086cccb-152f-4047-a712-ce17a198b418
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-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||pNF c99d6a5e-9826 0
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7086cccb-152f-4047-a712-ce17a198b418
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f5d16284-49cb-4568-93f8-bea8aaf3e617
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f5d16284-49cb-4568-93f8-bea8aaf3e617
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c99d6a5e-9826 0 7086cccb-152f-4047-a712-ce17a198b418 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-06-06T23:09:24.067Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c813724, org.onap.sdc.toscaparser.api.parameters.Input@7363014b, org.onap.sdc.toscaparser.api.parameters.Input@7fcdb04a, org.onap.sdc.toscaparser.api.parameters.Input@3d3b0eef, org.onap.sdc.toscaparser.api.parameters.Input@4876367b]
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f5d16284-49cb-4568-93f8-bea8aaf3e617: pNF c99d6a5e-9826
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Processing PNF resource: 7086cccb-152f-4047-a712-ce17a198b418
2022-06-06T23:09:24.069Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery